Colorgorical

From VrlWiki
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 '/(.*)'.