[Groonga-commit] groonga/heroku-groonga-builder at 117b270 [master] Add README

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Jul 1 12:33:38 JST 2014


Kouhei Sutou	2014-07-01 12:33:38 +0900 (Tue, 01 Jul 2014)

  New Revision: 117b270278fb6f90f9cd6885c0bb389f92b1314d
  https://github.com/groonga/heroku-groonga-builder/commit/117b270278fb6f90f9cd6885c0bb389f92b1314d

  Message:
    Add README

  Added files:
    README.md

  Added: README.md (+19 -0) 100644
===================================================================
--- /dev/null
+++ README.md    2014-07-01 12:33:38 +0900 (0e4bff7)
@@ -0,0 +1,19 @@
+# heroku-groonga-builder
+
+This is a Heroku application that builds Groonga package for Heroku.
+
+## How to use?
+
+You need to get GitHub access token. You can get it at
+[your configuration page](https://github.com/settings/applications).
+
+Use the following command lines to build Groonga package for Heroku
+and upload it to Groonga's release page. You need to replace
+``YOUR_GITHUB_TOKEN`` in the command lines with the real your GitHub
+access token.
+
+    % git clone https://github.com/groonga/heroku-groonga-builder.git
+    % cd heroku-groonga-builder
+    % heroku apps:create
+    % git push heroku master
+    % heroku run:detached rake GITHUB_TOKEN=YOUR_GITHUB_TOKEN
-------------- next part --------------
HTML����������������������������...
Download 



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