玩客云安装好armbian5.9后后续安装宝塔7.x版本
目錄
前言
下載腳本
可能得報錯以及解決辦法
替換官方源
?修改區(qū)時間
接下的步驟
全修復腳本
前言
在通過燒錄u盤安裝好armbian后如果新手要搭建網(wǎng)站的話就要安裝寶塔面板了
但是因為armbian版本是32位的,因為CPU是s805是32位的,雖然可以安裝寶塔最后一個32位的5.9的版本,但是有很多的配置如Nginx好像安裝失敗
下載腳本
而常規(guī)去官網(wǎng)上下載安裝腳本就會出錯
所以就要改一下官網(wǎng)下載的腳本這里下載鏈接下載
下好后用xftp來鏈接你本地的ip地址然后傳輸?shù)?root目錄下(也可以傳輸?shù)狡渌夸?#xff0c;方便起見還是傳到/root)
可能得報錯以及解決辦法
可能會提示無法訪問從xftp中打開xshell
輸入sudo -i,然后輸入你的root密碼
再輸入
chmod 777 /root給予訪問/root的權限
就可以訪問/root文件夾了
然后在此之前還要配置一下其他的文件
替換官方源
打開源文件替換源
nano /etc/apt/sources.list?nano沒安裝的去安裝
deb https://mirrors.ustc.edu.cn/debian buster main contrib non-free deb https://mirrors.ustc.edu.cn/debian buster-updates main contrib non-free deb https://mirrors.ustc.edu.cn/debian buster-backports main contrib non-free deb https://mirrors.ustc.edu.cn/debian-security/ buster/updates main contribnon-free?修改區(qū)時間
?之后修改區(qū)時間
nano /etc/apt/sources.list.d/raspi.list deb http://mirrors.tuna.tsinghua.edu.cn/raspberrypi/ buster main ui deb-src http://mirrors.tuna.tsinghua.edu.cn/raspberrypi/buster main ui更新一下
apt-get update好了之后直接執(zhí)行安裝腳本
./77.sh這時候都會報錯,然后接下來繼續(xù)跟著走
接下的步驟
再下載文件導入鏈接下載
到/root
ssh中執(zhí)行
btpip install gevent==21.12.0 btpip install psutil==5.8.0 btpip install --upgrade pip btpip install --upgrade Pillow btpip install gevent-websocket==0.10.1 btpip install pycryptodome-3.14.1-cp35-abi3-linux_armv7l.whl btpip install cryptography==3.2 btpip install pyOpenSSL==20.0.0 btpip install Flask==1.1.4 btpip install requests==2.26.0 bt 1然后看看bt 1 后面會不會報錯或者直接輸入
bt 14查看內(nèi)網(wǎng)面板鏈接可不可以進入
全修復腳本
不能的話執(zhí)行下列命令
btpip install aliyun-python-sdk-core==2.13.35 btpip install aliyun-python-sdk-core-v3==2.13.32 btpip install aliyun-python-sdk-kms==2.15.0 btpip install bcrypt==3.1.7 btpip install beautifulsoup4==4.8.2 btpip install cachetools==4.0.0 btpip install certifi==2019.11.28 btpip install cffi==1.15.0 btpip install chardet==3.0.4 btpip install Click==8.1.2 btpip install configobj==5.0.6 btpip install configparser==4.0.2 btpip install cos-python-sdk-v5==1.9.14 btpip install crcmod==1.7 btpip install cryptography==3.2 btpip install Cython==0.29.26 btpip install decorator==4.4.1 btpip install dicttoxml==1.7.4 btpip install dnspython==1.16.0 btpip install docker==4.2.0 btpip install enum34==1.1.9 btpip install Flask==2.1.1 btpip install Flask-Session==0.4.0 btpip install Flask-SQLAlchemy==2.5.1 btpip install future==0.18.2 btpip install gevent==21.12.0 btpip install gevent-websocket==0.10.1 btpip install google-api-core==2.3.2 btpip install google-api-python-client==2.33.0 btpip install google-auth==2.3.3 btpip install google-auth-httplib2==0.1.0 btpip install google-auth-oauthlib==0.4.6 btpip install google-cloud-core==2.2.1 btpip install google-cloud-storage==1.43.0 btpip install google-resumable-media==2.1.0 btpip install googleapis-common-protos==1.54.0 btpip install greenlet==1.1.2 btpip install httplib2==0.20.2 btpip install idna==2.8 btpip install iniparse==0.5 btpip install ipaddress==1.0.23 btpip install IPy==1.0 btpip install itsdangerous==2.1.2 btpip install Jinja2==3.1.1 btpip install jmespath==0.9.4 btpip install kitchen==1.2.6 btpip install MarkupSafe==2.1.1 btpip install mongo==0.2.0 btpip install oauthlib==3.1.1 btpip install oss2==2.15.0 btpip install paramiko==2.8.1 btpip install peewee==3.13.1 btpip install Pillow==8.4.0 btpip install protobuf==3.19.1 btpip install psutil==5.9.0 btpip install pyasn1==0.4.8 btpip install pyasn1-modules==0.2.8 btpip install pycparser==2.19 btpip install pycryptodome==3.14.1 btpip install Pygments==2.7.4 btpip install pyinotify==0.9.6 btpip install pymongo==3.10.1 btpip install PyMySQL==1.0.2 btpip install PyNaCl==1.4.0 btpip install pyOpenSSL==20.0.0 btpip install pyparsing==2.4.6 btpip install pyPdf==1.13 btpip install PySocks==1.7.1 btpip install pytz==2019.3 btpip install pyudev==0.22.0 btpip install pyxattr==0.7.1 btpip install PyYAML==5.4 btpip install qiniu==7.5.0 btpip install qrcode==7.3.1 btpip install redis==4.0.2 btpip install requests==2.26.0 btpip install requests-file==1.5.1 btpip install requests-oauthlib==1.3.0 btpip install rsa==4.8 btpip install six==1.16.0 btpip install soupsieve==1.9.5 btpip install SQLAlchemy==1.4.28 btpip install supervisor==4.2.2 btpip install upyun==2.5.5 btpip install uritemplate==3.0.1 btpip install urlgrabber==4.1.0 btpip install urllib3==1.26.7 btpip install websocket-client==1.2.3 btpip install Werkzeug==2.1.1跑完要好久的時間,慢慢等
接下重啟
reboot輸入
bt 1 bt 14或者輸入bt后輸入序號就行了
推薦安裝Nginx 1.18
Mysql 5.5
PHP 7.2?
總結
以上是生活随笔為你收集整理的玩客云安装好armbian5.9后后续安装宝塔7.x版本的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 小游戏2c++
- 下一篇: 祝大家新春快乐,万事如意!