[Groonga-commit] groonga/groonga at a3f6f3c [master] doc release: follow build environment change

Back to archive index

Masafumi Yokoyama null+****@clear*****
Fri Apr 3 00:14:14 JST 2015


Masafumi Yokoyama	2015-04-03 00:14:14 +0900 (Fri, 03 Apr 2015)

  New Revision: a3f6f3c3c8cd9863a9f083697109ca062a761e07
  https://github.com/groonga/groonga/commit/a3f6f3c3c8cd9863a9f083697109ca062a761e07

  Message:
    doc release: follow build environment change

  Modified files:
    doc/source/contribution/development/release.rst

  Modified: doc/source/contribution/development/release.rst (+3 -3)
===================================================================
--- doc/source/contribution/development/release.rst    2015-04-02 19:29:13 +0900 (0d6357d)
+++ doc/source/contribution/development/release.rst    2015-04-03 00:14:14 +0900 (6cfa8f5)
@@ -394,8 +394,8 @@ Debian系もしくはRed Hat系の場合には本番環境へとアップロー
 
 ここでは以下のようにrubyを利用してリポジトリをwebサーバ経由で参照できるようにします。::
 
-    % ruby1.9.1 -run -e httpd -- packages/yum/repositories (yumの場合)
-    % ruby1.9.1 -run -e httpd -- packages/apt/repositories (aptの場合)
+    % ruby -run -e httpd -- packages/yum/repositories (yumの場合)
+    % ruby -run -e httpd -- packages/apt/repositories (aptの場合)
 
 grntestの準備
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -538,7 +538,7 @@ cloneしたWebサイトのソースに対して以下のファイルを新規追
 編集した内容をpushする前に確認したい場合にはjekyllおよびRedClothが必要です。
 インストールするには以下のコマンドを実行します。::
 
-    % sudo gem1.9.1 install jekyll RedCloth
+    % sudo gem install jekyll RedCloth
 
 jekyllのインストールを行ったら、以下のコマンドでローカルにwebサーバを起動します。::
 
-------------- next part --------------
HTML����������������������������...
Descargar 



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