Skip to content

Commit e672efb

Browse files
committed
Update for GridDB V5.0
1 parent 480b625 commit e672efb

1 file changed

Lines changed: 5 additions & 40 deletions

File tree

README.md

Lines changed: 5 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,11 @@ The GridDB CLI provides command line interface tool to manage GridDB cluster ope
1010

1111
Building and program execution are checked in the environment below.
1212

13-
OS: CentOS 7.6(x64)
14-
GridDB CLI: V4.6.0 CE(Community Edition)
13+
OS: CentOS 7.9(x64) / Ubuntu 20.04
14+
GridDB Server: V5.0 CE(Community Edition)
1515
Java: Java™ SE Development Kit 8
1616

17-
## Quick start
18-
19-
We have confirmed the operation on CentOS 7.6 , CentOS 8.1
17+
## Quick start from CLI Source Code
2018

2119
### Preparations
2220

@@ -49,48 +47,15 @@ and the following file is created under `release/` folder.
4947
$ CP=$CP:common/lib/commons-io-2.4.jar:release/griddb-cli.jar:common/lib/gridstore.jar:common/lib/gridstore-jdbc.jar:common/lib/jackson-annotations-2.2.3.jar:common/lib/jackson-core-2.2.3.jar:common/lib/jackson-databind-2.2.3.jar:common/lib/javax.json-1.0.jar:common/lib/jersey-client-1.17.1.jar:common/lib/jersey-core-1.17.1.jar:common/lib/orion-ssh2-214.jar:lib/commons-beanutils-1.9.3.jar:lib/commons-cli-1.2.jar:lib/commons-collections-3.2.2.jar:lib/commons-lang3-3.5.jar:lib/commons-logging-1.2.jar:lib/jline-3.17.1.jar:lib/logback-classic-1.0.13.jar:lib/logback-core-1.0.13.jar:lib/opencsv-3.9.jar:lib/slf4j-api-1.7.5.jar
5048
$ java -Xmx1024m -Dlogback.configurationFile=gs_sh_logback.xml -classpath "$CP:$CLASSPATH" com.toshiba.mwcloud.gs.tools.shell.GridStoreShell $*
5149
gs> version
52-
gs_sh-ce version 4.6.0
50+
gs_sh-ce version 5.0.0
5351

5452
Run GridDB CLI after build with gradle:
5553

5654
$ CP=.
5755
$ CP=$CP:release/griddb-cli.jar
5856
$ java -Xmx1024m -Dlogback.configurationFile=gs_sh_logback.xml -classpath "$CP:$CLASSPATH" com.toshiba.mwcloud.gs.tools.shell.GridStoreShell $*
5957
gs> version
60-
gs_sh-ce version 4.6.0
61-
62-
## Install
63-
64-
```
65-
(CentOS)
66-
$ rpm -ivh griddb-X.X.X-linux.x86_64.rpm
67-
$ rpm -ivh griddb-ce-cli-X.X.X-linux.x86_64.rpm
68-
$ ln -sf gridstore-jdbc-X.X.X.jar /usr/share/java/gridstore-jdbc.jar
69-
$ gs_sh
70-
gs> version
71-
gs_sh-ce version 4.6.0
72-
73-
(openSuSe Leap)
74-
$ rpm -ivh griddb-X.X.X-opensuse.x86_64.rpm
75-
$ rpm -ivh griddb-cli-X.X.X-{release}-opensuse.rpm
76-
$ ln -sf gridstore-jdbc-X.X.X.jar /usr/share/java/gridstore-jdbc.jar
77-
$ gs_sh
78-
gs> version
79-
gs_sh-ce version 4.6.0
80-
81-
(Ubuntu)
82-
$ dpkg -i griddb_x.x.x_amd64.deb
83-
$ dpkg -i griddb-cli_X.X.X_amd64.deb
84-
$ gs_sh
85-
gs> version
86-
gs_sh-ce version 4.6.0
87-
88-
Note: - X.X.X is the GridDB version.
89-
- {release} is the GridDB release version.
90-
```
91-
92-
- Note:
93-
- We can download the last version of `griddb-X.X.X-linux.x86_64.rpm`, `griddb_x.x.x_amd64.deb`, `griddb-x.x.x-opensuse.x86_64.rpm` at https://github.com/griddb/griddb/releases/ and the latest version of `gridstore-jdbc-X.X.X.jar` from [Maven Repository](https://search.maven.org/search?q=a:gridstore-jdbc).
58+
gs_sh-ce version 5.0.0
9459

9560
## Document
9661

0 commit comments

Comments
 (0)