A node.js CMS application that is a great starting point for most web-base projects
More information can be found in the wiki
Create the ctrl app:
git clone git://github.com/serby/ctrl.git
Install dependencies:
npm install
If you pull a new version, always install any new packages.
git pull origin master
npm install
If you switch node versions or you are having problems after pulling try and rebuild.
npm rebuild
node app
Then goto http://localhost:3021/admin in a browser and follow the instructions.
All contributions to this project are welcome. Your pull request is much more likely to be accepted if you follow our style-guide.
Please run the linter and fix any errors before committing.
make lint
The .jslintrc that should be used can be found in the project root.
Paul Serby follow me on twitter
Licenced under the New BSD License