Skip to content

Latest commit

 

History

History
54 lines (32 loc) · 1.17 KB

README.md

File metadata and controls

54 lines (32 loc) · 1.17 KB

DISCLAIMER

This software is experimental and under development. In no way can it be considered a finished product.

A simple CMS written in Node JS

To install all the requirements:

  • Download and install node.js
  • Download and install npm
  • npm install underscore
  • npm install express
  • npm install mongoose
  • npm install jade
  • npm install optimist
  • npm install docco

Docco requires Pygments. On Debian based systems you can install these with the following command:

  • sudo aptitude install python-pygments

You will also require Foreman if you wish to start the process using the Procfile. Foreman comes as part of the Heroku toolbelt. Please see here for further information:

To generate the documentation do this:

  • chmod u+x doc-generator.sh
  • ./doc-generator.sh

To start the server:

  • node js/simple-cms.js --env=dev --ac_config=config/settings.js

or with Foreman:

  • foreman start

To access the app:

To access the config:

To access the docs:

Heroku ready!

  • Set up a new Heroku app
  • git push heroku master