A delicious dashboard for YunoHost stuff
Find a file
2021-03-21 22:07:10 +01:00
app Rework test results handling to match new CI format 2021-03-21 22:07:10 +01:00
.gitignore Rework the whole AppCI dashboard with Flask 2017-12-19 17:03:51 +01:00
manage.py Simplify app list management, we don't have official vs. community anymore 2020-11-12 15:36:40 +01:00
README.md Rework the whole AppCI dashboard with Flask 2017-12-19 17:03:51 +01:00
requirements.txt Fix requirements.txt because for some reason it wasnt happy when moving to Buster 2020-12-30 22:36:42 +00:00
wsgi.py Rework the whole AppCI dashboard with Flask 2017-12-19 17:03:51 +01:00

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_USER and GITHUB_TOKEN in settings.py

  • Init the database :

./manage.py nuke
./manage.py init
  • Fetch/update the DB
./manage.py update