這篇“CentOS7怎么安裝.Net Core的運(yùn)行環(huán)境”文章的知識(shí)點(diǎn)大部分人都不太理解,所以小編給大家總結(jié)了以下內(nèi)容,內(nèi)容詳細(xì),步驟清晰,具有一定的借鑒價(jià)值,希望大家閱讀完這篇文章能有所收獲,下面我們一起來看看這篇“CentOS7怎么安裝.Net Core的運(yùn)行環(huán)境”文章吧。
讓客戶滿意是我們工作的目標(biāo),不斷超越客戶的期望值來自于我們對(duì)這個(gè)行業(yè)的熱愛。我們立志把好的技術(shù)通過有效、簡(jiǎn)單的方式提供給客戶,將通過不懈努力成為客戶在信息化領(lǐng)域值得信任、有價(jià)值的長(zhǎng)期合作伙伴,公司提供的服務(wù)項(xiàng)目有:域名與空間、網(wǎng)絡(luò)空間、營(yíng)銷軟件、網(wǎng)站建設(shè)、民和網(wǎng)站維護(hù)、網(wǎng)站推廣。一、安裝.net core
1、查看系統(tǒng)版本
#cat /etc/redhat-release
CentOS Linux release 7.7.1908 (Core)
2、安裝.net core依賴
#rpm -ivh libgdiplus-2.10-10.el7.x86_64.rpm
#rpm -ivh libgdiplus-devel-2.10-10.el7.x86_64.rpm
#rpm -ivh packages-microsoft-prod.rpm
#yum -y install libXrender libexif libjpeg libtiff fontconfig-devel cairo-devel giflib-devel
3、安裝dotnet-sdk-3.1
#yum install dotnet-sdk-3.1
4、查看安裝
#dotnet -version
Unknown option: -version
.NET Core SDK (3.1.403)
安裝成功!
二、安裝redis
1、安裝gcc
#yum install -y gcc
2、安裝redis
#wget http://download.redis.io/releases/redis-5.0.8.tar.gz
#tar zxvf redis-5.0.8.tar.gz
#cd redis-5.0.8
#make
#make install PREFIX=/usr/local/redis
#cd /usr/local/redis/bin/
#./redis-server
#cp /usr/local/src/redis-5.0.8/redis.conf /usr/local/redis/bin/
修改 redis.conf 文件,把 daemonize no 改為 daemonize yes
#sed -i ‘s/daemonize no/daemonize yes/g’ redis.conf
設(shè)置開機(jī)啟動(dòng)
#vi /etc/systemd/system/redis.service
添加如下內(nèi)容
[Unit]
Description=redis-server
After=network.target
[Service]
Type=forking
ExecStart=/usr/local/redis/bin/redis-server /usr/local/redis/bin/redis.conf
PrivateTmp=true
[Install]
WantedBy=multi-user.target
設(shè)置開機(jī)啟動(dòng)
#systemctl daemon-reload
#systemctl start redis.service
#systemctl enable redis.service
#ln -s /usr/local/redis/bin/redis-cli /usr/bin/redis
服務(wù)操作命令
systemctl start redis.service #啟動(dòng)redis服務(wù)
systemctl stop redis.service #停止redis服務(wù)
systemctl restart redis.service #重新啟動(dòng)服務(wù)
systemctl status redis.service #查看服務(wù)當(dāng)前狀態(tài)
systemctl enable redis.service #設(shè)置開機(jī)自啟動(dòng)
systemctl disable redis.service #停止開機(jī)自啟動(dòng)
三、安裝supervisord
#yum install epel-release
#yum install -y supervisor
設(shè)置開機(jī)啟動(dòng)
#systemctl enable supervisord
命令使用:
#systemctl stop supervisord #停止
#systemctl start supervisord #啟動(dòng)
#systemctl status supervisord #查看狀態(tài)
#systemctl reload supervisord #加載配置文件
#systemctl restart supervisord #重啟服務(wù)
#cat /etc/supervisord.conf
[include]
files = supervisord.d/*.ini
#cat /etc/supervisord.d/new.ini
[program:web.new]
command=dotnet HualuTrain.Web.dll –urls “http://*:9000”
directory=/data0/app/new.Web
environment=ASPNETCORE__ENVIRONMENT=Production
user=www
stopsignal=INT
autostart=true
autorestart=true
startsecs=3
stderr_logfile=/var/log/ossoffical.err.log
stdout_logfile=/var/log/ossoffical.out.log
啟動(dòng)supervisord
#systemctl start supervisord
查看是否啟動(dòng)
#systemctl status supervisord
安裝成功!
以上就是關(guān)于“CentOS7怎么安裝.Net Core的運(yùn)行環(huán)境”這篇文章的內(nèi)容,相信大家都有了一定的了解,希望小編分享的內(nèi)容對(duì)大家有幫助,若想了解更多相關(guān)的知識(shí)內(nèi)容,請(qǐng)關(guān)注創(chuàng)新互聯(lián)行業(yè)資訊頻道。
分享標(biāo)題:CentOS7怎么安裝.NetCore的運(yùn)行環(huán)境-創(chuàng)新互聯(lián)
本文地址:http://www.rwnh.cn/article24/ddspje.html
成都網(wǎng)站建設(shè)公司_創(chuàng)新互聯(lián),為您提供面包屑導(dǎo)航、網(wǎng)站改版、網(wǎng)站營(yíng)銷、企業(yè)網(wǎng)站制作、標(biāo)簽優(yōu)化、商城網(wǎng)站
聲明:本網(wǎng)站發(fā)布的內(nèi)容(圖片、視頻和文字)以用戶投稿、用戶轉(zhuǎn)載內(nèi)容為主,如果涉及侵權(quán)請(qǐng)盡快告知,我們將會(huì)在第一時(shí)間刪除。文章觀點(diǎn)不代表本網(wǎng)站立場(chǎng),如需處理請(qǐng)聯(lián)系客服。電話:028-86922220;郵箱:631063699@qq.com。內(nèi)容未經(jīng)允許不得轉(zhuǎn)載,或轉(zhuǎn)載時(shí)需注明來源: 創(chuàng)新互聯(lián)
猜你還喜歡下面的內(nèi)容