# Copy the example .env file
cp .env.example .env
# Set .env values for:
# - KONG_CLIENT_BASE_URL
# - KONG_IMAGE_PREVIEW_BASE_URL
# - KONG_CLIENT_KEY
# - PLATFORMSH_CLI_TOKEN
# Build and start the containers
docker compose up -d
View the site on localhost:8000.
Log in to the Wagtail Admin on localhost:8000/admin with the credentials:
- Username:
admin
- Password:
admin
This project contains technical documentation written in Markdown in the /docs
folder. The latest build from the working branch can be viewed online at nationalarchives.github.io/ds-wagtail.
You can also view it locally on http://localhost:8001/ which is served from the docs
container.