Colorgorical: Difference between revisions

From VrlWiki
Jump to navigation Jump to search
Created page with " Category:Projects"
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
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 '/(.*)'.


[[Category:Projects]]
[[Category:Projects]]

Latest revision as of 18:35, 21 July 2016

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