The custom CMS behind my website https://theorangeone.net/
Go to file
2022-09-08 20:59:29 +01:00
.devcontainer Remove unnecessary python path 2022-07-28 21:10:44 +01:00
docker/dev Use init to ensure the web container stops quicker 2022-07-29 15:41:23 +01:00
etc Run an additional thread so the GIL isn't sitting completely idle 2022-09-06 08:36:55 +01:00
requirements Add healthcheck 2022-09-05 13:35:48 +01:00
scripts Allow easily updating packages 2022-09-05 09:18:22 +01:00
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 Move development into docker 2022-07-28 14:42:12 +01:00
.editorconfig Add editorconf 2022-06-12 17:03:17 +01:00
.eslintignore Add eslint 2022-08-03 21:19:19 +01:00
.eslintrc Add eslint 2022-08-03 21:19:19 +01:00
.gitignore Add meta tags 2022-08-19 16:56:20 +01:00
.gitlab-ci.yml Test gunicorn config in CI 2022-09-06 08:39:17 +01:00
.stylelintignore Add stylelint 2022-08-03 21:22:11 +01:00
.stylelintrc Add stylelint 2022-08-03 21:22:11 +01:00
Dockerfile Run migrations on container start 2022-08-30 09:13:43 +01:00
justfile Use find for HTML files not git ls-files 2022-08-20 14:22:59 +01:00
manage.py Init wagtail project 2022-06-09 08:36:29 +01:00
package-lock.json Add IE11 deterrent 2022-09-03 16:35:39 +01:00
package.json Add IE11 deterrent 2022-09-03 16:35:39 +01:00
Procfile Bind dev server to all interfaces 2022-07-29 09:02:01 +01:00
pyproject.toml Remove caches from base template 2022-09-05 13:58:36 +01:00
README.md Update readme instructions for new docker setup 2022-07-28 19:24:16 +01:00
renovate.json Add renovate 2022-09-08 20:59:29 +01:00
SECURITY.md Add security.md file 2022-09-03 16:37:26 +01:00
setup.cfg Add coverage reports 2022-08-17 19:09:07 +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.