Add screenshots

This commit is contained in:
Oliver Davies 2020-01-29 00:28:23 +00:00
parent 99407f2b72
commit 083ed945ad
4 changed files with 12 additions and 0 deletions

View file

@ -30,8 +30,20 @@
ansible-playbook tools/ansible/provision.yml ansible-playbook tools/ansible/provision.yml
``` ```
If you go to the server IP address (`http://192.168.33.10`) then you should see the Apache2 default page.
![The Apache2 Ubuntu default page](docs/images/provision-1.png)
If you go to `http://dransible` then you should see a _Forbidden_ error as the application is not yet present on the server.
![A 'Forbidden' error when trying to load the application](docs/images/provision-2.png)
1. Deploy the application: 1. Deploy the application:
```bash ```bash
ansible-playbook tools/ansible/deploy.yml ansible-playbook tools/ansible/deploy.yml
``` ```
After this, `http://dransible` should show an installed Drupal website.
![The homepage of the installed Drupal website](docs/images/deploy-1.png)

BIN
docs/images/deploy-1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 219 KiB

BIN
docs/images/provision-1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 491 KiB

BIN
docs/images/provision-2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 151 KiB