Skip to content
This repository has been archived by the owner on Nov 16, 2017. It is now read-only.

Commit

Permalink
Changed README
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Reeves committed Nov 13, 2010
1 parent 07b8c28 commit 3c2a21b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.rdoc
Expand Up @@ -10,13 +10,13 @@ Community is a simple forum engine written in rails 3. The goal of Community, is

== Installation of Community Forum Engine

1) add gem "community" to your applications Gemfile
2) generate installation 'rails g community:install <user model>
3) add 'acts_as_community_member' to users model
4) rake db:migrate
* add gem "community" to your applications Gemfile
* generate installation 'rails g community:install <user model>
* add 'acts_as_community_member' to users model
* rake db:migrate

== Integration of Community Forum Engine

1) to use default style add stylesheet tag '<%= community_stylesheet_tag %>'
2) to modify community stylesheets and views run 'rails g community:views' to copy views/images/stylesheets to main application
3) in your user model, create a 'community_avatar' method, that will return only an image url, this will be used for avatars.
* to use default style add stylesheet tag '<%= community_stylesheet_tag %>'
* to modify community stylesheets and views run 'rails g community:views' to copy views/images/stylesheets to main application
* in your user model, create a 'community_avatar' method, that will return only an image url, this will be used for avatars.

0 comments on commit 3c2a21b

Please sign in to comment.