Skip to content

Latest commit

 

History

21 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A simple CMS written in Node JS

Resources

Stars

3 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages