parent
9decb1ec43
commit
5e90535248
4 changed files with 31 additions and 137 deletions
BIN
docs/images/after-deploy.png
Normal file
BIN
docs/images/after-deploy.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 675 KiB |
BIN
docs/images/before-deploy.png
Normal file
BIN
docs/images/before-deploy.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 554 KiB |
17
docs/installation.md
Normal file
17
docs/installation.md
Normal file
|
@ -0,0 +1,17 @@
|
|||
# Installation
|
||||
|
||||
1. Run `vagrant up` or `vagrant up --provision` if needed, to start Vagrant and provision the virtual machine using the `ansible/provision.yml` playbook. This will set up a LAMP stack with Apache, MySQL, PHP and Composer.
|
||||
|
||||
If you try loading the site at this point you will see a `The requested URL was not found on this server` message as the site has not yet been deployed.
|
||||
|
||||

|
||||
|
||||
1. Run the deploy playbook to deploy the application code to the virtual machine. You will be prompted for the Vault password, which is `dransible`.
|
||||
|
||||
```
|
||||
ansible-playbook ansible/deploy.yml -i ansible/hosts.yml --ask-vault-pass
|
||||
```
|
||||
|
||||
1. Load `http://dransible` in a browser, and you should see a Drupal 8 website.
|
||||
|
||||

|
Loading…
Add table
Add a link
Reference in a new issue