Redmine - CIF-Rochester/wiki GitHub Wiki
Redmine is the VM that hosts the CIF Redmine instance for task management. It can be accessed at (https://redmine.cif.rochester.edu).
Specifications
| Component | Specs |
|---|---|
| CPU | N/A |
| Cores/Threads | 2/2 |
| RAM | 4 GB |
| Storage | 20 GB |
| RAID | N/A |
| IPs | ***.***.220.12 |
| GPU | None |
| OS | Ubuntu Server 20.04 |
Using Redmine
Log in with your lab account on (http://redmine.cif.rochester.edu). If you are tech director, find an administrator (or log in as admin) to give yourself the administrator role.
System Configuration
See Redmine's documentation for the general installation procedure: (https://www.redmine.org/projects/redmine/wiki/RedmineInstall).
System packages:
postgresqllibpg-dev
Ruby's rvm is installed for managing Ruby and Rails versions. Ruby 2.7.4 is installed.
Redmine 4.2.4 is in the home directory of the redmine user.
Redmine Configuration
The admin user uses the service account password.
Unicorn is used to serve the page. The configuration lives in /home/redmine/redmine-4.2.4/config/unicorn.conf.rb. A start script is located in /home/redmine/script/redmine.start.sh. A systemd unit redmine should be used for managing the service (this unit is also responsible for causing redmine to run on system start up).