From eddb0a7679e79e4c06e655686cb6d91e3e1b4dd2 Mon Sep 17 00:00:00 2001 From: djmil Date: Thu, 7 Dec 2023 13:42:25 +0100 Subject: [PATCH] replace raw IPs with domain names (#50) Reviewed-on: https://gitea.djmil.dev/HQLAx/CordaCheckers/pulls/50 --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 037fa4d..86cef16 100644 --- a/README.md +++ b/README.md @@ -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: