@ -12,6 +12,24 @@ In the `compass` directory, copy `.env.example` to `.env` and fill in the detail
$ composer install
```
### Web Server
Your web server will need to support URL re-routing to the index.php file of compass. This will vary based on your web server.
- If you're using Apache, this will involve URL re-writing likely using .htaccess
- If you're using Nginx, this will involve incorporating the following code into your server block, you should also add any applicable fastcgi settings inside the location block below: