replace raw IPs with domain names
This commit is contained in:
parent
ea852dfcd2
commit
58804dcd36
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user