Linux服务器基本搭建

最近在新搭服务器,顺便就小记一下

注:

对于所有的systemctl命令,可以用service xxx start这种形式替代

 

Mysql安装

https://blog.csdn.net/fsh2008/article/details/104840404

 

SVN安装

#安装
yum install subversion

#常用命令
svn checkout <url> <path>
svn update

 

Tomcat安装

https://blog.csdn.net/fsh2008/article/details/104836488

或直接拷贝本地的tomcat

#如果是拷贝的tomcat,可能会遇到错误
#The file is absent or does not have execute permission
#This file is needed to run this program
#这是由于linux的权限引起的,可以执行以下命令解决
chmod 777 *.sh

 

Nignx安装

#安装
yum install nginx

#常用命令
systemctl start nginx.service
systemctl stop nginx.service
systemctl restart nginx.service

#查看配置文件路径,一般是/etc/nginx/
nginx -t

 

 

Memcached安装(可选)


#安装
yum install memcached

#常用命令
systemctl start memcached.service
systemctl stop memcached.service
systemctl restart memcached.service


#修改基本配置
#/etc/sysconfig/memcached

 

 

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值