Difference between revisions of "Network/redmine setup notes"

From Makers Local 256
Jump to: navigation, search
(more)
(updating redmine configuration notes)
 
(5 intermediate revisions 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/
 
* After setting up redmine, we had to remove the default webpage from /etc/apache2/sites-available (link may not be specific, writing from memory).  Until we did this, it was not loading the redmine.conf
 
* After setting up redmine, we had to remove the default webpage from /etc/apache2/sites-available (link may not be specific, writing from memory).  Until we did this, it was not loading the redmine.conf
 
* LDAP
 
* LDAP
 
** When configuring LDAP, do not provide username and password
 
** When configuring LDAP, do not provide username and password
 
** Select on the fly user creation
 
** Select on the fly user creation
 +
* Kanban Plugin(s)
 +
** Candidates:  https://www.scrumexpert.com/tools/scrum-and-kanban-plugins-for-redmine/
 +
** Selected: https://github.com/akpaevj/dashboard
 +
* Setting up Late Reminders
 +
** [https://www.redmine.org/projects/redmine/wiki/RedmineReminderEmails See Guide]
 +
** See crontab for location of script.  We set this up to run every day at 10am, 7 days out from when a task is due.
 +
 +
Related: 
 +
* [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: