Skip to content
New issue

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

Build to rpm files #2

Open
ultramagnus94 opened this issue May 27, 2020 · 1 comment
Open

Build to rpm files #2

ultramagnus94 opened this issue May 27, 2020 · 1 comment

Comments

@ultramagnus94
Copy link

How can I build a rpm file included dependencies ?

@knonomura
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants