Skip to content

nusdbsystem/cohana-visualization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 

Repository files navigation

Dependencies

Django 1.9

Installation

Decompress data first to plot the diagrams

$ cd mysite/cohana
$ tar zxf data.tar.gz

To run the server:

$ cd mysite
$ python manage.py migrate
$ python manage.py runserver 0.0.0.0:8888

Now please check your site at localhost:8888/cohana

How to contribute

Please upload your own js to:

mysite/cohana/static/js

And upload your own css to:

mysite/cohana/static/css