github地点 : https://github.com/Rudloff/alltube
环境要求: Mysql至 5.6+
、 Nginx
、PHP 建议 7.1
、 fileinfo
、 intl
。
1.安装宝塔
参考 宝塔教程
2.添加网站
LNMP环境摆设完成后,打开宝塔面板,添加网站。
3.源码安装
#请更换demo.baiyue.one为自身的域名后,拷贝全部下令后粘贴到ssh工具 cd /www/wwwroot/demo.baiyue.one #留意更换demo.baiyue.one yum -y install epel-release && yum -y install unzip wget https://github.com/Rudloff/alltube/releases/download/1.2.5/alltube-1.2.5.zip unzip alltube-1.2.5.zip -d /www/wwwroot/demo.baiyue.one #留意更换demo.baiyue.one cp config/config.example.yml config/config.yml
4.宝塔面板设置
location ~ /\. { deny all; } location / { try_files $uri /index.php?$args; }
php安装扩展
fileinfo
、intl
此历程需要等一分钟。php禁用函数里删除
propen
、proc_open
完成以上步骤即可进入网站首页,默认支持中文。
别的
关于升级
git pull yarn install --prod composer install
备注:
官网演示站测试时偶然候不稳固,大概与多人使用有关系,自身搭建使用体验很流畅。
演示地点: https://alltubedownload.net
评论留言