Can I install by myself and use Jira at my cloud server?
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!
You can definitely host a Jira instance on DigitalOcean. Though Jira is commerical software, and you’ll need to purchase a license from them. They has an installation guide for Linux that you can find here.
They also provide an installer for the trial version that you can download onto your droplet and run. For instance, to download their 64bit trial edition, use:
wget http://www.atlassian.com/software/jira/downloads/binary/atlassian-jira-6.2.4-x64.bin
Make the file executable and then run it with:
chmod +x atlassian-jira-6.2.4-x64.bin
./atlassian-jira-6.2.4-x64.bin
When asked, select ‘Express Install’ After the installer has finished, make sure Jira is running by:
/opt/atlassian/jira/bin/start-jira.sh
You should now be able to access Jira in the browser to finish installation at:
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.
Scale up as you grow — whether you're running one virtual machine or ten thousand.
From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.