replace raw IPs with domain names #50

Merged
djmil merged 1 commits from main into master 2023-12-07 13:42:26 +01:00
Showing only changes of commit 58804dcd36 - Show all commits

View File

@ -76,18 +76,18 @@ root@a9a041421f99:~ ls
root@a9a041421f99:~ pwd
/root
root@a9a041421f99:~ wget -r corda-cli-installer-5.0.0.0 192.168.10.121:8000
root@a9a041421f99:~ wget -r corda-cli-installer-5.0.0.0 %host%:8000
...
Downloaded: 14 files, 178M in 16s (11.4 MB/s)
root@a9a041421f99:~/192.168.10.121:8000# ls
root@a9a041421f99:/%host% ls
corda-cli.jar index.html install.ps1 install.sh plugins
```
### Run the installer
```bash
root@a9a041421f99:~/192.168.10.121:8000 install.sh
root@a9a041421f99:/%host% install.sh
root@a9a041421f99:~/.corda/cli# pwd
/root/.corda/cli
@ -206,7 +206,7 @@ luke@BB8 ~]$ docker exec -it corda-prod /bin/bash
root@BB8:/# cd /sources/corda/
root@BB8:/$ cd /sources/
root@BB8:/sources$ git clone http://192.168.8.55:3000/HQLAx/CordaCheckers.git .
root@BB8:/sources$ git clone https://gitea.djmil.dev/HQLAx/CordaCheckers.git .
```
Commentout java path in `gradle.properties`, we have only one java version installed, so it will be used by default: