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
@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!.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Erick, did you make the installer executable? (https://confluence.atlassian.com/adminjiraserver073/evaluation-installation-861253020.html)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
ok so try to follow the instructions in the link I posted...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.