summaryrefslogtreecommitdiff
path: root/priv/templates/simplenode.template
Commit message (Collapse)AuthorAgeFilesLines
* Get rid of app.configjoewilliams2011-09-201-1/+1
| | | | | | | | | | | | | | | | | | | | app.config has been a long standing erroneous file in rebar. Erlang/OTP documentation suggests a sys.config file instead. This file is stored in the releases/VSN directory. This does a few things but most importantly it ensures your config (contained in the application environment) survives a hot upgrade. It also has the advantage of allowing the configuration of the application to be versioned along side the application code. This patch flips rebar to use sys.config rather than app.config. Additionally it makes this flip to vm.args as well, making them versioned just like sys.config. This patch also includes runner script changes to support the old etc/app.config config file location and support for Windows. Thanks to mokele for the initial work and kick in the pants to make this finially happen.
* Add simple Windows batch scripts to node templatesMatt Campbell2011-09-011-0/+2
|
* Fix bz://705; make sure to invoke chmod as part of the templateDave Smith2010-10-271-0/+3
|
* Updating simplenode template so that it works with refactored overlay ↵Dave Smith2010-07-061-5/+5
| | | | | | | support; fixes bugs 347 and 348 --HG-- extra : rebase_source : b8eaa05914a99a7f67fdc83f1e07a92bdcad5dfd
* provide separate 'file' and 'template' directives, instead of one 'file' ↵Bryan Fink2010-02-131-2/+2
| | | | directive with a boolean Render flag
* Adding sketch of functionality for creating a reltool node from templateDave Smith2010-01-081-0/+7