Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 631 Bytes

README.md

File metadata and controls

31 lines (24 loc) · 631 Bytes

vmgui

vmchecker GUI

install

# install python and virtualenv.
$ sudo apt-get install python2.7
$ sudo easy_install pip
$ sudo pip install virtualenv

# get the code and create an env for it.
$ git clone [email protected]:aismail/vmgui.git
$ cd vmgui
$ mkvirtualenv vmgui
$ pip install -r install/requirements.txt

# populate database with test data.
$ python manage.py populate_db

# start the python server
$ python manage.py run_gunicorn

# install nginx
$ sudo apt-get install nginx
# TODO configure nginx to serve the static content
# TODO configure nginx to forward to django for /admin/ and /api/