[Groonga-commit] ranguba/epub-searcher at 5dcbaea [master] Add installation guide

Back to archive index

KITAITI Makoto null+****@clear*****
Tue Sep 15 20:52:12 JST 2015


KITAITI Makoto	2015-09-15 20:52:12 +0900 (Tue, 15 Sep 2015)

  New Revision: 5dcbaea202bd894bb58cd80b11d7e43ba8e19a40
  https://github.com/ranguba/epub-searcher/commit/5dcbaea202bd894bb58cd80b11d7e43ba8e19a40

  Message:
    Add installation guide

  Modified files:
    README.md

  Modified: README.md (+27 -0)
===================================================================
--- README.md    2015-09-14 20:44:05 +0900 (783c292)
+++ README.md    2015-09-15 20:52:12 +0900 (04b0b2e)
@@ -10,6 +10,33 @@ Demo site
 
 http://epub-searcher-demo.kitaitimakoto.net/
 
+Installation
+------------
+
+### 1. Install [Droonga][] ###
+
+See [Droonga documentation][] for details.
+
+### 2. Install [Bundler][] ###
+
+    $ [sudo] gem install bundler
+
+### 3. Install EPUB Searcher ###
+
+    $ git clone https://github.com/ranguba/epub-searcher.git path/to/docroot
+    $ cd path/to/docroot
+    $ bundle install --path=vendor/bundle
+    $ npm install
+    $ npm run bower
+
+### 4. Run web and app server ###
+
+EPUB Searcher is a Rack application. There's serveral way to run Rack applications behind web servers, such as Nginx x Puma. It's up to you.
+
+[Droonga]: http://droonga.org/
+[Droonga documentation]: http://droonga.org/install/
+[Bundler]: http://bundler.io/
+
 Setting development environment up
 ----------------------------------
 
-------------- next part --------------
HTML����������������������������...
Télécharger 



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