Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 819 Bytes

README.rst

File metadata and controls

15 lines (13 loc) · 819 Bytes

pulpito

A dashboard for Ceph test runs and results. You can see ours here: http://pulpito.ceph.com/

Setup

  1. First, you need a running paddles instance
  2. Clone the repository
  3. Inside the repository, create a virtualenv: virtualenv ./virtualenv
  4. Create a copy of the configuration template: cp config.py.in prod.py
  5. Edit prod.py to reflect your paddles configuration
  6. Activate the virtualenv: source ./virtualenv/bin/activate
  7. Install required python packages: pip install -r requirements.txt
  8. To start the server, you may use python run.py - though we use supervisord to manage it. A sample config file is provided for supervisord.