[Groonga-commit] droonga/droonga.org at e96fca5 [gh-pages] Update about nvm

Back to archive index

Yoji Shidara null+****@clear*****
Thu Aug 29 12:52:18 JST 2013


Yoji Shidara	2013-08-29 12:52:18 +0900 (Thu, 29 Aug 2013)

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

  Merged 5fadeb3: Merge branch 'setup-on-cloud' into gh-pages

  Message:
    Update about nvm

  Modified files:
    tutorial/index.md

  Modified: tutorial/index.md (+8 -6)
===================================================================
--- tutorial/index.md    2013-08-29 12:51:52 +0900 (f966ea6)
+++ tutorial/index.md    2013-08-29 12:52:18 +0900 (e95c1fa)
@@ -186,21 +186,23 @@ taiyaki.conf:
 
 ## droonga frontend を構築する
 
-
 ### nvm をインストールする
 
+Ubuntu 13.04 標準の Node.js は、バージョンが `0.6.19` と古いため、express-droonga に必要なパッケージを利用することができません。
+ここでは [nvm][] を利用して、新しい Node.js をセットアップします。
+
     $ wget -qO- https://raw.github.com/creationix/nvm/master/install.sh | sh
-    $ source ~/.bash_profile
+    $ source ~/.profile
 
 ### Node.js をインストールする
 
-    $ nvm install 0.10.16
+    $ nvm install 0.10.17
     $ nvm alias default 0.10
 
-Node.js のバージョンを表示して、先ほどインストールした `0.10.16` であることを確認してみましょう。
+Node.js のバージョンを表示して、先ほどインストールした `0.10.17` であることを確認してみましょう。
 
-    vagrant �� precise64:~$ node --version
-    v0.10.16
+    $ node --version
+    v0.10.17
 
 ### express-droonga をインストールする
 
-------------- next part --------------
HTML����������������������������...
Download 



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