Last active
April 12, 2016 13:38
-
-
Save hitsumabushi/0346a3e4c5f4e142946f812f1d042327 to your computer and use it in GitHub Desktop.
install processmaker
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Install https://github.com/colosa/processmaker | |
# This script must be run as root user. | |
# If you want to run as non-root user, add sudo. | |
apt install -y \ | |
libxml2-dev libcurl4-openssl-dev libfreetype6-dev libjpeg-dev libpng12-dev libbz2-dev libmcrypt-dev libmm-dev libxslt1-dev \ | |
php5 php5-common php5-cli php5-mysql php5-gd php5-fpm php-pear php5-dev php5-mcrypt php5-curl libapache2-mod-php5 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment