mirror of
https://github.com/YunoHost/tartiflette.git
synced 2025-11-17 10:46:13 +01:00
A delicious dashboard for YunoHost stuff
|
|
||
|---|---|---|
| .github/workflows | ||
| app | ||
| .gitignore | ||
| manage.py | ||
| README.md | ||
| requirements.txt | ||
| wsgi.py | ||
Tartiflette
A dashboard for YunoHost core & app development/packaging
Install
- Clone this repo
- Setup the venv :
virtualenv -p python3 venv
source venv/bin/activate
- Install the dependencies :
pip install -r requirements.txt
-
Configure
GITHUB_USERandGITHUB_TOKENin settings.py -
Init the database :
./manage.py nuke
./manage.py init
- Fetch/update the DB
./manage.py update