[Groonga-commit] groonga/heroku-sample-rroonga-blog at 658fa72 [master] Update information

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Feb 23 09:44:58 JST 2016


Kouhei Sutou	2016-02-23 09:44:58 +0900 (Tue, 23 Feb 2016)

  New Revision: 658fa72910a422300d3b25e14f88584fd4cc3ab4
  https://github.com/groonga/heroku-sample-rroonga-blog/commit/658fa72910a422300d3b25e14f88584fd4cc3ab4

  Message:
    Update information

  Modified files:
    README.md

  Modified: README.md (+5 -3)
===================================================================
--- README.md    2016-02-23 09:34:23 +0900 (5899939)
+++ README.md    2016-02-23 09:44:58 +0900 (471b8fc)
@@ -13,7 +13,9 @@ Note that the demonstration site may be deleted.
 
     % git clone https://github.com/groonga/heroku-sample-rroonga-blog.git
     % cd heroku-sample-rroonga-blog
-    % heroku apps:create --addons heroku-postgresql --buildpack https://codon-buildpacks.s3.amazonaws.com/buildpacks/groonga/rroonga.tgz
+    % heroku apps:create --addons heroku-postgresql --buildpack https://codon-buildpacks.s3.amazonaws.com/buildpacks/groonga/groonga.tgz
+    % heroku buildpacks:add heroku/ruby
+    % heroku buildpacks:add https://codon-buildpacks.s3.amazonaws.com/buildpacks/groonga/rroonga.tgz
     % git push heroku master
     % heroku run rake db:migrate
     % heroku apps:open
@@ -23,12 +25,12 @@ You can search blog posts by title and content in the search form.
 You can posts test entries:
 
     % bundle install
-    % rake import $(heroku apps:info --shell | grep '^web_url=')
+    % env $(heroku apps:info --shell | grep '^web-url=' | sed -e 's/^web-url=/web_url=/') bin/rails import
 
 You can select test entries. For example, the following command just
 posts Ruby news in Japanese:
 
-    % rake import:ruby:ja $(heroku apps:info --shell | grep '^web_url=')
+    % env $(heroku apps:info --shell | grep '^web-url=' | sed -e 's/^web-url=/web_url=/') bin/rails import:ruby:ja
 
 ## License
 
-------------- next part --------------
HTML����������������������������...
Download 



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