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 ...
I have multiple Redmine instances. Let's call them InstanceA and InstanceB. InstanceA and InstanceB share the same Redmine installation on Debian. Suppose I would want to install Redmine 1.3 on both instances, how would I do that?
After upgrading the core files I would have to migrate the databases.
After installing redmine, i cann only access the filesystem!
I reinstalled redmine 2-3 times in different ways.
Used this "how to"s:
http://www.redmine.org/projects/redmine/wiki/HowTo_Install_Redmine_using...
http://www.redmine.org/projects/redmine/wiki/HowTo_Install_Redmine_210_o...
http://beeznest.wordpress.com/2012/09/20/installing-redmine-2-1-on-d
I've got a Redmine instance (Bitnami Stack) that's unusually slow. Because I'm just trying to get to the bottom of this, I have some theories which I'd like to discuss here.
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.
I have a server called DEV01.intranet where I have installed Redmine.
I managed to configure a subdomain redmine.dev01.intranet, which is working now, but when I go to dev01.intranet alone it shows Redmine again (??!!!)
I would like to access Redmine from http://redmine.dev01.intranet and http://dev01.intranet/redmine.
I have these in sites-enabled:
GNU nano 2.2.6 F
I am having a little trouble getting trac 1.0 installed via easy_install:
[box]# easy_install Trac==1.0
Downloading http://pypi.python.org/packages/source/T/Trac/Trac-1.0.zip#md5=3dd2e8831...
Processing Trac-1.0.zip
Writing /tmp/easy_install-FOeJcG/Trac-1.0/setup.cfg
Running Trac-1.0/setup.py -q bdist_egg --dist-dir /tmp/easy_install-FOeJcG/Trac-1.0/egg-dist-tmp-b2610A
Trac r
I have trac running on my debian server and I set it up using mod_wsgi through apache.
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