|
|
@@ -33,7 +33,13 @@ ssh-copy-id -i ~/.ssh/id_rsa.pub gwelic
|
|
|
First, clone the `TECLIM/SSH_connection` repository. For instance:
|
|
|
|
|
|
```
|
|
|
-git clone ssh://regit@www.climate.be:3022/TECLIM/SSH_connection.git
|
|
|
+git clone http://www.climate.be:3000/TECLIM/SSH_connection.git # http classical
|
|
|
+
|
|
|
+git clone ssh://git@www.climate.be:3022/TECLIM/SSH_connection.git # ssh classical
|
|
|
+
|
|
|
+git clone ssh://egit/TECLIM/SSH_connection.git # ssh with config definition
|
|
|
+
|
|
|
+git clone ssh://regit/TECLIM/SSH_connection.git # ssh with config definition + via elic gateway
|
|
|
```
|
|
|
|
|
|
Then, go to the repository, open & adapt the `install.sh` script: you must change the password!
|