On 2015-08-18, Gary Roach <gary719_li...@verizon.net> wrote: > Hi all, > > I have just installed Redmine by the usual method of "aptitude install > redmine. I selected sqlite as the database. I have had Apache2 running > for a long time on my jessie system. Usually, I would expect to find a > listing in my application launcher. There is none. I have tried > systemctl redmine start. That doesn't work. The system monitor doesn't > show redmine running. I have done some google searches and followed the > instructions in the Debian Wiki to wit: > > apt install libapache2-mod-passenger > cp /usr/share/doc/redmine/examples/apache2-passenger- host.conf > /etc/apache2/sites-available/redmine.conf > > edit /etc/apache2/sites-available/redmine.conf > a2ensite redmine.conf > service apache2 reload > > Nothing shows up on the system monitor that would indicate that anything > - other than apache2 - is running. > > Localhost/redmine gives a 404 error. > > Help! > > Gary R > Not to be confused with garyr
The README.Debian file for a package is usually a good starting point. That would be /usr/share/doc/redmine/README.Debian in this case. Anything helpful in there? -- Liam