Add note about webserver configuration and automation reconfiguration

This commit is contained in:
Niklas Keller
2016-03-20 15:02:23 +01:00
parent 2629d2bfc7
commit 9348c2f4ad

View File

@@ -64,6 +64,9 @@ git checkout $(git describe --tags `git rev-list --tags --max-count=1`)
# Update dependencies
composer update --no-dev
# Reconfigure your webserver to use the new paths
# and check (and fix) your automation commands.
```
## Usage