tartiflette/README.md

32 lines
591 B
Markdown
Raw Normal View History

2017-03-09 02:00:30 +01:00
Tartiflette
2017-03-08 14:24:58 +01:00
===========
2017-03-09 02:00:30 +01:00
A quick and dirty PR dashboard for yunohost's repos
2017-03-08 14:24:58 +01:00
Install
-------
- Clone this repo
- Download and unzip Eden UI into www : http://scripteden.com/download/eden-ui-bootstrap-3-skin/
- Install dependencies :
```
apt install -y python3-pip
2017-03-11 00:23:31 +01:00
pip3 install ansi2html jinja2
2017-03-08 14:24:58 +01:00
```
- Make your web browser serve www/index.html
Usage
-----
```
./fetch.py
./analyze.py
./publish.py
```
2017-03-09 02:02:23 +01:00
- Edit repos.json if needed
2017-03-08 14:24:58 +01:00
- Don't know the number of API calls someone is allowed to do, so limit the call
to fetch.py :/
2017-03-09 02:02:23 +01:00
- HTML template is pretty dirty so far and should be cleaned
2017-03-08 14:24:58 +01:00