Skip to content
This repository has been archived by the owner on Nov 21, 2023. It is now read-only.

praekeltfoundation/mc2

 
 

Repository files navigation

Mission Control

A project launcher for Marathon

Installation

To install using a terminal:

$ virtualenv ve
$ source ve/bin/activate
(ve)$ pip install mission-control2
(ve)$ export DJANGO_SETTINGS_MODULE="mc2.settings"
(ve)$ ve/bin/django-admin migrate --noinput

Running

Because this system uses Google Accounts with OAuth2 for authentication, in dev, it's easiest to just login using your superuser:

Create a super user:

(ve)$ ./manage.py createsuperuser

Start the application on local address 127.0.0.1:8000:

(ve)$ DEBUG=True ./manage.py runserver

About

A project launcher for Universal Core

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 46.6%
  • HTML 38.7%
  • CSS 8.5%
  • Python 6.2%