Skip to content

Commit

Permalink
elasticsearch running before rake db:setup mention img daemon
Browse files Browse the repository at this point in the history
Signed-off-by: Benoît Sibaud <oumph@linuxfr.org>
  • Loading branch information
Oumph authored and nono committed Sep 2, 2012
1 parent a503e05 commit 5fe67a3
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,16 +62,20 @@ LinuxFr.org on a Debian box.
$ cp config/secret.yml{.sample,}
$ gem install bundler rake
$ bundle install

7) Launch elasticsearch:
$ bundle exec springboard -c config/elasticsearch

8) Finish to configure:
$ rake db:setup
(if you're updating, you'll need an other step: redis-cli flushdb)

7) Let's run it:
9) Let's run it:

$ bundle exec springboard -c config/elasticsearch
$ bundle exec rails server thin
$ x-www-browser http://127.0.0.1:3000/

8) Create an admin account:
10) Create an admin account:

* Create an account
* Get confirmation link in the console and confirm the account
Expand All @@ -91,6 +95,8 @@ If you want the full stack for running LinuxFr.org, you should also look at:
* [The board daemon](https://github.com/nono/board-sse-linuxfr.org)
* [The share daemon](https://github.com/nono/share-LinuxFr.org)
* [The migration script](https://github.com/nono/migration-linuxfr.org)
* [The img daemon](https://github.com/nono/img-LinuxFr.org)



How to run the specs
Expand Down

0 comments on commit 5fe67a3

Please sign in to comment.