Project

General

Profile

Problem with setup

Added by Måns Larsson over 11 years ago

Hi,
I have followed the instruction on the page (I think);

http://www.redmine.org/projects/redmine/wiki/HowTo_Install_Redmine_in_Ubuntu

I have Ubuntu 12.04. I have mySql 5.5.24 and full controll of the box, working Apache setup, a domain pointed to an empty web site, everything ready for setup. Rails 2.3.14.

This is what I did step for step;

sudo apt-get install redmine redmine-mysql

I answered "No" so that I can setup mysql config my self, BUT I did not notice in what config file to do that... need help with that.

I went on with the install;

sudo ln -s /usr/share/redmine/public /home/devproj

"/home/devproj" is the location for my working apache setup (http://devproj.sli.se)

Configured the /var/www/redmine location in /etc/apache2/sites-available/default by adding:

<Directory /var/www/redmine>
RailsBaseURI /redmine
PassengerResolveSymlinksInDocumentRoot on
</Directory>

sudo a2enmod passenger (Module passenger already enabled)

sudo service apache2 restart

Result;

Nothing: http://213.132.99.153/redmine
Something (not working): http://devproj.sli.se/

What am I missing?

I might also add, I would like to follow the instruction given on http://www.redmine.org/boards/2/topics/667 but I dont know where to look for "database.yml". While doing a "locate database.yml" I get the following, and the instruction don't tell me witch one I am supposed to look in;

/usr/share/redmine/templates/database.yml.template
/usr/share/redmine/vendor/plugins/acts_as_tree/test/database.yml
/usr/share/redmine/vendor/plugins/acts_as_versioned/test/database.yml
/usr/share/redmine/vendor/plugins/awesome_nested_set/test/db/database.yml