IronBee: Instalasi

From OnnoWiki
Jump to navigation Jump to search

Instalasi Aplikasi Pendukung

sudo apt-get install \
  autoconf \
  automake1.11 \
  build-essential \
  geoip-database \
  git \
  graphviz \
  libboost-all-dev \
  libcurl4-openssl-dev \
  libgeoip-dev \
  libossp-uuid-dev \
  libpcre3-dev \
  libprotobuf-dev \
  libtool \
  libyajl-dev \
  pkg-config \
  protobuf-compiler \
  ruby
# Apache TrafficServer
sudo apt-get install \
  hwloc \
  trafficserver-dev
# Apache 2 (httpd)
sudo apt-get install \
  apache2-dev
# Install the Ruby Protobuf gem
sudo gem install ruby_protobuf

Membuat IronBee

# Get IronBee source
git clone https://github.com/ironbee/ironbee.git
cd ironbee
./autogen.sh
cd ..
# Setup a build directory
mkdir ironbee-build
cd ironbee-build
# Configure and Build
../ironbee/configure --with-boost-suffix= --with- boost-thread_suffix=
make
make check
sudo make install




Referensi