Skip to content

Commit

Permalink
Eyes-friendly commands syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
zh committed Dec 17, 2012
1 parent 73350da commit bac8270
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ The plugin has been testes on Redmine 1.1 and Redmine 1.2.0.
The database is used for intermediate storage.

To install:
- Prerequisites: Unless you are using ruby-1.9, you'll need the fastercsv gem ('gem install fastercsv' as root).
- Prerequisites: Unless you are using ruby-1.9, you'll need the fastercsv gem (<code>gem install fastercsv</code> as root).
Versions 1.4 through 1.5.3 are tested.
- Download the plugin to your 'plugins/' directory. Be sure to maintain the correct folder name, 'redmine_importer'.
- Run 'rake redmine:plugins:migrate RAILS_ENV=production'
- Restart your redmine as appropriate (e.g., 'ruby script/rails server -e production')
- Run <code>rake redmine:plugins:migrate RAILS_ENV=production</code>
- Restart your redmine as appropriate (e.g., <code>ruby script/rails server -e production</code>)
- Go to the Admin/Projects/../Modules
- Enable "Importer"

Expand Down

0 comments on commit bac8270

Please sign in to comment.