Report this

What is the reason for this report?

Hosting Jira on digital ocean

Posted on May 6, 2014

Any idea what are the steps?



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

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.

Hi Bryan, <br> <br>Jira is commercial software. I’m sure their support team would be willing to help you through the steps to deploy it. They do have an installation guide for Linux: <br> <br>https://confluence.atlassian.com/display/JIRA/Installing+JIRA+on+Linux <br> <br>They provide an installer that you can use the “wget” command to download onto your droplet and run. For instance, to download their 64bit trial edition, use: <br> <br><pre> <br>wget http://www.atlassian.com/software/jira/downloads/binary/atlassian-jira-6.2.4-x64.bin <br></pre> <br> <br>Make the file executable and then run it with: <br> <br><pre> <br>chmod +x atlassian-jira-6.2.4-x64.bin <br>./atlassian-jira-6.2.4-x64.bin <br></pre> <br> <br>When asked, select ‘Express Install’ After the installer has finished, make sure Jira is running by: <br> <br><pre> <br>/opt/atlassian/jira/bin/start-jira.sh <br></pre> <br> <br>You should now be able to access Jira in the browser to finish installation at: <br> <br>http://your.droplet.ip:8080

Hi Andrew , <br> <br>Thanks , this work well for me. <br> <br>How can i do the same for confluence? <br> <br> <br>

I’m unable to connect once I run a manual install on a fresh droplet on CentOS. Any ideas? Thanks!

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.