Installed Redmine on Ubuntu; But i have no clue how to use it to create Users/Projects/Roles/Tracking etc.....
Posted
by
Ronnie
on Stack Overflow
See other posts from Stack Overflow
or by Ronnie
Published on 2011-01-05T12:27:03Z
Indexed on
2011/01/10
5:53 UTC
Read the original article
Hit count: 247
Hi all, Im new to Redmine. I installed redmine(with mysql) on Ubuntu 10.04. The following were the installation steps i did:
- $ sudo apt-get install redmine redmine-mysql subversion
- $ ln -s /usr/share/redmine/public /var/www/redmine
- In /etc/apache2/mods-available/passenger.conf, added a PassengerDefaultUser www-data directive.
- Configured the /var/www/redmine location in /etc/apache2/sites-available/default: RailsBaseURI /redmine PassengerResolveSymlinksInDocumentRoot on
- $ sudo a2enmod passenger
- I then restarted the apache2 server.
Thats it. Now i typed http://localhost/redmine/ in my browser and accessed my redmine instance. So from here on, how do i create different users with with different privileges, create different projects, also update the issues and other project management related stuff..... I know this sounds silly, but i couldnt find anythin to proceed....
© Stack Overflow or respective owner