E
E
Elios2015-03-29 12:36:24
linux
Elios, 2015-03-29 12:36:24

How to install Redmine on Ubuntu next to Vesta CP?

How to install Redmine on Ubuntu 14.04 next to Vesta CP?
Please share a step-by-step instruction, already 3 found could not be installed

Answer the question

In order to leave comments, you need to log in

2 answer(s)
P
polozad, 2015-04-01
@polozad

Redmine in this case is the backend. Installing it shouldn't be a problem, except with the Ruby version. It is set as you like, after which, at the frontend level, it is split into a separate location, for example domain.com/redmine, where redmine is a separate location in nginx of the form:

/redmine {
proxy_pass http://127.0.0.1:3000
}

On port 3000, puma is already listening, or whatever he has there.
Ports for example.
Accordingly, the second crap should hang on another port and another location.

A
AVKor, 2015-03-29
@AVKor

near

And what does this even mean?
And on Ubuntu, is there no redmine package? On Debian, it's easy aptitude install redmine.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question