The custom CMS behind my website https://theorangeone.net/
Find a file
2022-07-29 23:00:44 +01:00
.devcontainer
docker/dev Use init to ensure the web container stops quicker 2022-07-29 15:41:23 +01:00
etc Move gunicorn conf to etc directory 2022-07-29 08:29:50 +01:00
requirements Install django-htmx 2022-07-29 23:00:44 +01:00
scripts Use backtracking resolver for pip-tools 2022-07-29 15:48:16 +01:00
static/src
templates
website Install django-htmx 2022-07-29 23:00:44 +01:00
.dockerignore
.editorconfig
.gitignore
.gitlab-ci.yml Don't explicitly list python directories 2022-07-29 08:46:44 +01:00
Dockerfile Move gunicorn conf to etc directory 2022-07-29 08:29:50 +01:00
justfile Ensure containers are running before shelling into them 2022-07-29 15:48:43 +01:00
manage.py
package-lock.json
package.json
Procfile Bind dev server to all interfaces 2022-07-29 09:02:01 +01:00
README.md
setup.cfg Additionally ignore virtualenv 2022-07-29 22:03:31 +01:00

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.