Skip to content
This repository has been archived by the owner on Jun 7, 2021. It is now read-only.

Commit

Permalink
changed order of install steps, bundler to work with development branch
Browse files Browse the repository at this point in the history
  • Loading branch information
rmoriz committed Jul 5, 2012
1 parent 044ac2c commit a950b5e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.markdown
Expand Up @@ -13,19 +13,19 @@ Getting CommunityEngine Running

1. Copy the following into your `Gemfile`:

gem 'community_engine'
gem 'community_engine', github: 'bborn/communityengine', branch: 'rails3'

2. From your app's root directory run:
2. Add a file called `application_config.rb` to your `config` directory. In it put (at least):

configatron.community_name = "Your Application Name"
# See CE's application_config.rb to see all the other configuration options available

3. From your app's root directory run:

$ bundle install --binstubs
$ bin/rake community_engine:install:migrations
$ bin/rake db:migrate

3. Add a file called `application_config.rb` to your `config` directory. In it put (at least):

configatron.community_name = "Your Application Name"
# See CE's application_config.rb to see all the other configuration options available

4. Mount CommunityEngine in your `config/routes.rb` file:

mount CommunityEngine::Engine => "/"
Expand Down

0 comments on commit a950b5e

Please sign in to comment.