Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

JIRA instalation without graphical interface

Erick Prieto June 12, 2018

I can install JIRA, on a Centos 7 without graphical interface.

 

Unpacking JRE ...
Starting Installer ...
Could not display the GUI. This application needs access to an X Server.
*******************************************************************
You can also run this application in console mode without
access to an X server by passing the argument -c
*******************************************************************

 

is the same result of:

sudo ./atlassian-jira-software-7.10.0-x64.bin -c

sudo ./atlassian-jira-software-7.10.0-x64.bin c

sudo ./atlassian-jira-software-7.10.0-x64.bin -C

sudo ./atlassian-jira-software-7.10.0-x64.bin C

sudo ./atlassian-jira-software-7.10.0-x64.bin --c

sudo ./atlassian-jira-software-7.10.0-x64.bin --C

Thank you for your help

2 answers

1 accepted

2 votes
Answer accepted
Moses Thomas
Community Champion
June 13, 2018

@Erick PrietoTry this  since you  are using  centos 7 the following commands

 

  • yum  install  dejavu-sans-fonts
  • chmod x+a atlassian-service-desk.x.x.bin (give permission to all / file executable)
  •  ./atlassian-service-desk.x.x.bin (run the binary file)

Best!.

Erick Prieto June 13, 2018

thank you Thomas. It has just worked succesfully :)

Moses Thomas
Community Champion
June 13, 2018

@Erick PrietoGreat!  please accept solution /vote so  others  in  similar situation could use.

0 votes
MoroSystems Support
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
June 12, 2018
Erick Prieto June 12, 2018

Hi

I downloaded the .bin file. I don't made any change on it.

In another product, I dont remember exactly but I thing what was confluence, I ran the binary as executable wizard for made the instalation.

MoroSystems Support
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
June 12, 2018

ok so try to follow the instructions in the link I posted...

Suggest an answer

Log in or Sign up to answer