2010/07/28

Installing redmine on Ubuntu10.04

1. Just install meta package from Synaptic.
redmine-mysql
2. copy apache config file.
cp /usr/share/doc/redmine/examples/apache2-passenger.conf /etc/apache2/conf.d/
3. Edit Virtualhost tag on apache2-passenger.conf.
virtualhost localhost -> virtualhost *
4. Add read permission bellow files.
chmod a+r /etc/redmine/default/*
4. Restart apache2
/etc/init.d/apache2 restart
5. login admin:admin at redmine web page.
http://localhost/

0 件のコメント: