Skip to content

sugryo/heroku-groonga-builder

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

heroku-groonga-builder

This is a Heroku application that builds Groonga package for Heroku.

How to use?

  1. Sign up Heroku Heroku sign up page
  2. Get GitHub access token your configuration page
  3. Install Heroku toolbelt

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

Use the following command line to see the progress.

% heroku logs --tail

About

A Groonga build Heroku application

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%