[Groonga-commit] groonga/heroku-buildpack-groonga at 30b9dc2 [master] Update

Back to archive index

Kouhei Sutou null+****@clear*****
Sat May 24 18:40:03 JST 2014


Kouhei Sutou	2014-05-24 18:40:03 +0900 (Sat, 24 May 2014)

  New Revision: 30b9dc2d865d7a3c87f371a50796339f73f64b0b
  https://github.com/groonga/heroku-buildpack-groonga/commit/30b9dc2d865d7a3c87f371a50796339f73f64b0b

  Message:
    Update

  Modified files:
    README.md

  Modified: README.md (+7 -6)
===================================================================
--- README.md    2014-05-24 17:30:45 +0900 (1931a67)
+++ README.md    2014-05-24 18:40:03 +0900 (1313235)
@@ -1,18 +1,19 @@
-# Heroku buildpack: groonga
+# Heroku buildpack: Groonga
 
-This is a Heroku buildpack of [groonga](http://groonga.org/).
+This is a Heroku buildpack of [Groonga](http://groonga.org/).
 
 ## Usage:
 
-    heroku create --stack cedar --buildpack https://github.com/groonga/heroku-buildpack-groonga.git
+    heroku create --buildpack https://codon-buildpacks.s3.amazonaws.com/buildpacks/groonga/groonga.tgz
 
 Create `groonga` directory on the root of your project and place `*.grn` files in the directory.
 `*.grn` files will be loaded in the dictionary order of their file names.
 
     mkdir -p groonga
-    vi groonga/0.grn
-    vi groonga/1.grn
+    vi groonga/0-schema.grn
+    vi groonga/1-data.grn
+    vi groonga/99-indexes.grn
 
-Then push them to heroku.
+Then push them to Heroku.
 
     git push heroku master
-------------- next part --------------
HTML����������������������������...
下载 



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