All Projects → ceph → pulpito

ceph / pulpito

Licence: other
A dashboard for Ceph tests

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
python
139335 projects - #7 most used programming language
CSS
56736 projects
Dockerfile
14818 projects

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.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].