Page 1 of 1

Jira

Posted: Tue Jul 18, 2017 4:58 pm
by narzankmv
Добрый день!

Хочу установить Jira на Debian 8, не получается открыть порты 8080 и 8005.
Добавляю их в Firewall - а он не пропускает.

Code: Select all

$ wget https://www.atlassian.com/software/jira/downloads/binary/atlassian-jira-software-7.4.1-x64.bin
chmod +x atlassian-jira-software-7.4.1-x64.bin
sudo ./atlassian-jira-software-7.4.1-x64.bin
далее выбираем тип установки, порты используемые для Jira.

Code: Select all

Choose the appropriate installation or upgrade option.
Please choose one of the following:
Express Install (use default settings) [1], Custom Install (recommended for advanced users) [2, Enter], Upgrade an existing JIRA installation [3]
1

Code: Select all

The following default options cannot be used. You will be asked to provide alternatives for these options.
* HTTP Port (In use)

Configure which ports JIRA Software will use.
JIRA requires two TCP ports that are not being used by any other
applications on this machine. The HTTP port is where you will access JIRA
through your browser. The Control port is used to startup and shutdown JIRA.
Use default ports (HTTP: 8080, Control: 8005) - Recommended [1], Set custom value for HTTP and Control ports [2, Enter]
2

пробовал добавить другой порт 8081, та же проблема...

Re: Jira

Posted: Wed Jul 19, 2017 5:48 am
by skurudo
Вы бы попробовали какой-нибудь из не занятых портов :)

8080 используется apache/httpd
8081 используется apache mod_status

Re: Jira

Posted: Wed Jul 19, 2017 3:02 pm
by narzankmv
Да, изменил на другой порт. Спасибо :)