summaryrefslogtreecommitdiff
path: root/.rebar/templates/production.template
diff options
context:
space:
mode:
Diffstat (limited to '.rebar/templates/production.template')
-rw-r--r--.rebar/templates/production.template8
1 files changed, 8 insertions, 0 deletions
diff --git a/.rebar/templates/production.template b/.rebar/templates/production.template
new file mode 100644
index 00000000..d4090266
--- /dev/null
+++ b/.rebar/templates/production.template
@@ -0,0 +1,8 @@
+{variables, [{prefix, "{{prefix}}"},
+ {core_dir, "{{prefix}}/dbcore"},
+ {data_dir, "/srv/db"},
+ {view_dir, "/srv/view_index"}]}.
+{template, "./etc/default.ini", "rel/overlay/etc/default.ini"}.
+{file, "rebar.config", "rebar.config"}.
+{file, "/usr/local/lib/erlang/lib/erl_interface-3.6.5/bin/erl_call", "rel/overlay/erts-vsn/bin/erl_call"}.
+{chmod, 8#755, "rel/overlay/erts-vsn/bin/erl_call"}.