Backup
-
Uncompress
copy config/email.yml and config/database.yml to new redmine folder
copy files/ to new redmine folder
copy plugins (vendor/plugins) and themes (public/themes) to new folder
cd to new directory and execute “rake config/initializers/session_store.rb” if necessary
mv public/dispatch.fcgi.example public/dispatch.fcgi
chown -r www-data:www-data redmine_docroot
restart lighttpd
Back to top