Update README.md

This commit is contained in:
coderaiser 2013-03-12 12:34:14 +02:00
parent 39f33dd4a2
commit 859c3fbe95

View file

@ -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.