The custom CMS behind my website https://theorangeone.net/
Go to file
Jake Howard 30135e53be
Update readme instructions for new docker setup
2022-07-28 19:24:16 +01:00
.devcontainer Move development into docker 2022-07-28 14:42:12 +01:00
docker/dev Move development into docker 2022-07-28 14:42:12 +01:00
requirements Fix constraint for mypy 2022-07-28 19:23:50 +01:00
scripts Use pip-tools for dependency management 2022-07-28 18:55:47 +01:00
static/src Use class name rather than database name for body classes 2022-07-25 19:30:47 +01:00
templates Use Fira Code for all code 2022-07-04 20:36:19 +01:00
website Setup gunicorn for production WSGI server 2022-07-28 14:53:22 +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
.gitignore Revert "Add an actual cache for local development" 2022-07-16 01:18:45 +01:00
.gitlab-ci.yml Use pip-tools for dependency management 2022-07-28 18:55:47 +01:00
Dockerfile Use pip-tools for dependency management 2022-07-28 18:55:47 +01:00
Procfile Move development into docker 2022-07-28 14:42:12 +01:00
README.md Update readme instructions for new docker setup 2022-07-28 19:24:16 +01:00
gunicorn.conf.py Setup gunicorn for production WSGI server 2022-07-28 14:53:22 +01:00
justfile Change install command to do docker build 2022-07-28 18:21:19 +01:00
manage.py Init wagtail project 2022-06-09 08:36:29 +01:00
package-lock.json Install htmx 2022-07-26 09:04:14 +01:00
package.json Install htmx 2022-07-26 09:04:14 +01:00
setup.cfg Add linting 2022-06-12 15:24:17 +01:00

README.md

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.