In easy simple steps and quickly done
After intsall Ubuntu Server
Using Terminal :
1. Update
2.Code:sudo apt-get update
3.Install nanoCode:sudo apt-get upgrade
Then Select NanoCode:sudo apt-get install nano
4. Install MySQL ServerCode:sudo /usr/bin/select-editor
5. Install RedmineCode:sudo apt-get install mysql-server
Code:sudo apt-get install redmine-mysqlCode:sudo apt-get install redmineCode:apt-get install libapache2-mod-passengerIn case you want to reconfigure itCode:sudo /etc/init.d/apache2 restart
Do some configurationCode:dpkg-reconfigure -plow redmine
Then you can check it on your browserCode:ln -s /usr/share/redmine/public /var/www/redmine chown -R www-data:www-data /var/www/redmine echo "RailsBaseURI /redmine" > /etc/apache2/sites-available/redmine a2ensite redmine /etc/init.d/apache2 reload /etc/init.d/apache2 restart
Code:http://[yourwebsite url]/redmine



Thanks and regards
Adv Reply


Bookmarks