Skip to content

Commit

Permalink
Merge pull request huginn#2 from jwilkins/patch-1
Browse files Browse the repository at this point in the history
correct path for secret_token.rb
  • Loading branch information
cantino committed Mar 15, 2013
2 parents c7685b4 + b21561c commit 0f4f2e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ And now, some example screenshots. Below them are instructions to get you start

If you just want to play around, you can simply clone this repository, then perform the following steps:

* Edit `config/secret_token.rb` and replace `REPLACE_ME_NOW!` with the output of `rake secret`.
* Edit `config/initializers/secret_token.rb` and replace `REPLACE_ME_NOW!` with the output of `rake secret`.
* Run `rake db:create`, `rake db:migrate`, and then `rake db:seed` to create a development MySQL database with some example seed data. Run `rails s`, visit `http://localhost:3000`, and login with the username of `admin` and the password of `password`.
* Make some extra Terminal windows and run `bundle exec rails runner bin/schedule.rb`, `bundle exec rails runner bin/twitter_stream.rb`, and `script/delayed_job run` in separate windows.
* Setup some Agents!
Expand Down

0 comments on commit 0f4f2e2

Please sign in to comment.