Linux 安装tomcat,搭建web app运行环境

Tomcat 8 下载地址:https://tomcat.apache.org/download-80.cgi

解压tomcat:tar -xf apache-tomcat-8.5.31.tar.gz

创建软链:tomcat -> /apps/svr/apache-tomcat-8.5.31/                   (删除软链:rm –rf test)

创建代码目录:mkdir /apps/sh/web/code

git下载代码:git clone -b branchName git@xxxxx:xxxx/xxx.git

猜你喜欢

转载自www.cnblogs.com/ThinkVenus/p/9149032.html