Hi everyone,
I was trying to install Jira Software to a VPS with Webmin. Anyone has previous experience or any links or guides ?
Thanks.
You can't do it with Webmin. To install Jira, you need command line access so that you can run the installer (or unpack a packaged file).
Hi Nic,
Thanks for the response. Yeah I was looking for any guide on command line installation as the .bin file installation failed. With my further research I have found this guide and it was very helpful. Already followed many steps.
https://confluence.atlassian.com/adminjiraserver/installing-jira-applications-on-linux-from-archive-file-938846844.html
But installation failed with saying this
Wrong JVM version! You are running with .. but JIRA requires at least 1.8 to run
But when I checked java version with "java -version" command and the result is
openjdk version "1.8.0_181"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
That suggests the JAVA_HOME is being set incorrectly for the service. Check what is being set in setenv.sh
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yeah I thought the same and tried the resetting JAVA_HOME but didn't worked and had to try another workaround found on this community which suggested to change the line below in <Jira-installation-files>/bin/check-java.sh file
Thanks mate for the support. :)
_EXPECTED_JAVA_VERSION="8"
to
_EXPECTED_JAVA_VERSION="0"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Atlassian Government Cloud has achieved FedRAMP Authorization at the Moderate level! Join our webinar to learn how you can accelerate mission success and move work forward faster in cloud, all while ensuring your critical data is secure.
Register NowOnline forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.