README typos
This commit is contained in:
parent
c942d2325b
commit
756f95a28c
12
README.md
12
README.md
@ -124,7 +124,7 @@ drwxr-xr-x 2 root root 4096 Nov 28 10:24 plugins
|
||||
- Creating a symlink via `ln -s source_file symbolic_link`
|
||||
```bash
|
||||
root@BB8:~/.corda/cli echo $PATH
|
||||
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
|
||||
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
|
||||
|
||||
root@BB8:~/.corda/cli ln -s ~/.corda/cli/corda-cli.sh /usr/local/bin/corda-cli
|
||||
|
||||
@ -226,7 +226,7 @@ root@BB8:/ ./gradlew 5-vNodesSetup # deploy&run your Cordapp
|
||||
|
||||
# SpringBoot
|
||||
|
||||
Aka middle ware server.
|
||||
Aka middleware server.
|
||||
|
||||
## Java17
|
||||
|
||||
@ -265,7 +265,7 @@ eb0679d30d0b corda-checkers "/bin/bash" 3 minu
|
||||
We have to tell gradle where to find proper java version.
|
||||
|
||||
```bash
|
||||
root@BB8:/sources/backend> ./gradlew --stop #stop current server
|
||||
root@BB8:/sources/backend> ./gradlew --stop #stop current server
|
||||
root@BB8:/sources/backend> ./gradlew bootrun -Dorg.gradle.java.home=/usr/lib/jvm/java-17-openjdk-amd64
|
||||
```
|
||||
|
||||
@ -315,14 +315,14 @@ root@BB8:/sources/webapp> npm -v
|
||||
|
||||
NPM shall be installed by the previous step. And we are going to use SpringBoot to server JS as a set of static resources. So no additional SW installation needed (like `npm install -g serve`)
|
||||
|
||||
>[!NOTE]
|
||||
>[!NOTE]
|
||||
> At this point, you probably should make another commit to the docker image.
|
||||
>
|
||||
> The final size of an image is about 2.2 Gig:
|
||||
> ```bash
|
||||
> [luke@BB8 ~]$ docker images
|
||||
REPOSITORY TAG IMAGE ID CREATED SIZE
|
||||
corda-checkers latest 76eddb47d7c5 54 seconds ago 2.16GB
|
||||
> REPOSITORY TAG IMAGE ID CREATED SIZE
|
||||
> corda-checkers latest 76eddb47d7c5 54 seconds ago 2.16GB
|
||||
> ```
|
||||
|
||||
### Project dependancies
|
||||
|
Loading…
Reference in New Issue
Block a user