{"id":12306,"date":"2024-09-09T10:24:56","date_gmt":"2024-09-09T10:24:56","guid":{"rendered":"https:\/\/greenwebpage.com\/community\/?p=12306"},"modified":"2024-09-26T11:14:02","modified_gmt":"2024-09-26T11:14:02","slug":"how-to-install-jira-on-linux","status":"publish","type":"post","link":"https:\/\/greenwebpage.com\/community\/how-to-install-jira-on-linux\/","title":{"rendered":"How to Install Jira on Linux"},"content":{"rendered":"\n<p><a id=\"post-12306-_heading=h.1fob9te\"><\/a><br>If you are tired of managing your teams and project plans, <a href=\"https:\/\/www.atlassian.com\/software\/jira\">Jira<\/a> Software can be the best option for you. It is known for its modern features, which include creating teams, building plans, and managing and tracking your project and team tasks efficiently. <br><a id=\"post-12306-_heading=h.3znysh7\"><\/a><\/p>\n\n\n\n<p>In short, Jira is a tool designed for complete project management, from small to large scale.<br><a id=\"post-12306-_heading=h.tyjcwt\"><\/a><\/p>\n\n\n\n<p>This blog aims to provide a complete guide for installing Jira software on Linux distributions, such as Ubuntu 24.04.<\/p>\n\n\n\n<h1 class=\"wp-block-heading\"><a id=\"post-12306-_heading=h.1t3h5sf\"><\/a><strong>How to Install Jira on Linux (Ubuntu 24.04)?<\/strong><\/h1>\n\n\n\n<p>\n  We will be covering the below sections in the educational blog:\n<\/p>\n\n\n\n<p><a href=\"#How-to-Download-and-Set-up-Jira-on-Linux-(Ubuntu-24.04)\">How to download and set up Jira on Linux (Ubuntu 24.04)?<\/a><\/p>\n\n\n\n<p><a href=\"#How-to-Set-up-Jira-on-Localhost-on-Ubuntu-24.04\">How to Set up Jira on Localhost on Ubuntu 24.04?<\/a><\/p>\n\n\n\n<p><a href=\"#Bonus-Tips\">Bonus Tips:<\/a><\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"How-to-Download-and-Set-up-Jira-on-Linux-(Ubuntu-24.04)\"><a id=\"post-12306-_heading=h.4d34og8\"><\/a><strong>How to Download and Set up Jira on Linux (Ubuntu 24.04)?<\/strong><\/h2>\n\n\n\n<p>\n  The following sequence-wise step will download and set up Jira software on your Linux base Ubuntu 24.04 system. \n<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><a id=\"post-12306-_heading=h.2s8eyo1\"><\/a>Step 1: Download Jira via \u201cwget\u201d<\/h3>\n\n\n\n<p>\n  The <strong>wget<\/strong> is a simple command for downloading files from the source link. For instance, let&#8217;s download the latest Jira software using <strong>wget<\/strong>:\n<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"><p>wget https:\/\/product-downloads.atlassian.com\/software\/jira\/downloads\/atlassian-jira-software-9.12.13-x64.bin<br><\/p><\/pre>\n\n\n\n<figure class=\"wp-block-image\"><img fetchpriority=\"high\" decoding=\"async\" width=\"972\" height=\"414\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/09\/word-image-12306-1.png\" alt=\"Download Jira via wget\" class=\"wp-image-12307\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/09\/word-image-12306-1.png 972w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/09\/word-image-12306-1-300x128.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/09\/word-image-12306-1-768x327.png 768w\" sizes=\"(max-width: 972px) 100vw, 972px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p>\n  This simple code will save the Jira in your system directory like \u201cDownloads\u201d.\n<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><a id=\"post-12306-_heading=h.17dp8vu\"><\/a>Step 2: Make \u201cJira*.bin\u201d Executable<\/h3>\n\n\n\n<p>\n  The \u201c.bin\u201d file will not be executed directly. Therefore, you must use this command to allow the downloaded (i.e. atlassian-jira-software-*.bin) file to run and execute:\n<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"><p>  sudo chmod +x atlassian-jira-software-9.12.13-x64.bin<br><\/p><\/pre>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" width=\"972\" height=\"51\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/09\/word-image-12306-2.png\" alt=\"make Jira .bin executable\" class=\"wp-image-12308\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/09\/word-image-12306-2.png 972w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/09\/word-image-12306-2-300x16.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/09\/word-image-12306-2-768x40.png 768w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/09\/word-image-12306-2-960x51.png 960w\" sizes=\"(max-width: 972px) 100vw, 972px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p>\n  This step allows you to run the jira*.bin file to install from the terminal. \n<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><a id=\"post-12306-_heading=h.3rdcrjn\"><\/a>Step 3: Install Jira from the terminal<\/h3>\n\n\n\n<p>\n  The next step, after downloading and executing, you can initialize the installation process of Jira. when the software installation begins, you will be prompted for a few permissions, simply press Enter to complete the installation:\n<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"><p>  sudo .\/atlassian-jira-software-9.12.13-x64.bin<br><\/p><\/pre>\n\n\n\n<figure class=\"wp-block-image is-resized\"><img decoding=\"async\" width=\"973\" height=\"523\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/09\/word-image-12306-3.png\" alt=\"Install Jira from the terminal\" class=\"wp-image-12309\" style=\"width:969px;height:auto\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/09\/word-image-12306-3.png 973w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/09\/word-image-12306-3-300x161.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/09\/word-image-12306-3-768x413.png 768w\" sizes=\"(max-width: 973px) 100vw, 973px\" \/><\/figure>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"967\" height=\"520\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/09\/word-image-12306-4.png\" alt=\"Install Jira from the terminal\" class=\"wp-image-12310\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/09\/word-image-12306-4.png 967w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/09\/word-image-12306-4-300x161.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/09\/word-image-12306-4-768x413.png 768w\" sizes=\"(max-width: 967px) 100vw, 967px\" \/><\/figure>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"964\" height=\"535\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/09\/word-image-12306-5.png\" alt=\"Install Jira from the terminal\" class=\"wp-image-12311\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/09\/word-image-12306-5.png 964w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/09\/word-image-12306-5-300x166.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/09\/word-image-12306-5-768x426.png 768w\" sizes=\"(max-width: 964px) 100vw, 964px\" \/><\/figure>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"955\" height=\"470\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/09\/word-image-12306-6.png\" alt=\"Install Jira from the terminal\" class=\"wp-image-12312\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/09\/word-image-12306-6.png 955w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/09\/word-image-12306-6-300x148.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/09\/word-image-12306-6-768x378.png 768w\" sizes=\"(max-width: 955px) 100vw, 955px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p>\n  Upon completing the Jira software installation, a confirmation message along with the access link will be provided at the end.  \n<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"How-to-Set-up-Jira-on-Localhost-on-Ubuntu-24.04\"><a id=\"post-12306-_heading=h.26in1rg\"><\/a><strong>How to Set up Jira on Localhost on Ubuntu 24.04?<\/strong><\/h2>\n\n\n\n<p>\n  Through this section, you will easily set up Jira software on your Ubuntu 24.04 Localhost. \n<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><a id=\"post-12306-_heading=h.lnxbz9\"><\/a>Step 1: Access Jira <\/h3>\n\n\n\n<p>\n  When you have completed the installation process on the Ubuntu 24.04 machine, now proceed to set up the process on localhost:\n<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"><p>  http:\/\/localhost:8080<br><\/p><\/pre>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"1124\" height=\"597\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/09\/word-image-12306-7.png\" alt=\"Access Jira\" class=\"wp-image-12313\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/09\/word-image-12306-7.png 1124w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/09\/word-image-12306-7-300x159.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/09\/word-image-12306-7-1024x544.png 1024w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/09\/word-image-12306-7-768x408.png 768w\" sizes=\"(max-width: 1124px) 100vw, 1124px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p>\n  You can choose the setup methods between <strong>\u201cSet it up for me\u201d<\/strong> and <strong>\u201cI\u2019ll set it up myself\u201d<\/strong>.\n<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><a id=\"post-12306-_heading=h.35nkun2\"><\/a>Step 2: log in to \u201cJira Atlassian\u201d<\/h3>\n\n\n\n<p>\n  Choose your preferred account to log in to the Jira Atlassian\u201d account:\n<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"943\" height=\"559\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/09\/word-image-12306-8.png\" alt=\"Log in to Jira\" class=\"wp-image-12314\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/09\/word-image-12306-8.png 943w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/09\/word-image-12306-8-300x178.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/09\/word-image-12306-8-768x455.png 768w\" sizes=\"(max-width: 943px) 100vw, 943px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><a id=\"post-12306-_heading=h.1ksv4uv\"><\/a>Step 3: Generate the Jira License <\/h3>\n\n\n\n<p>\n  To generate a license for Jira:\n<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Select a product like \u201cJira\u201d.  <\/li>\n\n\n\n<li>Enter your organization name (i.e. GreenWebpage)  <\/li>\n\n\n\n<li>Click on \u201cGenerate License\u201d.<br>  <\/li>\n<\/ul>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"1044\" height=\"556\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/09\/word-image-12306-9.png\" alt=\"Generate Jira license\" class=\"wp-image-12315\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/09\/word-image-12306-9.png 1044w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/09\/word-image-12306-9-300x160.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/09\/word-image-12306-9-1024x545.png 1024w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/09\/word-image-12306-9-768x409.png 768w\" sizes=\"(max-width: 1044px) 100vw, 1044px\" \/><\/figure>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"972\" height=\"553\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/09\/word-image-12306-10.png\" alt=\"Generate Jira license\" class=\"wp-image-12316\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/09\/word-image-12306-10.png 972w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/09\/word-image-12306-10-300x171.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/09\/word-image-12306-10-768x437.png 768w\" sizes=\"(max-width: 972px) 100vw, 972px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p>\n  Permit to generate and install the Jira license key by clicking \u201cOk\u201d button:\n<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"1052\" height=\"552\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/09\/word-image-12306-11.png\" alt=\"Generate and install Jira license key\" class=\"wp-image-12317\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/09\/word-image-12306-11.png 1052w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/09\/word-image-12306-11-300x157.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/09\/word-image-12306-11-1024x537.png 1024w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/09\/word-image-12306-11-768x403.png 768w\" sizes=\"(max-width: 1052px) 100vw, 1052px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><a id=\"post-12306-_heading=h.44sinio\"><\/a>Step 4: Set up Jira Administrative Account <\/h3>\n\n\n\n<p>\n  Specify your account details to create the administrative account at Atlassian:\n<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"913\" height=\"555\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/09\/word-image-12306-12.png\" alt=\"Set up Jira administrative account\" class=\"wp-image-12318\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/09\/word-image-12306-12.png 913w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/09\/word-image-12306-12-300x182.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/09\/word-image-12306-12-768x467.png 768w\" sizes=\"(max-width: 913px) 100vw, 913px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><a id=\"post-12306-_heading=h.2jxsxqh\"><\/a>Step 5: Set up the Application <\/h3>\n\n\n\n<p>\n  Provide the Application title, mode (Private\/Public), and base URL, for example, \u201chttp:\/\/localhost:8080\u201d:\n<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"917\" height=\"556\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/09\/word-image-12306-13.png\" alt=\"Set  up application properties\" class=\"wp-image-12319\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/09\/word-image-12306-13.png 917w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/09\/word-image-12306-13-300x182.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/09\/word-image-12306-13-768x466.png 768w\" sizes=\"(max-width: 917px) 100vw, 917px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><a id=\"post-12306-_heading=h.z337ya\"><\/a>Step 6: Provide License Key <\/h3>\n\n\n\n<p>\n  In the license key field, copy the generated key and proceed next:\n<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"892\" height=\"554\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/09\/word-image-12306-14.png\" alt=\"Specify license key\" class=\"wp-image-12320\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/09\/word-image-12306-14.png 892w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/09\/word-image-12306-14-300x186.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/09\/word-image-12306-14-768x477.png 768w\" sizes=\"(max-width: 892px) 100vw, 892px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><a id=\"post-12306-_heading=h.3j2qqm3\"><\/a>Step 7: Set up Email Notification<\/h3>\n\n\n\n<p>\n  Choose the option for configure email notification and select the \u201cFinish\u201d to complete the Jira Setup process:\n<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"941\" height=\"553\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/09\/word-image-12306-15.png\" alt=\"Set up email notification\" class=\"wp-image-12321\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/09\/word-image-12306-15.png 941w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/09\/word-image-12306-15-300x176.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/09\/word-image-12306-15-768x451.png 768w\" sizes=\"(max-width: 941px) 100vw, 941px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p>\n  Finally, a greeting message will be displayed on your browser screen, confirming the Jira software setup: \n<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"1233\" height=\"551\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/09\/word-image-12306-16.png\" alt=\"Jira welcome screen\" class=\"wp-image-12322\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/09\/word-image-12306-16.png 1233w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/09\/word-image-12306-16-300x134.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/09\/word-image-12306-16-1024x458.png 1024w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/09\/word-image-12306-16-768x343.png 768w\" sizes=\"(max-width: 1233px) 100vw, 1233px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"Bonus-Tips\"><a id=\"post-12306-_heading=h.1y810tw\"><\/a><strong>Bonus Tips:<\/strong><\/h2>\n\n\n\n<p>\n  If Jira is not running on the localhost:8080, then perform these commands:\n<\/p>\n\n\n\n<p>\n  Navigate to the Jira directory:\n<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"><p>  cd \/opt\/atlassian\/jira\/bin<br><\/p><\/pre>\n\n\n\n<p>\n  Then;\n<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"><p>  sudo .\/start-jira.sh<br><\/p><\/pre>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"883\" height=\"530\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/09\/word-image-12306-17.png\" alt=\"  sudo .\/start-jira.sh\n\" class=\"wp-image-12323\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/09\/word-image-12306-17.png 883w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/09\/word-image-12306-17-300x180.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/09\/word-image-12306-17-768x461.png 768w\" sizes=\"(max-width: 883px) 100vw, 883px\" \/><\/figure>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"893\" height=\"510\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/09\/word-image-12306-18.png\" alt=\"  sudo .\/start-jira.sh\n\" class=\"wp-image-12324\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/09\/word-image-12306-18.png 893w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/09\/word-image-12306-18-300x171.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/09\/word-image-12306-18-768x439.png 768w\" sizes=\"(max-width: 893px) 100vw, 893px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p>\n  The above commands will start the Jira on Localhost, you can open the web browser and copy the base link to access Jira:\n<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"><p>  http:\/\/localhost:8080<br><\/p><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\"><a id=\"post-12306-_heading=h.2xcytpi\"><\/a>Conclusion<\/h2>\n\n\n\n<p><br>  Jira software can easily be set up on Linux systems like Ubuntu 24.04. Visit the <a href=\"https:\/\/www.atlassian.com\/software\/jira\">Atlassian<\/a> website, locate the Jira on the products page, and download the Jira \u201c,bin\u201d file. After installing Jira software, access it via  \u201c<a href=\"http:\/\/localhost:8080\">http:\/\/localhost:8080<\/a>\u201d and complete the setup process.<\/p>\n\n    <div class=\"xs_social_share_widget xs_share_url after_content \t\tmain_content  wslu-style-1 wslu-share-box-shaped wslu-fill-colored wslu-none wslu-share-horizontal wslu-theme-font-no wslu-main_content\">\n\n\t\t\n        <ul>\n\t\t\t        <\/ul>\n    <\/div> \n","protected":false},"excerpt":{"rendered":"<p>If you are tired of managing your teams and project plans, Jira Software can be the best option for you. It is known for its modern features, which include creating teams, building plans, and managing and tracking your project and team tasks efficiently. In short, Jira is a tool designed for complete project management, from [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":12327,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[43],"tags":[372,230,373],"class_list":["post-12306","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-tutorials","tag-jira","tag-linux","tag-project-management"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>How to Install Jira on Linux - Greenwebpage Community<\/title>\n<meta name=\"description\" content=\"This blog aims to provide a complete guide for installing Jira software on Linux distributions, such as Ubuntu 24.04.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/greenwebpage.com\/community\/how-to-install-jira-on-linux\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Install Jira on Linux - Greenwebpage Community\" \/>\n<meta property=\"og:description\" content=\"This blog aims to provide a complete guide for installing Jira software on Linux distributions, such as Ubuntu 24.04.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/greenwebpage.com\/community\/how-to-install-jira-on-linux\/\" \/>\n<meta property=\"og:site_name\" content=\"Greenwebpage Community\" \/>\n<meta property=\"article:published_time\" content=\"2024-09-09T10:24:56+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-09-26T11:14:02+00:00\" \/>\n<meta property=\"og:image\" content=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/09\/Install-Jira-on-Linux.jpeg\" \/>\n\t<meta property=\"og:image:width\" content=\"1020\" \/>\n\t<meta property=\"og:image:height\" content=\"600\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Karim Buzdar\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Karim Buzdar\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"7 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/greenwebpage.com\/community\/how-to-install-jira-on-linux\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/greenwebpage.com\/community\/how-to-install-jira-on-linux\/\"},\"author\":{\"name\":\"Karim Buzdar\",\"@id\":\"https:\/\/greenwebpage.com\/community\/#\/schema\/person\/467c100c1d017bc081473ee0440680c8\"},\"headline\":\"How to Install Jira on Linux\",\"datePublished\":\"2024-09-09T10:24:56+00:00\",\"dateModified\":\"2024-09-26T11:14:02+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/greenwebpage.com\/community\/how-to-install-jira-on-linux\/\"},\"wordCount\":599,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/greenwebpage.com\/community\/#organization\"},\"image\":{\"@id\":\"https:\/\/greenwebpage.com\/community\/how-to-install-jira-on-linux\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/09\/Install-Jira-on-Linux.jpeg\",\"keywords\":[\"Jira\",\"Linux\",\"Project Management\"],\"articleSection\":[\"Tutorials\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/greenwebpage.com\/community\/how-to-install-jira-on-linux\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/greenwebpage.com\/community\/how-to-install-jira-on-linux\/\",\"url\":\"https:\/\/greenwebpage.com\/community\/how-to-install-jira-on-linux\/\",\"name\":\"How to Install Jira on Linux - Greenwebpage Community\",\"isPartOf\":{\"@id\":\"https:\/\/greenwebpage.com\/community\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/greenwebpage.com\/community\/how-to-install-jira-on-linux\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/greenwebpage.com\/community\/how-to-install-jira-on-linux\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/09\/Install-Jira-on-Linux.jpeg\",\"datePublished\":\"2024-09-09T10:24:56+00:00\",\"dateModified\":\"2024-09-26T11:14:02+00:00\",\"description\":\"This blog aims to provide a complete guide for installing Jira software on Linux distributions, such as Ubuntu 24.04.\",\"breadcrumb\":{\"@id\":\"https:\/\/greenwebpage.com\/community\/how-to-install-jira-on-linux\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/greenwebpage.com\/community\/how-to-install-jira-on-linux\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/greenwebpage.com\/community\/how-to-install-jira-on-linux\/#primaryimage\",\"url\":\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/09\/Install-Jira-on-Linux.jpeg\",\"contentUrl\":\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/09\/Install-Jira-on-Linux.jpeg\",\"width\":1020,\"height\":600,\"caption\":\"Install Jira on Linux\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/greenwebpage.com\/community\/how-to-install-jira-on-linux\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/greenwebpage.com\/community\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Install Jira on Linux\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/greenwebpage.com\/community\/#website\",\"url\":\"https:\/\/greenwebpage.com\/community\/\",\"name\":\"Greenwebpage Community\",\"description\":\"Get online in three steps with our wide range of web hosting solutions. Choose from professional business to enterprise options designed to meet your needs.\",\"publisher\":{\"@id\":\"https:\/\/greenwebpage.com\/community\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/greenwebpage.com\/community\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/greenwebpage.com\/community\/#organization\",\"name\":\"Greenwebpage Community\",\"url\":\"https:\/\/greenwebpage.com\/community\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/greenwebpage.com\/community\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2023\/10\/cropped-logomic.png\",\"contentUrl\":\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2023\/10\/cropped-logomic.png\",\"width\":512,\"height\":512,\"caption\":\"Greenwebpage Community\"},\"image\":{\"@id\":\"https:\/\/greenwebpage.com\/community\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/greenwebpage.com\/community\/#\/schema\/person\/467c100c1d017bc081473ee0440680c8\",\"name\":\"Karim Buzdar\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/greenwebpage.com\/community\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/0628fcbcddd9bc5486245d2cf4a904dbcdeac9ad6c3098f49237094e9d513d0c?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/0628fcbcddd9bc5486245d2cf4a904dbcdeac9ad6c3098f49237094e9d513d0c?s=96&d=mm&r=g\",\"caption\":\"Karim Buzdar\"},\"sameAs\":[\"https:\/\/greenwebpage.com\"],\"url\":\"https:\/\/greenwebpage.com\/community\/author\/karim\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Install Jira on Linux - Greenwebpage Community","description":"This blog aims to provide a complete guide for installing Jira software on Linux distributions, such as Ubuntu 24.04.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/greenwebpage.com\/community\/how-to-install-jira-on-linux\/","og_locale":"en_US","og_type":"article","og_title":"How to Install Jira on Linux - Greenwebpage Community","og_description":"This blog aims to provide a complete guide for installing Jira software on Linux distributions, such as Ubuntu 24.04.","og_url":"https:\/\/greenwebpage.com\/community\/how-to-install-jira-on-linux\/","og_site_name":"Greenwebpage Community","article_published_time":"2024-09-09T10:24:56+00:00","article_modified_time":"2024-09-26T11:14:02+00:00","og_image":[{"width":1020,"height":600,"url":"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/09\/Install-Jira-on-Linux.jpeg","type":"image\/jpeg"}],"author":"Karim Buzdar","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Karim Buzdar","Est. reading time":"7 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/greenwebpage.com\/community\/how-to-install-jira-on-linux\/#article","isPartOf":{"@id":"https:\/\/greenwebpage.com\/community\/how-to-install-jira-on-linux\/"},"author":{"name":"Karim Buzdar","@id":"https:\/\/greenwebpage.com\/community\/#\/schema\/person\/467c100c1d017bc081473ee0440680c8"},"headline":"How to Install Jira on Linux","datePublished":"2024-09-09T10:24:56+00:00","dateModified":"2024-09-26T11:14:02+00:00","mainEntityOfPage":{"@id":"https:\/\/greenwebpage.com\/community\/how-to-install-jira-on-linux\/"},"wordCount":599,"commentCount":0,"publisher":{"@id":"https:\/\/greenwebpage.com\/community\/#organization"},"image":{"@id":"https:\/\/greenwebpage.com\/community\/how-to-install-jira-on-linux\/#primaryimage"},"thumbnailUrl":"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/09\/Install-Jira-on-Linux.jpeg","keywords":["Jira","Linux","Project Management"],"articleSection":["Tutorials"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/greenwebpage.com\/community\/how-to-install-jira-on-linux\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/greenwebpage.com\/community\/how-to-install-jira-on-linux\/","url":"https:\/\/greenwebpage.com\/community\/how-to-install-jira-on-linux\/","name":"How to Install Jira on Linux - Greenwebpage Community","isPartOf":{"@id":"https:\/\/greenwebpage.com\/community\/#website"},"primaryImageOfPage":{"@id":"https:\/\/greenwebpage.com\/community\/how-to-install-jira-on-linux\/#primaryimage"},"image":{"@id":"https:\/\/greenwebpage.com\/community\/how-to-install-jira-on-linux\/#primaryimage"},"thumbnailUrl":"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/09\/Install-Jira-on-Linux.jpeg","datePublished":"2024-09-09T10:24:56+00:00","dateModified":"2024-09-26T11:14:02+00:00","description":"This blog aims to provide a complete guide for installing Jira software on Linux distributions, such as Ubuntu 24.04.","breadcrumb":{"@id":"https:\/\/greenwebpage.com\/community\/how-to-install-jira-on-linux\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/greenwebpage.com\/community\/how-to-install-jira-on-linux\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/greenwebpage.com\/community\/how-to-install-jira-on-linux\/#primaryimage","url":"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/09\/Install-Jira-on-Linux.jpeg","contentUrl":"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/09\/Install-Jira-on-Linux.jpeg","width":1020,"height":600,"caption":"Install Jira on Linux"},{"@type":"BreadcrumbList","@id":"https:\/\/greenwebpage.com\/community\/how-to-install-jira-on-linux\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/greenwebpage.com\/community\/"},{"@type":"ListItem","position":2,"name":"How to Install Jira on Linux"}]},{"@type":"WebSite","@id":"https:\/\/greenwebpage.com\/community\/#website","url":"https:\/\/greenwebpage.com\/community\/","name":"Greenwebpage Community","description":"Get online in three steps with our wide range of web hosting solutions. Choose from professional business to enterprise options designed to meet your needs.","publisher":{"@id":"https:\/\/greenwebpage.com\/community\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/greenwebpage.com\/community\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/greenwebpage.com\/community\/#organization","name":"Greenwebpage Community","url":"https:\/\/greenwebpage.com\/community\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/greenwebpage.com\/community\/#\/schema\/logo\/image\/","url":"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2023\/10\/cropped-logomic.png","contentUrl":"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2023\/10\/cropped-logomic.png","width":512,"height":512,"caption":"Greenwebpage Community"},"image":{"@id":"https:\/\/greenwebpage.com\/community\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/greenwebpage.com\/community\/#\/schema\/person\/467c100c1d017bc081473ee0440680c8","name":"Karim Buzdar","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/greenwebpage.com\/community\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/0628fcbcddd9bc5486245d2cf4a904dbcdeac9ad6c3098f49237094e9d513d0c?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/0628fcbcddd9bc5486245d2cf4a904dbcdeac9ad6c3098f49237094e9d513d0c?s=96&d=mm&r=g","caption":"Karim Buzdar"},"sameAs":["https:\/\/greenwebpage.com"],"url":"https:\/\/greenwebpage.com\/community\/author\/karim\/"}]}},"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/greenwebpage.com\/community\/wp-json\/wp\/v2\/posts\/12306","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/greenwebpage.com\/community\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/greenwebpage.com\/community\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/greenwebpage.com\/community\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/greenwebpage.com\/community\/wp-json\/wp\/v2\/comments?post=12306"}],"version-history":[{"count":3,"href":"https:\/\/greenwebpage.com\/community\/wp-json\/wp\/v2\/posts\/12306\/revisions"}],"predecessor-version":[{"id":12490,"href":"https:\/\/greenwebpage.com\/community\/wp-json\/wp\/v2\/posts\/12306\/revisions\/12490"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/greenwebpage.com\/community\/wp-json\/wp\/v2\/media\/12327"}],"wp:attachment":[{"href":"https:\/\/greenwebpage.com\/community\/wp-json\/wp\/v2\/media?parent=12306"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/greenwebpage.com\/community\/wp-json\/wp\/v2\/categories?post=12306"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/greenwebpage.com\/community\/wp-json\/wp\/v2\/tags?post=12306"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}