File tree Expand file tree Collapse file tree 11 files changed +83
-38
lines changed
Expand file tree Collapse file tree 11 files changed +83
-38
lines changed Original file line number Diff line number Diff line change 2929 npm run build
3030 - name : Run immudb
3131 run : |
32- docker run -d --rm --health-cmd "immuadmin status" --health-interval 10s --health-timeout 5s --health-retries 5 -p 3322:3322 codenotary/immudb:latest
32+ docker run -d --rm --health-cmd "immuadmin status" --health-interval 10s --health-timeout 5s --health-retries 5 -p 3322:3322 codenotary/immudb:1.3.2
3333 - name : Run showcase
3434 run : |
3535 cd immudb-node-showcase
Original file line number Diff line number Diff line change @@ -35,5 +35,5 @@ function myShowcase() {
3535Remember to have immudb docker image with exposed ports running:
3636
3737``` sh
38- docker run -d -it --rm -p 8080:8080 -p 3322:3322 -p 9497:9497 -p 5432:5432 --name immudb codenotary/immudb:latest
38+ docker run -d -it --rm -p 8080:8080 -p 3322:3322 -p 9497:9497 -p 5432:5432 --name immudb codenotary/immudb:1.3.2
3939```
Original file line number Diff line number Diff line change 11{
2- "name" : " immudb-node-doc" ,
2+ "name" : " @codenotary/ immudb-node-doc" ,
33 "version" : " 2.0.0-alpha.0" ,
44 "license" : " Apache-2.0" ,
55 "repository" : {
Original file line number Diff line number Diff line change 11{
2- "name" : " immudb-node-grpcjs" ,
2+ "name" : " @codenotary/ immudb-node-grpcjs" ,
33 "version" : " 2.0.0-alpha.0" ,
44 "license" : " Apache-2.0" ,
55 "repository" : {
Original file line number Diff line number Diff line change 11{
2- "name" : " immudb-node-pbjs" ,
2+ "name" : " @codenotary/ immudb-node-pbjs" ,
33 "version" : " 2.0.0-alpha.0" ,
44 "license" : " Apache-2.0" ,
55 "repository" : {
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ npm install
1818Then run immudb docker image with exposed ports:
1919
2020``` sh
21- docker run -d -it --rm -p 8080:8080 -p 3322:3322 -p 9497:9497 -p 5432:5432 --name immudb codenotary/immudb:latest
21+ docker run -d -it --rm -p 8080:8080 -p 3322:3322 -p 9497:9497 -p 5432:5432 --name immudb codenotary/immudb:1.3.2
2222```
2323
2424Then run example, e.g.:
@@ -68,7 +68,7 @@ function myShowcase() {
6868Remember to have your immudb instance running:
6969
7070``` sh
71- docker run -d -it --rm -p 8080:8080 -p 3322:3322 -p 9497:9497 -p 5432:5432 --name immudb codenotary/immudb:latest
71+ docker run -d -it --rm -p 8080:8080 -p 3322:3322 -p 9497:9497 -p 5432:5432 --name immudb codenotary/immudb:1.3.2
7272```
7373
7474
Original file line number Diff line number Diff line change 11{
2- "name" : " immudb-node-showcase" ,
2+ "name" : " @codenotary/ immudb-node-showcase" ,
33 "version" : " 2.0.0-alpha.0" ,
44 "license" : " Apache-2.0" ,
55 "repository" : {
Original file line number Diff line number Diff line change 55To include (alpha) client in your code, do:
66
77``` sh
8- npm install immudb-node@alpha
8+ npm install @codenotary/ immudb-node@alpha
99```
1010
1111Then use (see detailed examples in [ showcases] ( ../immudb-node-showcase/ ) ):
@@ -36,7 +36,7 @@ function myShowcase() {
3636Remember to have immudb docker image with exposed ports running:
3737
3838``` sh
39- docker run -d -it --rm -p 8080:8080 -p 3322:3322 -p 9497:9497 -p 5432:5432 --name immudb codenotary/immudb:latest
39+ docker run -d -it --rm -p 8080:8080 -p 3322:3322 -p 9497:9497 -p 5432:5432 --name immudb codenotary/immudb:1.3.2
4040```
4141
4242
Original file line number Diff line number Diff line change 11{
2- "name" : " immudb-node" ,
2+ "name" : " @codenotary/ immudb-node" ,
33 "version" : " 2.0.0-alpha.0" ,
44 "license" : " Apache-2.0" ,
55 "repository" : {
You can’t perform that action at this time.
0 commit comments