Written by marcelpetrick
on August 6, 2017
There was the need to write down in a structured way all the ongoing (private) projects. Keeping track, assign them to the members of my family, etc ..
From former working experience I knew OTRS, Redmine and JIRA. All with their respective benefits and drawbacks. (tl;dr .. I prefer Redmine.)
Hardware: RPi3; 32 GByte SD-card; keyboard; mouse, 1920×1080-monitor; power-cable
Software: running Raspbian; then follow this tutorial
Since this does NOT yield success, add those steps:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
1. Contents of /etc/apache2/sites-available/redmine.conf DocumentRoot /var/www/ PassengerDefaultUser www-data <Location /redmine> RailsEnv production RackBaseURI /redmine Options -MultiViews </Location> 2. Disable the apache2 default site: $ sudo a2dissite 000-default |
Et voila: working version. Go on, create accounts, roles, projects and tickets 🙂
Leave a Reply
You must be logged in to post a comment.