Skip to content

Commit

Permalink
running single node release
Browse files Browse the repository at this point in the history
  • Loading branch information
facundoolano committed Dec 14, 2017
1 parent 5c8c3b2 commit f892adb
Show file tree
Hide file tree
Showing 7 changed files with 753 additions and 3 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.PHONY: dev

dev:
./rebar3 release && _build/default/rel/rc_example/bin/rc_example
16 changes: 15 additions & 1 deletion conf/sys.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,18 @@
[{lager, [
[
{riak_core,
[
{ring_state_dir, "./data/ring"},
{web_port, 8098},
{handoff_port, 8099},
%% Platform-specific installation paths (substituted by rebar)
{platform_bin_dir, "./bin"},
{platform_data_dir, "./data"},
{platform_etc_dir, "./etc"},
{platform_lib_dir, "./lib"},
{platform_log_dir, "./log"},
{schema_dirs, ["lib/rc_example-0.1.0/priv"]}
]},
{lager, [
{handlers, [
{lager_console_backend, [{level, debug}]},
{lager_file_backend, [{file, "log/error.log"}, {level, error}]},
Expand Down
1 change: 1 addition & 0 deletions conf/vm.args
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
-name [email protected]
Loading

0 comments on commit f892adb

Please sign in to comment.