The custom CMS behind my website https://theorangeone.net/
Go to file
Jake Howard 6f889b9b96
Remove unnecessary python path
2022-07-28 21:10:44 +01:00
.devcontainer Remove unnecessary python path 2022-07-28 21:10:44 +01:00
docker/dev Use postgres for project db 2022-07-28 20:41:30 +01:00
requirements Use postgres for project db 2022-07-28 20:41:30 +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 Remove django-stubs 2022-07-28 20:15:20 +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 Use postgres for project db 2022-07-28 20:41:30 +01:00
.gitlab-ci.yml Use postgres for project db 2022-07-28 20:41:30 +01:00
Dockerfile Install inotifywait in dev 2022-07-28 20:50:09 +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 Remove django-stubs 2022-07-28 20:15:20 +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.