Colorgorical

From VrlWiki
Revision as of 18:35, 21 July 2016 by Connor Gramazio (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Colorgorical is hosted at http://vrl.cs.brown.edu/color

In the VRL VM, the source code is located at /srv/colorgorical and is load balanced with Apache in the /etc/apache2/sites-enabled/csdefault conf file.

If you're having issues with loading Colorgorical (e.g., missing CSS), chances are the static path is wrong, likely from updating the sourcecode. To fix this, open /srv/colorgorical/src/server.py and change the static path prefix to '/color/', and make sure that the static hander is set to '/(.*)'.