This repository provides sources for the website at http://centerforopenneuroscience.org
It is largely based on buddycloud.com design which was released under Apache 2.0 license. New content of the website is released under CC BY 3.0 license.
Install pelican (e.g. pip install pelican
).
You might need to get files using git-annex
so do git annex get *
.
To start serving while developing
make devserver
and to stop later
make stopserver