This is a simple dashboarding application integrated with cobbler && saltstalk, built using Flask and Bootstrap.
The dashboard template is from salimhamed/dashboard.
- Clone the repository
git clone git@github.com:zhangchenchen/supervisors.git
- Create a virtualenv in the project directory
cd dashboard
virtualenv venv
source venv/bin/activate
- Install dependencies
pip install -r requirements.txt
- Create database
./manage db_rebuild
- Run tests
./manage.py test
- Start development server
./manage.py runserver