Skip to content

Instantly share code, notes, and snippets.

@hitsumabushi
Last active April 12, 2016 13:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hitsumabushi/0346a3e4c5f4e142946f812f1d042327 to your computer and use it in GitHub Desktop.
Save hitsumabushi/0346a3e4c5f4e142946f812f1d042327 to your computer and use it in GitHub Desktop.
install processmaker
# 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