Skip to content

westernx/sgviewer

 
 

Repository files navigation

Shotgun Version Viewer

Installation

$ virtualenv --no-site-packages venv
$ . venv/bin/activate
$ pip install -r requirements.txt

Deploying Changes in WesternX

$ ssh sg03
$ cd /www/sgviewer/
$ sudo git pull --ff-only

# To load the server processes:
$ sudo kill -HUP $(cat gunicorn.pid)

# To completely restart the server (this doesn't bring down gunicorn
# nicely; find out why):
$ sudo supervisorctl restart sgviewer

About

HTML5 based Shotgun version review.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 38.3%
  • HTML 31.5%
  • JavaScript 20.5%
  • CSS 7.1%
  • Makefile 2.6%