Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ceph/pulpito
- Owner: ceph
- Created: 2013-10-18T16:20:14.000Z (about 11 years ago)
- Default Branch: main
- Last Pushed: 2024-08-20T15:38:51.000Z (3 months ago)
- Last Synced: 2024-08-20T17:59:01.358Z (3 months ago)
- Language: JavaScript
- Size: 1.02 MB
- Stars: 22
- Watchers: 89
- Forks: 29
- Open Issues: 11
-
Metadata Files:
- Readme: README.rst
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 `_.