No description
- Python 70.3%
- HTML 20.5%
- CSS 7.1%
- Dockerfile 1.9%
- JavaScript 0.2%
| .github/workflows | ||
| lethe | ||
| .dockerignore | ||
| .flake8 | ||
| .gitignore | ||
| CODEOWNERS | ||
| Dockerfile | ||
| manage.py | ||
| Pipfile | ||
| Pipfile.lock | ||
| pyproject.toml | ||
| README.md | ||
Lethe Setup
Clone the project and install dependencies
git clone git@git.bink.com:Olympus/lethe.git
pipenv install --dev
Run the web server
pipenv run ./manage.py runserver
Navigate to http://localhost:5000/ to check everything is working.
Docker Configuration
Environment Variables
LETHE_DEBUG- Bool Value,
"True"or"False", sets up Flask debugger
- Bool Value,
HERMES_URL- String Value, Hermes URL
LETHE_URL- String Value, Lethe URL
EXTERNAL_SERVER_NAME- String value, URL to use when generating URLs
EXTERNAL_SERVER_NAME- String value, URL to use when generating URLs
SENTRY_DSN- String value, Sentry DSN, automatically read by Sentry
SENTRY_ENVIRONMENT- String value, Sentry environment, automatically read by Sentry