rebar/priv/templates
Ulf Wiger a8d11dc273 noderunner: add support for alt dir and boot file
This patch contains two additions to simplenode.runner:

1. Check if vm.args exists in CWD; if so, use it. This makes it
   easier to start multiple concurrent nodes on a single machine
   from one rebar-created release (starting each node from its
   own directory, with its own copy of vm.args and e.g.
   sys.config, log directory, database directory, etc.)

2. Add the targets start_boot <file> and console_boot <file>.
   This is used to select a different boot script. The 'setup'
   application (http://github.com/esl/setup) builds a special boot
   script for installation (all apps loaded but not started,
   making it possible to run install hooks with the full code path
   in place).
2012-07-14 00:26:09 +02:00
..
basicnif.c Fix basic_nif on_load() 2012-01-05 22:41:37 +01:00
basicnif.erl Adapt basicnif template to OTP changes 2011-07-19 17:37:48 +02:00
basicnif.template Adding basic NIF template 2010-03-25 22:32:53 -06:00
ctsuite.erl Remove gratuitous spaces 2011-02-15 17:26:01 +01:00
ctsuite.template Add common_test suite template 2011-02-15 17:21:56 +01:00
simpleapp.app.src Adding simpleapp.app.src 2010-06-22 11:02:54 -06:00
simpleapp.template Add file local variables where appropriate 2011-04-15 17:22:49 +02:00
simpleapp_app.erl Sketching out templating system 2010-01-07 22:18:55 -07:00
simpleapp_sup.erl Fixing some typos in simpleapp template 2010-01-09 06:23:35 -07:00
simplefsm.erl Whitespace cleanups 2011-07-13 17:59:07 +02:00
simplefsm.template Updating template defs to use "template" in lieu of "file" directive 2010-02-14 09:25:53 -07:00
simplemod.erl Remove export_all in simplemod template 2012-03-25 11:17:42 +02:00
simplemod.template Updating template defs to use "template" in lieu of "file" directive 2010-02-14 09:25:53 -07:00
simplemod_tests.erl Added 3 new templates: 2010-02-03 21:56:30 +10:00
simplenode.erl.script Change shebang lines to /bin/sh 2011-07-13 18:00:52 +02:00
simplenode.install_upgrade.escript Improvements to windows node runner script 2012-04-17 19:56:41 +02:00
simplenode.nodetool Clean up emacs file local variables 2011-01-31 17:55:36 +01:00
simplenode.reltool.config Simplify reltool.config template 2012-06-19 01:05:45 +02:00
simplenode.runner noderunner: add support for alt dir and boot file 2012-07-14 00:26:09 +02:00
simplenode.sys.config Get rid of app.config 2011-09-20 09:44:41 -07:00
simplenode.template Improvements to windows node runner script 2012-04-17 19:56:41 +02:00
simplenode.vm.args Comment out vm args 2011-12-21 16:02:21 +01:00
simplenode.windows.runner.cmd Use correctly escaped pipes in usage message 2012-04-17 19:56:41 +02:00
simplenode.windows.start_erl.cmd Don't run erl_args through set_trim 2011-10-20 16:26:28 +02:00
simplesrv.erl Fix handle_call response 2012-02-02 10:35:13 +01:00
simplesrv.template Updating template defs to use "template" in lieu of "file" directive 2010-02-14 09:25:53 -07:00