Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/realorangeone/website
The custom CMS behind my website
https://github.com/realorangeone/website
django docker wagtail website
Last synced: 2 months ago
JSON representation
The custom CMS behind my website
- Host: GitHub
- URL: https://github.com/realorangeone/website
- Owner: RealOrangeOne
- Created: 2022-09-04T21:14:39.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-05-21T13:00:44.000Z (8 months ago)
- Last Synced: 2024-05-22T10:35:29.519Z (8 months ago)
- Topics: django, docker, wagtail, website
- Language: Python
- Homepage: https://theorangeone.net
- Size: 1.21 MB
- Stars: 5
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# Website
## Installation
This project handles commands using [`just`](https://github.com/casey/just), and the project runs in Docker.
1. `just build`
2. Create [`.env` file](#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`.