zhangchenchen / supervisors

simple dashboard integrated with cobbler && saltstalk

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Overview

This is a simple dashboarding application integrated with cobbler && saltstalk, built using Flask and Bootstrap.

The dashboard template is from salimhamed/dashboard.

Installation

  1. Clone the repository
git clone git@github.com:zhangchenchen/supervisors.git
  1. Create a virtualenv in the project directory
cd dashboard
virtualenv venv
source venv/bin/activate
  1. Install dependencies
pip install -r requirements.txt
  1. Create database
./manage db_rebuild
  1. Run tests
./manage.py test
  1. Start development server
./manage.py runserver

About

simple dashboard integrated with cobbler && saltstalk


Languages

Language:JavaScript 49.1%Language:HTML 25.5%Language:Python 24.1%Language:CSS 1.2%Language:Mako 0.1%