The custom CMS behind my website https://theorangeone.net/
Find a file
2022-08-27 15:17:10 +01:00
.devcontainer
docker/dev
etc Add crontab to project 2022-08-20 20:48:27 +01:00
requirements Install sentry 2022-08-27 12:59:02 +01:00
scripts
static/src Remove unnecessary extra div in footer 2022-08-26 23:25:02 +01:00
website Correctly allow ordering of collection pages 2022-08-27 13:13:14 +01:00
.dockerignore
.editorconfig
.eslintignore
.eslintrc
.gitignore
.gitlab-ci.yml Revert "Pull existing container to aid build" 2022-08-27 15:04:14 +01:00
.stylelintignore
.stylelintrc
Dockerfile Remove POETRY_HOME 2022-08-27 15:17:10 +01:00
justfile
manage.py
package-lock.json
package.json
Procfile
pyproject.toml
README.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.