Skip to content

Commit

Permalink
Merge pull request #1 from brandondrew/patch-1
Browse files Browse the repository at this point in the history
added `bundle exec` to `rake db:migrate` to avoid rake version conflicts
  • Loading branch information
dce committed Jul 8, 2011
2 parents c2cc680 + 4f44fc3 commit 138d6ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Expand Up @@ -6,7 +6,7 @@ This is a small app for playing around with a few different admin interface gene
[act]: http://activeadmin.info/
[rad]: https://github.com/sferik/rails_admin

To try them out, check out the branch of the admin interface you want to use (`typus`, `active-admin`, `rails-admin`), run `bundle install`, `rake db:migrate`, and then `rails server`. Open your browser and navigate to <http://localhost:3000/admin> and you should be good to go. The default credentials for ActiveAdmin are `admin@example.com`/`password`.
To try them out, check out the branch of the admin interface you want to use (`typus`, `active-admin`, `rails-admin`), run `bundle install`, `bundle exec rake db:migrate`, and then `rails server`. Open your browser and navigate to <http://localhost:3000/admin> and you should be good to go. The default credentials for ActiveAdmin are `admin@example.com`/`password`.

* * *

Expand Down

0 comments on commit 138d6ad

Please sign in to comment.