From 18db1ef37c4ea50e56723fdf72e4900b132f26b4 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Wed, 27 Aug 2014 03:49:11 -0400 Subject: [PATCH] docs(help) start: rm nodester --- HELP.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/HELP.md b/HELP.md index 7d73f296..2b66bb8d 100644 --- a/HELP.md +++ b/HELP.md @@ -62,11 +62,17 @@ Cloud Commander supports command line parameters: | `-p, --port` | set port number and start If no parameters given Cloud Commander reads information from `json/config.json` and use -default port (`8000`), if none of port variables (`cloud9`, `cloudfoundry` and `nodester`) exist. +port from it (`8000` default). if port variables `PORT` or `VCAP_APP_PORT` isn't exist. To begin use, type in address bar of your browser: - http://127.0.0.1:8000 + http://localhost: + + +With default settings it would be: + + http://localhost:8000 + Update ---------------