Difference between revisions of "Network/redmine setup notes"

From Makers Local 256
Jump to: navigation, search
(adding link to new page)
(updating redmine configuration notes)
 
(One intermediate revision by one user not shown)
Line 1: Line 1:
 +
== Turnkey Redmine Setup Notes ==
 +
# Install Turnkey Redmine 17.1, which installs Redmine v5.0.0
 +
# Restore database from OLD Redmine
 +
# To work with existing reverseproxy and DNS settings, make sure IP addr and hostname are the same as OLD redmine
 +
# Confirm LDAP configuration works from redmine web portal
 +
# Copy "files" directory from OLD Redmine to Turnkey Redmine
 +
# Copy "dashboard" directory
 +
## Fix Bug by implementing workaround we documented here: https://github.com/akpaevj/dashboard/issues/47
 +
# Copy "ml256Theme" to public/themes
 +
 +
== OLD Redmine Setup Notes ==
 
* As of writing this, redmine is avaialable for Debian 10, but not 11
 
* As of writing this, redmine is avaialable for Debian 10, but not 11
 
* This site was used as the guide to install redmine: https://www.atlantic.net/dedicated-server-hosting/how-to-install-redmine-4-2-on-debian-10/
 
* This site was used as the guide to install redmine: https://www.atlantic.net/dedicated-server-hosting/how-to-install-redmine-4-2-on-debian-10/
Line 13: Line 24:
  
 
Related:   
 
Related:   
[[Network/redmine setup notes/How To Create Redmine Tickets from Slack | How to Create Redmine Tickets From Slack]]
+
* [https://docs.google.com/document/d/1ZCTwvoSAaQ7yfG51ZyDLX_zHJgZDjmtdu8sWSpWzZ6c/edit?usp=sharing How to Create Redmine Tickets From Slack]

Latest revision as of 08:09, 22 January 2023

Turnkey Redmine Setup Notes

  1. Install Turnkey Redmine 17.1, which installs Redmine v5.0.0
  2. Restore database from OLD Redmine
  3. To work with existing reverseproxy and DNS settings, make sure IP addr and hostname are the same as OLD redmine
  4. Confirm LDAP configuration works from redmine web portal
  5. Copy "files" directory from OLD Redmine to Turnkey Redmine
  6. Copy "dashboard" directory
    1. Fix Bug by implementing workaround we documented here: https://github.com/akpaevj/dashboard/issues/47
  7. Copy "ml256Theme" to public/themes

OLD Redmine Setup Notes

Related: