Skip to content

needle/missioncontrol

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

missioncontrol

An app for monitoring and alerting on Graphite data.

Missioncontrol Django Project

Prerequisites

  • python >= 2.5
  • pip
  • virtualenv/wrapper (optional)

Installation

Creating the environment

Create a virtual python environment for the project. If you're not using virtualenv or virtualenvwrapper you may skip this step.

For virtualenvwrapper

mkvirtualenv --no-site-packages missioncontrol-env

For virtualenv

virtualenv --no-site-packages missioncontrol-env
cd missioncontrol-env
source bin/activate

Clone the code

Obtain the url to your git repository.

git clone <URL_TO_GIT_RESPOSITORY> missioncontrol

Install requirements

cd missioncontrol
pip install -r requirements.txt

Configure project

cp missioncontrol/__local_settings.py missioncontrol/local_settings.py
vi missioncontrol/local_settings.py

Sync database

python manage.py syncdb

Running

python manage.py runserver

Open browser to http://127.0.0.1:8000

About

An app for monitoring and alerting on Graphite data.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published