From ekklesia
Jump to: navigation, search
  • sudo apt-get install -fm cmake g++ libboost-dev libxml2-dev libmcrypt-dev libicu-dev libcap-dev libgd2-xpm-dev zlib1g-dev libtbb-dev libonig-dev libpcre3-dev autoconf libtool libcurl4-openssl-dev libboost-system-dev libboost-program-options-dev libboost-filesystem-dev libreadline-dev libncurses-dev libbz2-dev wget curl php5-intl php-pear php5-dev dh-make-php fakeroot libicu38 libicu-dev xsltproc
  • pear channel-update pear.php.net
  • pear upgrade PEAR
  • pecl channel-update pecl.php.net
  • pear install intl


  • download,extract, cd src inside directory. run "/configure --prefix=$CMAKE_PREFIX_PATH && make && make install"

https://launchpad.net/ubuntu/+source/icu/4.8.1.1-12

  • download,extract,install

http://symfony.com/download#top

  • follow instructions. download all packages and extract. and run "composer install" inside each directory

https://github.com/egeloen/ivory-google-map/blob/master/doc/installation.md

  • inside the directory "ivory-google-map-master" edit the file autoload.php and change the require into:

require '/var/www/ecclesia/Symfony/vendor/autoload.php'; NOTE: here i had ecclesia as the subfolder of my project. and the extracted symphony installation inside it.