https://github.com/yunohost/tartiflette
A delicious dashboard for YunoHost stuff
https://github.com/yunohost/tartiflette
closember
Last synced: about 1 year ago
JSON representation
A delicious dashboard for YunoHost stuff
- Host: GitHub
- URL: https://github.com/yunohost/tartiflette
- Owner: YunoHost
- Created: 2017-03-08T13:25:42.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-03-07T13:29:46.000Z (over 2 years ago)
- Last Synced: 2024-04-12T16:01:12.215Z (about 2 years ago)
- Topics: closember
- Language: Python
- Homepage: https://dash.yunohost.org
- Size: 522 KB
- Stars: 17
- Watchers: 10
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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
```