[Groonga-commit] droonga/droonga.org at ab05bdd [gh-pages] Add news topics for developers: how to install master

Back to archive index

YUKI Hiroshi null+****@clear*****
Fri Sep 26 11:51:51 JST 2014


YUKI Hiroshi	2014-09-26 11:51:51 +0900 (Fri, 26 Sep 2014)

  New Revision: ab05bdd862a366f1007904f4e28b8c0f9bf708f7
  https://github.com/droonga/droonga.org/commit/ab05bdd862a366f1007904f4e28b8c0f9bf708f7

  Message:
    Add news topics for developers: how to install master

  Modified files:
    news/_posts/2014-09-29-release.md

  Modified: news/_posts/2014-09-29-release.md (+17 -2)
===================================================================
--- news/_posts/2014-09-29-release.md    2014-09-25 20:35:59 +0900 (e386ae1)
+++ news/_posts/2014-09-29-release.md    2014-09-26 11:51:51 +0900 (16f761a)
@@ -7,7 +7,7 @@ published: false
 Sorry, long time no see.
 We sadly skipped a release on the last month, however, we've been back with Droonga 1.0.6 and a great improvement!
 
-The most important improvement on this release 1.0.6 is the *very easy installation*.
+The most important topic on this release Droonga 1.0.6 is the *very easy installation*.
 Droonga's main components, `droonga-engine` and `droonga-http-server` are now installable via script for each, so you just run scripts as the root, just like:
 
 ~~~
@@ -28,11 +28,26 @@ You just have to run simple commands to start/stop services, like:
 Moreover, utility commands to manage nodes in the cluster (like `droonga-engine-join` and `droonga-engine-unjoin`) also became more easy-to-use.
 For more details, see [the updated "getting started" tutorial](/tutorial/1.0.6/groonga) and others.
 
-But there is a sad news:
+On the other hand, there is a sad news:
 Droonga's installation scripts now work only for Debian, Ubuntu, and CentOS 7.
 Other environments (for example CentOS 6.5, OS X, BSD... and more) are not supported yet.
 So, if you have knowledges how to install required commands `gem`, `npm` (and `git`) and how to register custom services, please improve the installation script and send pull requests us!
 
+## For developers
+
+The installation script works for not only the latest release, but the latest revision of the master branch also.
+You just have to give an extra environment variable `VERSION`, like:
+
+~~~
+# curl https://raw.githubusercontent.com/droonga/droonga-engine/master/install.sh | \
+    VERSION=master bash
+# curl https://raw.githubusercontent.com/droonga/droonga-http-server/master/install.sh | \
+    VERSION=master bash
+~~~
+
+Then the script tries to install services based on the master.
+It will help you to try new fixes before the next release.
+
 ## Detailed list of improvements
 
  * [Droonga-engine 1.0.6][droonga-engine]
-------------- next part --------------
HTML����������������������������...
Download 



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