Skip to content
This repository has been archived by the owner on Jun 25, 2019. It is now read-only.

serby/ctrl

Repository files navigation

ctrl CMS

A node.js CMS application that is a great starting point for most web-base projects

More information can be found in the wiki

Installation

Create the ctrl app:

 git clone git://github.com/serby/ctrl.git

Install dependencies:

 npm install

Updating

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

Usage

Starting ctrl

 node app

Then goto http://localhost:3021/admin in a browser and follow the instructions.

Contributions

All contributions to this project are welcome. Your pull request is much more likely to be accepted if you follow our style-guide.

Linting

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.

Author

Paul Serby follow me on twitter

Licence

Licenced under the New BSD License

About

An open source CMS written in node.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published