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

How to install? #120

Open
kiufta opened this issue Sep 9, 2022 · 4 comments
Open

How to install? #120

kiufta opened this issue Sep 9, 2022 · 4 comments

Comments

@kiufta
Copy link

kiufta commented Sep 9, 2022

I've successfully built with

	make pre
	make

Now I would like to do something like
make DESTDIR="$pkgdir" install
but this isn't available.

@WenJieLiHnu
Copy link
Collaborator

the gstore do not support this command. you can use the command "cp xx" to copy the directory to the other directory after run the command "make"

@waarmond
Copy link

I am a new user.
@WenJieLiHnu Is just copying the binaries sufficient?

gadd
gbackup
gbuild
gdrop
gexport
ghttp
ginit
gmonitor
gpara
gquery
grestore
gserver
gserver_backup_scheduler
gshow
gsub
rollback
shutdown

@WenJieLiHnu
Copy link
Collaborator

We offer three ways to install gStore. The first is compiling and installing from source code. You need to install the relevant environment and then obtain the source code for compilation. The second is Docker image installation. You can pull the Docker image from Docker Hub and then load the image. The third is static package installation. You can contact our technical staff to obtain the static installation package, which can be installed by simply unpacking it. However, there are some functional limitations for static package installation (such as the inability to write custom functions), so we recommend the first method. You can refer to the installation guide at the following URL for more details: https://www.gstore.cn/pcsite/index.html#/documentation.

@waarmond
Copy link

waarmond commented Jun 4, 2024

@WenJieLiHnu Thank you for you answer. I've already chosen 1) and successfully got the binaries listed above.

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

3 participants