Skip to content

Instantly share code, notes, and snippets.

@rbk
Created May 2, 2017 20:18
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 rbk/d516d5d96e2116a4a614ebb0ae8a306f to your computer and use it in GitHub Desktop.
Save rbk/d516d5d96e2116a4a614ebb0ae8a306f to your computer and use it in GitHub Desktop.
Setup a server from scratch for Drupal 8 - Ubuntu 16
1. install mysql, apache2, php-cli, php
- apt-get install php7.0-cli
- apt-get install php7.0 libapache2-mod-php7.0 php7.0-gd php7.0-xml php7.0-mysql
- apt-get install apache2 apache2-doc apache2-utils
- apt-get install mysql-server
- apt-get install zip unzip
- apt-get install mailutils # setup required
3. download d8
- wget https://ftp.drupal.org/files/projects/drupal-8.3.1.zip
4. create d8 db
5. setup permissions
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment