Loading... 简介 ![萌音影视][1]是一款基于优雅的laravel框架和一点都不妹子的妹子UI的在线影视应用,特点是无数据库、无后台模式,仅只有一个配置文件(config/web.php),而且无广告,支持vip解析,官方源,速度快,多频道,多分类。而且即将新增独立的频道、首页电视台直播、多解析接口等功能,观看时不走自己服务器流量,感觉挺不错的,有兴趣的可以搭建个玩玩。 截图 请输入图片描述 请输入图片描述 请输入图片描述 安装 Github地址:https://github.com/178146582/moeins 环境要求:Nginx/Apache、PHP 5.6+,curl、OpenSSL扩展,Composer 1、安装宝塔 #Centos系统 yum install -y wget && wget -O install.sh http://download.bt.cn/install/install.sh && sh install.sh #Ubuntu系统 wget -O install.sh http://download.bt.cn/install/install-ubuntu.sh && sudo bash install.sh #Debian系统 wget -O install.sh http://download.bt.cn/install/install-ubuntu.sh && bash install.sh 安装完成后,进入面板,点击左侧软件管理,然后安装PHP 5.6+、Nginx或Apache。 再点击左侧软件管理-PHP设置-禁用函数-删除proc_open和proc_get_status。 2、安装Composer curl -sS https://getcomposer.org/installer | php mv composer.phar /usr/local/bin/composer 3、安装源码 点击左侧网站,添加站点,使用命令: cd www/wwwroot/xx.com git clone https://github.com/178146582/moeins.git #如果移动的时候有mv提示,直接Enter即可 mv moeins/{,.}* ./ composer install chmod -R 777 ./ 4、网站设置 进入到域名设置,点击网站目录,去除跨站攻击的√,并设置运行目录为public。 然后如果你是Apache服务器,项目目录下的.htaccess已经配置好重写规则,可以不管;如果你是Nginx服务器,则需要点击伪静态设置,填入以下代码: location / { try_files $uri $uri/ /index.php$is_args$query_string; } 5、PHP执行以下命令 cd /www/wwwroot/xx.com php -r "file_exists('.env') || copy('.env.example', '.env');" php artisan key:generate 最后打开域名即可,网站相关设置去网站根目录config/web.php文件下修改。 [1]: https://cuiyonglv.cn/usr/uploads/2020/10/3562821153.png 最后修改:2021 年 10 月 21 日 © 允许规范转载 打赏 赞赏作者 支付宝微信 赞 如果觉得我的文章对你有用,请随意赞赏