# pulpito
**Repository Path**: wangzengliang1/pulpito
## Basic Information
- **Project Name**: pulpito
- **Description**: No description available
- **Primary Language**: Unknown
- **License**: Not specified
- **Default Branch**: main
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2024-02-04
- **Last Updated**: 2024-02-04
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## 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 `_.