Subversion Repositories computer_asset_manager_v1

Rev

Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

You will need some extra stuff to run this under Debian. First
the PHP needs both IMAP and YAML (which comes from PECL). This 
only works under Debian Wheezy.

# get the libraries we need
apt-get install php-pear php5-dev libyaml-dev libyaml-0-2 libyaml-0-2-dbg libio-interactive-perl libyaml-libyaml-perl libyaml-perl php5-imap
# use pecl to install php's yaml. Will actually compile it, so get a cup of coffee
pecl install yaml
# tell php it has the yaml extension
echo 'extension=yaml.so' >> /etc/php5/cli/php.ini
echo 'extension=yaml.so' >> /etc/apache2/cli/php.ini