Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
madhums committed Dec 10, 2012
1 parent f43663c commit ae3c5b8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -14,10 +14,11 @@ an article, delete an article and add comment on the article.
$ git clone git://github.com/madhums/nodejs-express-mongoose-demo.git
$ npm install
$ cp config/config.example.js config/config.js
$ cp config/imager.example.js config/imager.js
$ npm start
```

**NOTE:** Do not forget to update your facebook twitter and github APP_ID and APP_SECRET in `config/config.js`
**NOTE:** Do not forget to update your facebook twitter and github APP_ID and APP_SECRET in `config/config.js`. Also if you want to use image uploads, don't forget to replace the S3 and Rackspace keys in `config/imager.js`.

Then visit [http://localhost:3000/](http://localhost:3000/)

Expand Down

0 comments on commit ae3c5b8

Please sign in to comment.