Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ceph/pulpito

A dashboard for Ceph tests
https://github.com/ceph/pulpito

Last synced: 2 days ago
JSON representation

A dashboard for Ceph tests

Awesome Lists containing this project

README

        

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

Setup
=====

#. First, you need a running `paddles `_ instance
#. Clone the `repository `_
#. Inside the repository, create a virtualenv: ``virtualenv ./virtualenv``
#. Create a copy of the configuration template: ``cp config.py.in prod.py``
#. Edit prod.py to reflect your paddles configuration
#. Activate the virtualenv: ``source ./virtualenv/bin/activate``
#. Install required python packages: ``pip install -r requirements.txt``
#. 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 `_.