From 6cb5720776ebccc63a2e52ef6652e7b2d8e9d8f7 Mon Sep 17 00:00:00 2001 From: Alex Wochna Date: Thu, 16 Jan 2014 11:39:48 -0700 Subject: [PATCH] Change git clone URL to allow for anonymous cloning and specify RAILS_ENV during migration in installation instructions. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index eb1367e..0a34c92 100644 --- a/README.md +++ b/README.md @@ -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)