The custom CMS behind my website https://theorangeone.net/
Find a file
2022-09-08 20:59:29 +01:00
.devcontainer
docker/dev
etc Run an additional thread so the GIL isn't sitting completely idle 2022-09-06 08:36:55 +01:00
requirements
scripts
static/src Make subtitle more visually distinct from content 2022-09-08 14:42:45 +01:00
website Add link to full content in iframe block 2022-09-08 20:58:13 +01:00
.dockerignore
.editorconfig
.eslintignore
.eslintrc
.gitignore
.gitlab-ci.yml Test gunicorn config in CI 2022-09-06 08:39:17 +01:00
.stylelintignore
.stylelintrc
Dockerfile
justfile
manage.py
package-lock.json
package.json
Procfile
pyproject.toml Remove caches from base template 2022-09-05 13:58:36 +01:00
README.md
renovate.json Add renovate 2022-09-08 20:59:29 +01:00
SECURITY.md
setup.cfg

Website

Installation

This project handles commands using just, and the project runs in Docker.

  1. just build
  2. Create .env file
  3. just compose up -d
  4. just compose run web just start

.env file

Local development secrets are stored in a .env file. This file is automatically loaded by just.