Skip to content

Commit

Permalink
Add cloning repository to steps to set up
Browse files Browse the repository at this point in the history
  • Loading branch information
KitaitiMakoto committed Oct 16, 2014
1 parent c77b2eb commit c9ec2a4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Procfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
app: rackup
engine: cd db && bundle exec droonga-engine --host=127.0.0.1 --log-file=droonga-engine.log --pid-file=droonga-engine.pid
http-server: export PATH=$PWD/node_modules/.bin:$PATH && cd db && droonga-http-server --receive-host-name=127.0.0.1 --droonga-engine-host-name=localhost --environment=development --cache-size=-1 --pid-file=droonga-http-server.pid
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ A EPUB search Web application based on droonga.
Setting development environment up
----------------------------------

$ git clone https://github.com/ranguba/epub-searcher.git
$ cd epub-searcher
$ bundle install --path=vendor/bundle
$ npm install
$ bundle exec foreman start

0 comments on commit c9ec2a4

Please sign in to comment.