跳至内容
wiki
用户工具
登录
站点工具
工具
显示页面
修订记录
反向链接
最近更改
媒体管理器
网站地图
登录
最近更改
媒体管理器
网站地图
您的足迹:
分享:技术:jira:jira6.0.1的安装
本页面只读。您可以查看源文件,但不能更改它。如果您觉得这是系统错误,请联系管理员。
====== jira6.0.1的安装 ====== 这里描述Ubuntu上安装jira6.0.1的过程(注意:汉化包要求jdk1.6) ===== jira的安装 ===== sudo sh atlassian-jira-6.0.1-x64.bin 安装过程如下: <code> Unpacking JRE ... Starting Installer ... This will install JIRA 6.0.1 on your computer. OK [o, Enter], Cancel [c] o #输入o表示开始安装JIRA 6.0.1 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 #输入2表示自定义安装 Where should JIRA 6.0.1 be installed? [/opt/atlassian/jira] #输入回车 Default location for JIRA data [/var/atlassian/application-data/jira] #输入回车 Configure which ports JIRA 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] 2 #输入2自定义端口 HTTP Port Number [8080] 8082 #修改端口 Control Port Number [8005] 8006 #修改端口 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 #作为服务启动 Extracting files ... #解压文件 Please wait a few moments while JIRA starts up. Launching JIRA ... Installation of JIRA 6.0.1 is complete Your installation of JIRA 6.0.1 is now ready and can be accessed via your browser. JIRA 6.0.1 can be accessed at http://localhost:8082 Finishing installation ... #安装结束,并且已经启动 </code> ===== jira的依赖文件下载 ===== {{:分享:技术:jira:jira_crack.zip|}} ===== jira的jar包拷贝 ===== <code> cp atlassian-extras-2.2.2.jar /opt/atlassian/jira/atlassian-jira/WEB-INF/lib/ cp mysql-connector-java-5.1.9.jar /opt/atlassian/jira/atlassian-jira/WEB-INF/lib/ cp atlassian-universal-plugin-manager-plugin-2.10.1.jar /var/atlassian/application-data/jira/plugins/.bundled-plugins/ </code>
分享/技术/jira/jira6.0.1的安装.1437201392.txt.gz
· 最后更改: 2015/07/18 14:36 由
gxx
页面工具
显示页面
修订记录
反向链接
回到顶部