diff options
author | Adam Kocoloski <adam@cloudant.com> | 2010-08-27 14:37:04 -0400 |
---|---|---|
committer | Adam Kocoloski <adam@cloudant.com> | 2010-08-27 14:37:04 -0400 |
commit | 8ac8610d843e52cd9be4104095d079878d1fc09a (patch) | |
tree | 3d01b220b68c8e9b3247e51c951dc5e79cda59e7 /Makefile | |
parent | 1dc641bbcf53f4c9f9ba800060d74d32643adc8c (diff) |
clarify node startup procedure for 'make dev'
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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\ |