Skip to content

nationalarchives/ds-wagtail

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TNA Wagtail CMS

Quickstart

# 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

Project documentation

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.