- Download and install node.js
- Download and install npm
- npm install underscore
- npm install express
- npm install jade
- npm install optimist
- npm install docco
Docco requires Pygments. On Debian based systems you can install this with the following command:
sudo aptitude install python-pygments
- chmod u+x doc-generator.sh
- ./doc-generator.sh
- node js/app.js
- Set up a new Heroku app
- git push heroku master