Skip to content

Commit 05a0eab

Browse files
committed
Update for V5.8
1 parent e95081c commit 05a0eab

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,20 +28,20 @@ Note:
2828
$ cd java_client
2929
$ ./make_source_for_mvn.sh
3030
$ mvn clean
31-
$ mvn install
31+
$ mvn package
3232

3333
### Start a server
3434
$ export GS_HOME=$PWD
3535
$ export GS_LOG=$PWD/log
3636
$ export PATH=${PATH}:$GS_HOME/bin
3737

38-
$ bin/gs_passwd admin
38+
$ gs_passwd admin
3939
#input your_password
4040
$ vi conf/gs_cluster.json
4141
# "clusterName":"your_clustername" #<-- input your_clustername
4242

43-
$ bin/gs_startnode
44-
$ bin/gs_joincluster -c your_clustername -u admin/your_password
43+
$ gs_startnode
44+
$ gs_joincluster -c your_clustername -u admin/your_password
4545

4646
### Execute a sample program
4747
$ export CLASSPATH=${CLASSPATH}:$GS_HOME/bin/gridstore.jar
@@ -52,8 +52,8 @@ Note:
5252
--> Person: name=name02 status=false count=2 lob=[65, 66, 67, 68, 69, 70, 71, 72, 73, 74]
5353

5454
### Stop a server
55-
$ bin/gs_stopcluster -u admin/your_password
56-
$ bin/gs_stopnode -u admin/your_password
55+
$ gs_stopcluster -u admin/your_password
56+
$ gs_stopnode -u admin/your_password
5757

5858
## [Quick start (Using GridDB Service and CLI)](docs/UsingServiceAndCLI.md)
5959

@@ -128,6 +128,7 @@ If necessary, please refer to [Installation Troubleshooting](docs/TroubleShootin
128128
- [V5.5 Release Notes](docs/GridDB-5.5-CE-RELEASE_NOTES.md)
129129
- [V5.6 Release Notes](docs/GridDB-5.6-CE-RELEASE_NOTES.md)
130130
- [V5.7 Release Notes](docs/GridDB-5.7-CE-RELEASE_NOTES.md)
131+
- [V5.8 Release Notes](docs/GridDB-5.8-CE-RELEASE_NOTES.md)
131132

132133
## Client and Connector
133134
There are other clients and API for GridDB.

README_ja.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ GridDBが提供する機能は『[GridDB 機能リファレンス](https://githu
3030
$ cd java_client
3131
$ ./make_source_for_mvn.sh
3232
$ mvn clean
33-
$ mvn install
33+
$ mvn package
3434

3535
### サーバの起動
3636
$ export GS_HOME=$PWD
@@ -129,6 +129,7 @@ GridDBが提供する機能は『[GridDB 機能リファレンス](https://githu
129129
* [V5.5 Release Notes](docs/GridDB-5.5-CE-RELEASE_NOTES_ja.md)
130130
* [V5.6 Release Notes](docs/GridDB-5.6-CE-RELEASE_NOTES_ja.md)
131131
* [V5.7 Release Notes](docs/GridDB-5.7-CE-RELEASE_NOTES_ja.md)
132+
* [V5.8 Release Notes](docs/GridDB-5.7-CE-RELEASE_NOTES_ja.md)
132133

133134
## クライアントとコネクタ
134135
Java以外のクライアント、APIもあります。

0 commit comments

Comments
 (0)