Skip to content

A delicious dashboard for YunoHost stuff

Notifications You must be signed in to change notification settings

YunoHost/tartiflette

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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