V
V
Vladimir Chernyshev2011-01-16 23:31:26
linux
Vladimir Chernyshev, 2011-01-16 23:31:26

Installing Redmine under nginx - debian way?

Once again I'm trying to install Redmine under Debian. But hours of googling and climbing various sites and blogs all the time lead to the idea that there is no normal way for Debian to install and update to the latest releases, but there is some kind of tambourine, manual installation of several products from source and / or git- repositories, some other package manager, not apt(itude). Is it really that bad and there is no easy way to install and keep redmine up to date and in order to use and administer redmine you need to delve into all this confusing ruby ​​infrastructure?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
S
Stamm, 2011-01-17
@VolCh

You need to configure apt to use the testing, unstable repositories according to the article: www.zagirov.name/apt-pinning-packages-stable-testing-unstable-experimental/
And write in the config:

Package: *
Pin: release a=stable
Pin-Priority: 200
Package: redmine redmine-sqlite rails thin nginx
Pin: release a=unstable
Pin-Priority: 201

And use the article: www.redmine.org/projects/redmine/wiki/HowTo_configure_Nginx_to_run_Redmine
This scheme works for me.

V
Vlad Zhivotnev, 2011-01-17
@inkvizitor68sl

aptitude -t lenny-backports install redmine redmine-pgsql doesn't work?
0.9.4 version…

A
Anton Kossov, 2011-01-17
@tony

so, what exactly is the problem?
redmine itself is really more correct to take and update from git in the same way, the following problems are to configure redmine, run, fasten nginx (which, in general, is optional).

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question