#!/bin/bash
# Install RoadSend and Bigloo automagiclly
# Tested on Ubuntu 9.04/9.10/10.04

cd /usr/src
mkdir projects
cd projects
wget ftp://ftp-sop.inria.fr/mimosa/fp/Bigloo/bigloo3.2a.tar.gz
wget http://code.roadsend.com/snaps/roadsend-php-2.9.8.tar.bz2
apt-get install -y openssl libssl-dev libcurl3-dev libwww-curl-perl python-pycurl build-essential libmysql++-dev libxml2-dev libfcgi-dev
tar -xvzf bigloo3.2a.tar.gz
cd bigloo3.2a
./configure --prefix=/usr --enable-sqlite
make
make install
cd ..
ldconfig
updatedb
tar -xvjf roadsend-php-2.9.8.tar.bz2
cd roadsend-php-2.9.8
./configure --with-gtk2 --with-mysql --with-xml --with-fcgi --with-sqlite3
make
make install

Comments:

Leave a Reply



(Your email will not be publicly displayed.)

Please type the letters and numbers shown in the image.Captcha Code