Kouhei Sutou
null+****@clear*****
Sun May 25 19:26:21 JST 2014
Kouhei Sutou 2014-05-25 19:26:21 +0900 (Sun, 25 May 2014) New Revision: 4f547b800e17ee3f7dbf2b0053e7da03579d08b8 https://github.com/groonga/heroku-sample-rroonga-blog/commit/4f547b800e17ee3f7dbf2b0053e7da03579d08b8 Message: Add README Added files: README.md Removed files: README.rdoc Added: README.md (+40 -0) 100644 =================================================================== --- /dev/null +++ README.md 2014-05-25 19:26:21 +0900 (4fc87ca) @@ -0,0 +1,40 @@ +# A sample blog application for Rroonga on Heroku + +This is a sample blog application to show how to use Rroonga on +Heroku. + +## Demonstration + +See http://rroonga-blog.herokuapp.com/ . + +Note that the demonstration site may be deleted. + +## Install + + % git clone https://github.com/groonga/heroku-sample-rroonga-blog.git + % cd heroku-sample-rroonga-blog + % heroku apps:create --addons heroku-postgresql --buildpack https://codon-buildpacks.s3.amazonaws.com/buildpacks/groonga/rroonga.tgz + % git push heroku master + % heroku run rake db:migrate + % heroku apps:open + +You can search blog posts by title and content in the search form. + +You can posts test entries: + + % bundle install + % rake import $(heroku apps:info --shell | grep '^web_url=') + +You can select test entries. For example, the following command just +posts Ruby news in Japanese: + + % rake import:ruby:ja $(heroku apps:info --shell | grep '^web_url=') + +## License + +CC0 1.0 Universal (Public Domain) + +## Help us + + * Design me. + * ... Deleted: README.rdoc (+0 -28) 100644 =================================================================== --- README.rdoc 2014-05-25 19:25:04 +0900 (dd4e97e) +++ /dev/null @@ -1,28 +0,0 @@ -== README - -This README would normally document whatever steps are necessary to get the -application up and running. - -Things you may want to cover: - -* Ruby version - -* System dependencies - -* Configuration - -* Database creation - -* Database initialization - -* How to run the test suite - -* Services (job queues, cache servers, search engines, etc.) - -* Deployment instructions - -* ... - - -Please feel free to use a different markup language if you do not plan to run -<tt>rake doc:app</tt>. -------------- next part -------------- HTML����������������������������... ダウンロード