fixed some bugs, added seed data, changed login to use username + styled login/register page
This commit is contained in:
16
README.rdoc
16
README.rdoc
@@ -3,6 +3,9 @@
|
||||
Demo for Forum Monster Forum Gem
|
||||
https://github.com/gitt/forum_monster
|
||||
|
||||
Live demo available here
|
||||
http://forum_monster.dev.codezombie.org/
|
||||
|
||||
Just download, bundle, and run.
|
||||
|
||||
git clone git@github.com:gitt/forum_monster_demo.git
|
||||
@@ -10,4 +13,15 @@ Just download, bundle, and run.
|
||||
cd forum_monster_demo
|
||||
bundle install
|
||||
|
||||
rails s
|
||||
rake db:create
|
||||
rake db:migrate
|
||||
rake db:seed
|
||||
|
||||
rails s
|
||||
|
||||
2 Logins, 2 categories, and 5 forums are already setup for you to play with. You can create more as well
|
||||
|
||||
The admin login is admin/forum_admin
|
||||
The user login is user/forum_user
|
||||
|
||||
In addition to the 2 above users, you can use the registration process as normal.
|
||||
Reference in New Issue
Block a user