We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How can I build a rpm file included dependencies ?
The text was updated successfully, but these errors were encountered:
You can use Jar file by griddb_webapi-2.1.0-bin.tar.gz. https://github.com/griddb/webapi/releases/tag/2.1.0 How about this ?
wget https://github.com/griddb/webapi/releases/download/2.1.0/griddb_webapi-2.1.0-bin.tar.gz tar xvfz griddb_webapi-2.1.0-bin.tar.gz export GS_WEBAPI_HOME=$PWD/webapi sed -i -e s/\"name\"\ :\ \"\"/\"name\"\ :\ \"myCluster\"/g $GS_WEBAPI_HOME/conf/repository.json cd $GS_WEBAPI_HOME java -jar lib/griddb-webapi-ce-2.1.0.jar
Sorry, something went wrong.
No branches or pull requests
How can I build a rpm file included dependencies ?
The text was updated successfully, but these errors were encountered: