Skip to content

simple dashboard integrated with cobbler && saltstalk

Notifications You must be signed in to change notification settings

zhangchenchen/supervisors

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published