andreacarriero / infrastructure-cc

Simple multi-datacenter infrastructure overview and monitoring dashboard

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

INFRASTRUCTURE CC

Simple multi-datacenter infrastructure overview and monitoring dashboard.

Home


Datacenters


Datacenter


Nodes


Node


Projects


Project


Project Command Job

cc_server

Application server written in Python. Handles API calls.

  1. mv data/configuration.json.example data/configuration.json
  2. virtualenv venv -p python3
  3. source venv/bin/activate
  4. pip3 install -r requirements
  5. python3 manage.py runserver

cc_admin_ui

SPA made with Vue.js and Buefy.

  1. npm install
  2. node_modules/.bin/poi

About

Simple multi-datacenter infrastructure overview and monitoring dashboard

License:MIT License


Languages

Language:Vue 50.7%Language:Python 45.0%Language:JavaScript 4.3%