By Andy Sayler and Others
University of Colorado, Boulder
COG-Web is currently running in Beta in production. Bug reports, patches, and comments welcome.
$ sudo gem2.0 install bundler
$ bundle install
This site is built using Jekyll. To setup, copy _defaults.yml
to
_config.yml
. Then run jekyll build
. Then deploy the resulting
_site
directory.
To enable debug logging, set the following in your JS console:
localStorage.debug = 'cog-web:*';
The COG Web interface uses the following:
Copyright 2014, 2015 by Andy Sayler
This file is part of COG-Web.
COG-Web is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
COG-Web is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License along with COG-Web (see COPYING). If not, see http://www.gnu.org/licenses/.