diff options
-rw-r--r-- | README | 11 |
1 files changed, 7 insertions, 4 deletions
@@ -11,12 +11,15 @@ Execution Server: execute "server/start.sh" -If you want to have network support, you maybe have to supply your public IP adress as first parameter to that script. +If you want to have network support, you maybe have to supply your +public IP address as first parameter to that script. T -Client: +Client: cd client, erl -name <any_name> +If you want to have network support, you maybe have to supply -name +<any_name>@<IP address>. In the shell you can use the following commands: @@ -25,8 +28,8 @@ In the shell you can use the following commands: Register the first user account (admin). client:login(<hostname>, <username>, <password>). - Login on the server. - + Log in. + If you are logged in the server you can us the following commands: |