Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ You can configure how many latest issues you want to see, and which side of the

Installation
============
1. Clone latest version of plugin from git, install it to plugins. git clone ssh://git@github.com/kgogolek/latest-issues-redmine-plugin.git latest_issues
1. Clone latest version of plugin from git, install it to plugins. git clone https://github.com/kgogolek/latest-issues-redmine-plugin.git latest_issues

2. Make sure your plugin folder name is *latest_issues*

3. Run the plugin migrations +rake db:migrate_plugins+
3. Run the plugin migrations +rake db:migrate_plugins RAILS_ENV=production+

4. Restart your Redmine web servers (e.g. mongrel, thin, mod_rails)

Expand Down