Question
Hosting Jira on digital ocean
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×
wget http://www.atlassian.com/software/jira/downloads/binary/atlassian-jira-6.2.4-x64.bin
chmod +x atlassian-jira-6.2.4-x64.bin
./atlassian-jira-6.2.4-x64.bin
/opt/atlassian/jira/bin/start-jira.sh
I’m unable to connect once I run a manual install on a fresh droplet on CentOS. Any ideas? Thanks!
Do you get any errors when you try to browse to JIRA? Are you following a particular tutorial on installing JIRA?
You may be having issues because of your droplet size. In my experience, the smallest droplet will not work. I would recommend 1-2GB droplets
Hey, I’m trying to install Jira to on a Centos 6.5 64 bit.
I downloaded the latest version of jira (bin) from the official website using wget.
After downloading I installed the bin using the default settings.
After installing i use: service jira start or /opt/atlassian/jira/bin/start-jira.sh
But when i go to: http://myip:8080 i get a blank screen.
Anyone knows what to do?
What is the output of your catalina.out log in the application directory? (/var | opt/atlassian/jira/logs) I can’t run anything on Ubuntu myself but that’s just due to a memory issue. It might be the same for you?
timouwerkerk92 I also have same issue. please let me know if you could solve this issue.
@gmartirosjan @timouwerkerk92
You may be having issues because of your droplet size. In my experience, the smallest droplet will not work. I would recommend 1-2GB droplets
I’m also seeing issues occur. On a fresh droplet install (1GB), after I install JIRA I’ll go to connect to my server on 8080 and the connection will just hang for about 10 minutes before loading the JIRA setup page. Usually what happens at this point is that I can get all the way to giving it my license, it’ll setup the database, but on the wait screen for setting up the database JIRA runs out of available memory and the service crashes. I have to reboot the server in order to start JIRA again. I tried this on a 2GB instance also and got the same result.
I want to do this too the Confluence Wiki isn’t clear about configuring the server base URL:
https://confluence.atlassian.com/doc/configuring-the-server-base-url-148592.html
:-(