Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Latest commit

 

History

416 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/

About

vmchecker GUI

Resources

Contributing

Stars

1 star

Watchers

9 watching

Forks

Releases

Packages

Contributors

Languages