Created
May 2, 2017 20:18
-
-
Save rbk/d516d5d96e2116a4a614ebb0ae8a306f to your computer and use it in GitHub Desktop.
Setup a server from scratch for Drupal 8 - Ubuntu 16
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
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