Subversion Repositories computer_asset_manager_v1

Rev

Blame | 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 libdbi-perl
# 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