Skip to content

Commit

Permalink
Add example app to help with documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredmorrow committed Aug 20, 2014
1 parent d2a5de4 commit a829631
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.org
Original file line number Diff line number Diff line change
Expand Up @@ -124,3 +124,15 @@ So, if you want to have a variable persist all the way through to the
final reltool step, the variable needs to be set in pkg.vars.config
(or defaulted in <osname>.template) AND be present in the vars.config,
so it can be applied to the reltool templates.

*** Example App

The easiest app that uses =node_package= is [[https://github.com/basho/stanchion][stanchion]] a small application that Basho uses along side Riak CS.

In particular, see:

- [[https://github.com/basho/stanchion/blob/develop/pkg.vars.config][pkg.vars.config]]
- [[https://github.com/basho/stanchion/blob/develop/Makefile#L73][makefile]]
- [[https://github.com/basho/stanchion/blob/develop/rel/reltool.config#L46][reltool.config]]

It also has custom settings in its [[https://github.com/basho/stanchion/blob/develop/rel/vars.config#L31][vars.config]] for adjusting settings in the =bin/stanchion= that comes from node_package's =runner= script.

0 comments on commit a829631

Please sign in to comment.