From 8ac8610d843e52cd9be4104095d079878d1fc09a Mon Sep 17 00:00:00 2001 From: Adam Kocoloski Date: Fri, 27 Aug 2010 14:37:04 -0400 Subject: clarify node startup procedure for 'make dev' --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index d8b1c36a..2e035ee5 100644 --- a/Makefile +++ b/Makefile @@ -41,9 +41,9 @@ dev: compile @echo "==> Building development node #3 (ports 35984/35986)" @./rebar generate target_dir=dev3 overlay_vars=dev3.config @echo "\n\ -Development nodes are built, and can be started using the dbcore scripts in\n\ -./rel/dev[123]/bin. Once the nodes are started, they must be joined together\n\ -by editing the local nodes DB. For example, executing\n\ +Development nodes are built, and can be started using ./rel/dev[123]/bin/dbcore.\n\ +Once the nodes are started, they must be joined together by editing the local\n\ +nodes DB. For example, executing\n\ \n\ curl localhost:15986/nodes/dev2@127.0.0.1 -X PUT -d '{}'\n\ curl localhost:15986/nodes/dev3@127.0.0.1 -X PUT -d '{}'\n\ -- cgit v1.2.3