From 859c3fbe95258f936621bfc94845f6659c6ace02 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Tue, 12 Mar 2013 12:34:14 +0200 Subject: [PATCH] Update README.md --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6a0cd91c..9737e006 100644 --- a/README.md +++ b/README.md @@ -118,7 +118,7 @@ All main configuration could be done thrue config.json. } ``` -Server ports +Server --------------- Standard practices say no non-root process gets to talk to the Internet on a port less than 1024. Anyway I suggest you @@ -145,6 +145,11 @@ in your list they could differ). @:/tmp/cloudcmd (dev) $ su iptables -t nat -D PREROUTING 2 ``` +To run Cloud Commander as daemon in linux you could set **log** to true in config and +do something like this: + + nohup node cloudcmd + Authorization --------------- Thru openID Cloud Commander could authorize clients on GitHub.