Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Lars Beier committed Jun 12, 2014
1 parent e6f8a88 commit 2b33852
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ Most current version is available at: [GitHub](https://github.com/hicknhack-soft

1. Follow the Redmine plugin installation steps at http://www.redmine.org/wiki/redmine/Plugins. Make sure the plugin is installed to `#{RAILS_ROOT}/plugins/redmine_time_tracker`
1. Rerun `bundle install` to install all necessary gems
1. Run `RAILS_ENV=production rake db:migrate`
1. Run `RAILS_ENV=production rake redmine:plugins:redmine_time_tracker:install` to load assets
1. Run `rake db:migrate RAILS_ENV=production`
1. Run `rake redmine:plugins:redmine_time_tracker:install RAILS_ENV=production` to load assets
1. Login to your Redmine install as an administrator
1. Setup the "log time" permissions for your roles
1. Enable the "Time tracking" module for your project
Expand Down
2 changes: 1 addition & 1 deletion lib/tasks/setup_plugin.rake
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ namespace :redmine do
end

puts "You can run $ guard to watch coffee and scss/sass files. They will automatically copied to the redmines public assets folder when something has changed."
puts "\n$ guard\n"
puts "\n$ bundle exec guard\n"
end

namespace :convert do
Expand Down

0 comments on commit 2b33852

Please sign in to comment.