i've a working Redmine-instance at /var/lib/redmine. (Redmine configuration is not the issue)
ln -s /var/lib/redmine/public /var/www/redmine
chown -R www-data:www-data /var/www/redmine
echo "RailsBaseURI /redmine" > /etc/apache2/sites-available/redmine
a2ensite redmine
service apache2 restart
Tested with via http://here.comes.my.ip/redmine ...
Hello I successfully set up my Redmine server (Ubuntu 12.04LTS, Apache2, Passenger, Mysql using the guide at http://www.redmine.org/projects/redmine/wiki/HowTo_Install_Redmine_in_Ub... ). However I have encountered a small problem.
The task here is to get Redmine setup for a small (<20) team. There may be a few users who would access the setup as business clients. I am familiar with setting up PHP for Apache, and recently, Nginx. I am not familiar with Ruby, Ruby-On-Rails, etc.
So I've installed multi-user rvm and Ruby 1.9.3. On top of that I've got rails, passenger and apache2 on my Ubuntu 12.10 machine. The apache2 web server works fine, but passenger won't serve my apps, and running passenger-status returns ERROR: Phusion Passenger doesn't seem to be running..
I am new to RoR and I'm trying to get a working environment going. I'm trying to get WEBrick going but when I go to http://domain[dot]tld:3000, nothing loads.
At the moment I have managed to get the right permissions for Passenger.Due to this tutorial/guide I got it to work:
I´m running ISPConfig 3 and i have installed Ruby on Rails to my server.
I´ve followed these howtos, created user passenger (and added passenger ALL=(ALL) ALL to sudos) and installed RVM.
https://rvm.beginrescueend.com/rvm/install/
http://kris.me.uk/2011/10/28/rails-rvm-passenger-capistrano-git-apache.html
http://blog.bigrocksoftware.com/2011/01/07/rvm-nginx-passenger-rails-3/
I´ve put test Rai
I am following this guide to intall redmine.
It has a section on apache2 virtual host configuration.
sudo nano /etc/apache2/sites-available/mysite
<VirtualHost *:80>
ServerName my_domain.com
DocumentRoot /var/www/redmine
ServerAdmin user@example.com
LogLevel warn
ErrorLog /var/log/apache2/redmine_error
CustomLog /var/log/apache2/redmine_access combined
<Directory /var/www/redmine
I installed redmine on a subdomain with the bitnami stack and now realized that nomatter what domain i go to on my server i get the bitnami welcome page and i can actually go to anydomain.com/redmine and access the redmine!
a friend suggested this is the passenger file that needs fixing, but i actually have no idea where to start looking!
all of the redmine files are confirmed to be in the subdo