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

droonga-engineのinstall.shを使ったインストール方法 #17

Closed
long-long-float opened this issue Sep 4, 2014 · 7 comments
Closed

Comments

@long-long-float
Copy link
Member

$ curl https://raw.githubusercontent.com/droonga/droonga-engine/master/script/install.sh | sudo bash
@long-long-float
Copy link
Member Author

サービスの起動と終了

debian

$ sudo service droonga-engine start #起動
$ sudo service droonga-engine stop #終了

CentOS

# /sbin/service droonga-engine start #起動
# /sbin/service droonga-engine stop #終了

@piroor
Copy link
Contributor

piroor commented Sep 12, 2014

I've changed the location of the installation script.

Install a release version:

curl https://raw.githubusercontent.com/droonga/droonga-engine/master/install.sh | sudo bash

Install the latest revision from the repository:

curl https://raw.githubusercontent.com/droonga/droonga-engine/master/install.sh | sudo INSTALL_VERSION=master bash

@kou
Copy link
Contributor

kou commented Sep 12, 2014

curl https://raw.githubusercontent.com/droonga/droonga-engine/master/install.sh | sudo INSTALL_VERSION=master bash

How about VERSION=master instead of INSTALL_VERSION=master?
The script is install script. So we may omit INSTALL_ prefix.

piroor added a commit to droonga/droonga-engine that referenced this issue Sep 13, 2014
piroor added a commit to droonga/droonga-http-server that referenced this issue Sep 13, 2014
@piroor
Copy link
Contributor

piroor commented Sep 13, 2014

You are totally right... I've removed the prefix. Thanks.

@piroor
Copy link
Contributor

piroor commented Sep 13, 2014

Updated steps to install:

Install a release version:

curl https://raw.githubusercontent.com/droonga/droonga-engine/master/install.sh | sudo bash
curl https://raw.githubusercontent.com/droonga/droonga-http-server/master/install.sh | sudo bash

Install the latest revision from the repository:

curl https://raw.githubusercontent.com/droonga/droonga-engine/master/install.sh | sudo VERSION=master bash
curl https://raw.githubusercontent.com/droonga/droonga-droonga-http-server/master/install.sh | sudo VERSION=master bash

@piroor
Copy link
Contributor

piroor commented Sep 13, 2014

Next, I have to update steps to setup droonga-(engine|http-server).yaml and catalog.json. Now they are placed under the home directory of each user...

@piroor
Copy link
Contributor

piroor commented Sep 24, 2014

Done.

@piroor piroor closed this as completed Sep 24, 2014
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