1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58
| [root@jira app]# chmod +x atlassian-jira-software-7.5.0-x64.bin [root@jira app]# ./atlassian-jira-software-7.5.0-x64.bin Unpacking JRE ... Starting Installer ... Oct 10, 2017 10:15:40 AM java.util.prefs.FileSystemPreferences$2 run INFO: Created system preferences directory in java.home.
This will install JIRA Software 7.5.0 on your computer. OK [o, Enter], Cancel [c] o 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] 2
Where should JIRA Software be installed? [/opt/atlassian/jira] /mnt/app/jira Default location for JIRA Software data [/var/atlassian/application-data/jira] /mnt/data/jira.home Configure which ports JIRA Software will use. JIRA requires two TCP ports that are not being used by any other applications on this machine. The HTTP port is where you will access JIRA through your browser. The Control port is used to startup and shutdown JIRA. Use default ports (HTTP: 8080, Control: 8005) - Recommended [1, Enter], Set custom value for HTTP and Control ports [2] 1 JIRA can be run in the background. You may choose to run JIRA as a service, which means it will start automatically whenever the computer restarts. Install JIRA as Service? Yes [y, Enter], No [n] y Details on where JIRA Software will be installed and the settings that will be used. Installation Directory: /mnt/app/jira Home Directory: /mnt/data/jira.home HTTP Port: 8080 RMI Port: 8005 Install as service: Yes Install [i, Enter], Exit [e] i
Extracting files ...
Please wait a few moments while JIRA Software is configured. Installation of JIRA Software 7.5.0 is complete Start JIRA Software 7.5.0 now? Yes [y, Enter], No [n] y
Please wait a few moments while JIRA Software starts up. Launching JIRA Software ... Installation of JIRA Software 7.5.0 is complete Your installation of JIRA Software 7.5.0 is now ready and can be accessed via your browser. JIRA Software 7.5.0 can be accessed at http://localhost:8080 Finishing installation ...
|