An open API service indexing awesome lists of open source software.

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

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
```