Skip to content

Instantly share code, notes, and snippets.

@LeeiFrankJaw
Created July 2, 2020 15:32
Show Gist options
  • Save LeeiFrankJaw/18b5d7ca9613c7f85f3c0180aba65a68 to your computer and use it in GitHub Desktop.
Save LeeiFrankJaw/18b5d7ca9613c7f85f3c0180aba65a68 to your computer and use it in GitHub Desktop.
Install Craft CMS on Ubuntu 18.04 LTS
# With Apache
# apt install php composer
# Without Apache
apt install php-fpm composer
# Install dependencies
apt install php-curl php-xml php-mbstring php-imagick php-mysql
# With PostgreSQL
# apt install php-pgsql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment