blob: 92e80345e1877707c6f73cf6b7cbb935ef7d5d7f [file] [log] [blame] [view]
# Local testing using Docker
## Build
```docker compose build```
## Start application
```docker compose up```
Browse to ```http://localhost/```
Logs will appear under ```docker-data/logs```
## Start shell in running container
```docker compose exec projects bash```
## Start container with shell instead of webserver
```docker compose run -rm -P projects bash```
To start the server:
```apache2ctl -DFOREGROUND```