Skip to content

Commit

Permalink
Link to heroku example
Browse files Browse the repository at this point in the history
  • Loading branch information
cianclarke committed Jan 28, 2015
1 parent 0813da3 commit 47dea66
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ Usage
=====
Node gallery can be used standalone, or in an existing node.js application. The example code has support for the Openshift and Heroku PaaS.
## Standalone
Node Gallery supports deploys to OpenShift and Heroku out of the box.
Modify [examples/app.js](examples/app.js) to your liking, add your albums & images to `resources/photos` & run using:

node example/app.js
Expand Down Expand Up @@ -67,6 +68,8 @@ For albums and photos, to receive a JSON response rather than a rendered HTML pa

Examples
===================
Node Gallery with out-of-the-box configuration is deployed to Heroku - [see it here. ](http://nodegallery.herokuapp.com/gallery)

A usage example using node-gallery with Express can be found in [examples/app.js](examples/app.js).

Photos
Expand Down

0 comments on commit 47dea66

Please sign in to comment.