Navigation Menu

Skip to content

Commit

Permalink
doc release: follow build environment change
Browse files Browse the repository at this point in the history
  • Loading branch information
Masafumi Yokoyama committed Apr 2, 2015
1 parent fa2db53 commit a3f6f3c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/source/contribution/development/release.rst
Expand Up @@ -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の準備
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Expand Down Expand Up @@ -538,7 +538,7 @@ cloneしたWebサイトのソースに対して以下のファイルを新規追
編集した内容をpushする前に確認したい場合にはjekyllおよびRedClothが必要です。
インストールするには以下のコマンドを実行します。::

% sudo gem1.9.1 install jekyll RedCloth
% sudo gem install jekyll RedCloth

jekyllのインストールを行ったら、以下のコマンドでローカルにwebサーバを起動します。::

Expand Down

0 comments on commit a3f6f3c

Please sign in to comment.