Install with Yum
First create the Yum Repo File:
$ sudo cat > /etc/yum.repos.d/griddb.repo <<< EOF [griddb] name=GridDB.net 4.5 baseurl=https://griddb.net/yum/el7/4.5/ enabled=1 gpgcheck=1 gpgkey=https://griddb.net/yum/RPM-GPG-KEY-GridDB EOF
Then install GridDB:
$ sudo yum -y install griddb griddb-c-client
Now you're ready to follow and edit the configuration and start GridDB. Instructions on that can be found here in the quick start. In the future, when a new minor version of GridDB is released, (bug fixes or security issues) your GridDB version will be updated when yum update is run.