Colorgorical: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
Colorgorical is hosted at http:// | 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. | 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. | ||
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 '/(.*)'.