YUKI Hiroshi
null+****@clear*****
Wed Nov 26 20:08:33 JST 2014
YUKI Hiroshi 2014-11-26 20:08:33 +0900 (Wed, 26 Nov 2014) New Revision: 68ec33fc706f7471d05b10d3f081de273f3feea3 https://github.com/droonga/droonga.org/commit/68ec33fc706f7471d05b10d3f081de273f3feea3 Message: Specify --path option for "bundle install". Because the installation script of droonga-engine runs "bundle install" as the root, simple "bundle install" as an user fails. How can I fix this problem?? Modified files: _po/ja/tutorial/1.0.8/benchmark/index.po ja/tutorial/1.0.8/benchmark/index.md tutorial/1.0.8/benchmark/index.md Modified: _po/ja/tutorial/1.0.8/benchmark/index.po (+1 -1) =================================================================== --- _po/ja/tutorial/1.0.8/benchmark/index.po 2014-11-26 16:22:06 +0900 (166dc4b) +++ _po/ja/tutorial/1.0.8/benchmark/index.po 2014-11-26 20:08:33 +0900 (2d5be60) @@ -390,7 +390,7 @@ msgid "" " % cd ~/\n" " % git clone https://github.com/droonga/wikipedia-search.git\n" " % cd wikipedia-search\n" -" % bundle install\n" +" % bundle install --path vendor/\n" " % time (MAX_N_RECORDS=100000 bundle exec rake data:convert:groonga:ja \\\n" " data/groonga/ja-pages.grn)\n" " ~~~" Modified: ja/tutorial/1.0.8/benchmark/index.md (+1 -1) =================================================================== --- ja/tutorial/1.0.8/benchmark/index.md 2014-11-26 16:22:06 +0900 (687df47) +++ ja/tutorial/1.0.8/benchmark/index.md 2014-11-26 20:08:33 +0900 (83856e7) @@ -176,7 +176,7 @@ DroongaはGroongaと互換性があるため、Groongaベースのアプリケ % cd ~/ % git clone https://github.com/droonga/wikipedia-search.git % cd wikipedia-search - % bundle install + % bundle install --path vendor/ % time (MAX_N_RECORDS=100000 bundle exec rake data:convert:groonga:ja \ data/groonga/ja-pages.grn) ~~~ Modified: tutorial/1.0.8/benchmark/index.md (+1 -1) =================================================================== --- tutorial/1.0.8/benchmark/index.md 2014-11-26 16:22:06 +0900 (1e524f7) +++ tutorial/1.0.8/benchmark/index.md 2014-11-26 20:08:33 +0900 (92b4346) @@ -167,7 +167,7 @@ So let's prepare a new Groonga database including Wikipedia pages, on the `node0 % cd ~/ % git clone https://github.com/droonga/wikipedia-search.git % cd wikipedia-search - % bundle install + % bundle install --path vendor/ % time (MAX_N_RECORDS=100000 bundle exec rake data:convert:groonga:ja \ data/groonga/ja-pages.grn) ~~~ -------------- next part -------------- HTML����������������������������...下載