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
- Host: GitHub
- URL: https://github.com/groonga/heroku-try-groonga
- Owner: groonga
- License: mit
- Created: 2014-06-07T13:58:37.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2016-11-03T07:47:00.000Z (over 9 years ago)
- Last Synced: 2025-04-10T01:08:07.692Z (about 1 year ago)
- Language: JavaScript
- Homepage: http://try-groonga.herokuapp.com/
- Size: 265 KB
- Stars: 7
- Watchers: 9
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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).