updated the gemfile, and the readme
This commit is contained in:
4
Gemfile
4
Gemfile
@@ -3,12 +3,10 @@ source 'http://rubygems.org'
|
|||||||
gem 'rails', '3.0.9'
|
gem 'rails', '3.0.9'
|
||||||
gem 'sqlite3'
|
gem 'sqlite3'
|
||||||
|
|
||||||
gem 'devise'
|
|
||||||
gem 'forum_monster', '~> 1.1'
|
gem 'forum_monster', '~> 1.1'
|
||||||
gem 'nifty-generators'
|
gem 'devise'
|
||||||
gem 'cancan'
|
gem 'cancan'
|
||||||
gem 'gravtastic'
|
gem 'gravtastic'
|
||||||
#gem 'bbcoder'
|
|
||||||
gem 'bb-ruby'
|
gem 'bb-ruby'
|
||||||
|
|
||||||
group :development do
|
group :development do
|
||||||
|
|||||||
15
README.rdoc
15
README.rdoc
@@ -6,6 +6,20 @@ https://github.com/gitt/forum_monster
|
|||||||
Live demo available here
|
Live demo available here
|
||||||
http://forum_monster.dev.codezombie.org/
|
http://forum_monster.dev.codezombie.org/
|
||||||
|
|
||||||
|
This demo is setup for you to play around with, and get an idea on how you can use Forum Monster. This demo includes a lot of extra functionality that doesn't come with Forum Monster by default.
|
||||||
|
|
||||||
|
Gems Used in the demo are:
|
||||||
|
|
||||||
|
bb-ruby ( bb-code ): https://github.com/cpjolicoeur/bb-ruby
|
||||||
|
|
||||||
|
devise ( user authentication ): https://github.com/plataformatec/devise
|
||||||
|
|
||||||
|
cancan ( user authorization ): https://github.com/ryanb/cancan
|
||||||
|
|
||||||
|
gravtastic ( user avatars ): https://github.com/chrislloyd/gravtastic
|
||||||
|
|
||||||
|
== Installation
|
||||||
|
|
||||||
Just download, bundle, and run.
|
Just download, bundle, and run.
|
||||||
|
|
||||||
git clone git@github.com:gitt/forum_monster_demo.git
|
git clone git@github.com:gitt/forum_monster_demo.git
|
||||||
@@ -22,6 +36,7 @@ Just download, bundle, and run.
|
|||||||
2 Logins, 2 categories, and 5 forums are already setup for you to play with. You can create more as well
|
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 admin login is admin/forum_admin
|
||||||
|
|
||||||
The user login is user/forum_user
|
The user login is user/forum_user
|
||||||
|
|
||||||
In addition to the 2 above users, you can use the registration process as normal.
|
In addition to the 2 above users, you can use the registration process as normal.
|
||||||
Reference in New Issue
Block a user