系統版本:Ubuntu 14.04java
下載jira安裝文件app
sudo wget https://downloads.atlassian.com/software/jira/downloads/atlassian-jira-software-7.1.9-x64.bin
修改文件權限this
sudo chmod 777 atlassian-jira-software-7.1.9-x64.bin
執行安裝code
./atlassian-jira-software-7.1.9-x64.bin
顯示「Finishing installatioin」表示安裝成功get
Unpacking JRE ... Starting Installer ... Jan 21, 2019 6:11:57 PM java.util.prefs.FileSystemPreferences$1 run INFO: Created user preferences directory. You do not have administrator rights to this machine and as such, some installation options will not be available. Are you sure you want to continue? Yes [y, Enter], No [n] This will install JIRA Software 7.1.9 on your computer. OK [o, Enter], Cancel [c] Choose the appropriate installation or upgrade option. Please choose one of the following: Express Install (use default settings) [1], Custom Install (recommended for advanced users) [2, Enter], Upgrade an existing JIRA installation [3] 1 Details on where JIRA Software will be installed and the settings that will be used. Installation Directory: /home/john/atlassian/jira Home Directory: /home/john/atlassian/application-data/jira HTTP Port: 8080 RMI Port: 8005 Install as service: No Install [i, Enter], Exit [e] Extracting files ... Please wait a few moments while JIRA Software starts up. Launching JIRA Software ... Installation of JIRA Software 7.1.9 is complete Your installation of JIRA Software 7.1.9 is now ready and can be accessed via your browser. JIRA Software 7.1.9 can be accessed at http://localhost:8080 Finishing installation ...
如今jira便安裝完成,局域網內訪問能夠經過 http://address:8080 打開JIRA主頁。it
啓動jira sudo atlassian/jira/bin/shutdown.sh 關閉jira sudo atlassian/jira/bin/startup.shio