woutervermeer 90b7bb0dee
Some checks failed
Gitea build & Test. / tests (push) Failing after 6s
Deploy to production / deploy (push) Failing after 1m19s
Merge pull request 'pre-prod' (#17) from pre-prod into main
Reviewed-on: #17
2026-03-26 08:17:36 +00:00
2026-03-25 17:11:14 +01:00
2026-03-08 14:20:43 +01:00
2026-03-06 07:53:00 +00:00
2026-03-26 08:09:28 +00:00
2026-03-26 08:27:10 +01:00

Quatsh-Website

Requirements

Install make

Running this requires the use of "make" and docker.

"make" tends to come pre-installed on linux but not on Windows, to install it on Windows I recommend using Chocolatey as follows: \

choco install make

Install docker

https://docs.docker.com/get-started/get-docker/

Running for the first time

Env

Before running the container environment has to be setup first, so first run:

cp .env.template .env

Then make any changes to the .env file.

Running the website

To run the website 3 options have been provided

Development

For development purposes only as the src folder has been mounted in the container to allow for the making of changes without rebuilding the entire image. Properly utilising this also requires the DEBUG environment variable to be set to TRUE.

make dev

Testing

Runs the testing environment and exits.

make test

Production

Using make prod is identical but preferred here.

make prod

Or

make
Description
No description provided
Readme MIT 146 KiB
Languages
Python 81.9%
Makefile 9.5%
HTML 6.2%
Dockerfile 2.4%