Packager Dashboard

To try Packager dashboard, see our test instance.

How to run

Packager Dashboard uses Oraculum as backend.

Clone Oraculum, change to its directory, install dependencies and run:

$ DEV=true python3 runapp.py

Open another terminal window and run:

$ DEV=true celery -A oraculum.celery_app worker

Clone this repo, change to its directory, install dependencies and start the frontend server:

$ git clone https://pagure.io/fedora-qa/packager_dashboard.git
$ cd packager_dashboard
$ yarn install
$ yarn start

If browser didn't open, go to http://localhost:3000

If you are running Oraculum yourself or using other than production one, change API accordingly in public/env.js