[Groonga-commit] droonga/droonga-http-server at 308ca23 [master] Don't use sudo on CentOS

Back to archive index

YUKI Hiroshi null+****@clear*****
Tue Sep 16 16:05:44 JST 2014


YUKI Hiroshi	2014-09-16 16:05:44 +0900 (Tue, 16 Sep 2014)

  New Revision: 308ca231f7e300892a1f53acfa057307b46f6120
  https://github.com/droonga/droonga-http-server/commit/308ca231f7e300892a1f53acfa057307b46f6120

  Message:
    Don't use sudo on CentOS

  Modified files:
    install.sh

  Modified: install.sh (+15 -3)
===================================================================
--- install.sh    2014-09-16 14:17:26 +0900 (56b2642)
+++ install.sh    2014-09-16 16:05:44 +0900 (a5496c6)
@@ -14,12 +14,24 @@
 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
 
 # Usage:
+#
+#  Ubuntu:
+#
+#   Install a release version:
+#     $ 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-http-server/master/install.sh | sudo VERSION=master bash
+#   Install without prompt for the hostname:
+#     $ curl https://raw.githubusercontent.com/droonga/droonga-http-server/master/install.sh | sudo HOST=xxx.xxx.xxx.xxx ENGINE_HOST=xxx.xxx.xxx.xxx bash
+#
+#  CentOS 7:
+#
 #   Install a release version:
-#     curl https://raw.githubusercontent.com/droonga/droonga-http-server/master/install.sh | sudo bash
+#     # curl https://raw.githubusercontent.com/droonga/droonga-http-server/master/install.sh | bash
 #   Install the latest revision from the repository:
-#     curl https://raw.githubusercontent.com/droonga/droonga-http-server/master/install.sh | sudo VERSION=master bash
+#     # curl https://raw.githubusercontent.com/droonga/droonga-http-server/master/install.sh | VERSION=master bash
 #   Install without prompt for the hostname:
-#     curl https://raw.githubusercontent.com/droonga/droonga-http-server/master/install.sh | sudo HOST=xxx.xxx.xxx.xxx ENGINE_HOST=xxx.xxx.xxx.xxx bash
+#      #curl https://raw.githubusercontent.com/droonga/droonga-http-server/master/install.sh | HOST=xxx.xxx.xxx.xxx ENGINE_HOST=xxx.xxx.xxx.xxx bash
 
 NAME=droonga-http-server
 SCRIPT_URL=https://raw.githubusercontent.com/droonga/$NAME/master/install
-------------- next part --------------
HTML����������������������������...
다운로드 



More information about the Groonga-commit mailing list
Back to archive index