By bryan274923
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!
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!
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.