Installing subtasks
Added by Serge Vert over 14 years ago
Hi,
I am interested in installing "subtasks plugin" on a fresh "stable 0.9.3" version
I have read that "Subtasking added in r3573" (from Jean-Philippe Lang).
What are the steps to "migrate" from 0.9.3 to 53573 or newer
Thanks in advance.
Serge
Replies (4)
RE: Installing subtasks - Added by David Oliver over 14 years ago
This is the one thing I would like to do after installing 0.9.3, too.
I installed 0.9.3 via SVN.
RE: Installing subtasks - Added by nicholas weber over 14 years ago
I, also, would like some guidance on how or even if I can upgrade to r3573 from .9.3
RE: Installing subtasks - Added by Serge Vert over 14 years ago
RESOLVED
context:
- apache
- required versions of ruby,gems,rails,rake installed
- phusion passenger installed
- redmine 0.9.3 (from binaries archive)
The steps:
- get latest redmine from svn
- stop apache
- save database
- rename redmine directory (i.e redmine.093)
- move it where the renamed one was (and name it redmine :) )
- install it as if it were a new version
* skip the database creation,
* don't forget rake db:migrate RAILS_ENV="production"
- copy the "files" folder from your redmine.093
- copy the *.yml files from your redmine.093 (mail, database, others...)
- start apache
Hope this will help
RE: Installing subtasks - Added by Serge Vert over 14 years ago
mistake:
read "- move the new version ..." instead of "move it ..."
regards