An open API service indexing awesome lists of open source software.

https://github.com/groonga/heroku-try-groonga

A Heroku application to try Groonga on Web browser
https://github.com/groonga/heroku-try-groonga

Last synced: 11 months ago
JSON representation

A Heroku application to try Groonga on Web browser

Awesome Lists containing this project

README

          

# Try Groonga

It is a Web application to try Groonga without installing Groonga on
your machine.

## How to use?

Try: http://try-groonga.herokuapp.com/

## How to deploy?

% git clone https://github.com/groonga/heroku-try-groonga.git
% cd heroku-try-groonga
% heroku apps:create --buildpack https://codon-buildpacks.s3.amazonaws.com/buildpacks/groonga/rroonga.tgz
% git push heroku master
% heroku apps:open

## How to run on local machine?

% git clone https://github.com/groonga/heroku-try-groonga.git
% cd heroku-try-groonga
% bundle install
% bundle exec foreman start

Open: http://localhost:5000/

## License

The MIT License.

* Copyright (c) 2014 Kouhei Sutou

## Help us!

* Design me!
* Support larger font size.
* Support save & restore Groonga database.
* Support pasting multiple commands.
* Integrate with [tutorial](http://groonga.org/docs/tutorial.html).