895
38
3322
管理员
签到天数: 1643 天
[LV.Master]伴坛终老
yum install -y wget && wget -O install.sh https://download.bt.cn/install/install_6.0.sh && sh install.sh ed8484bec
[root@ecs-fcd1 ~]# cd /www/wwwroot/ceshi/ [root@ecs-fcd1 ceshi]# chattr -i .user.ini [root@ecs-fcd1 ceshi]# rm -rf .htaccess 404.html index.html .user.ini
[root@ecs-fcd1 ceshi]# git clone https://github.com/v2board/v2board.git ./ Cloning into '.'... remote: Enumerating objects: 18420, done. remote: Counting objects: 100% (294/294), done. remote: Compressing objects: 100% (154/154), done. remote: Total 18420 (delta 174), reused 228 (delta 135), pack-reused 18126 Receiving objects: 100% (18420/18420), 41.15 MiB | 1.30 MiB/s, done. Resolving deltas: 100% (13322/13322), done. [root@ecs-fcd1 ceshi]# ls app bootstrap config init.sh LICENSE pm2.yaml readme.md routes storage update_dev.sh artisan composer.json database library phpunit.xml public resources server.php tests update.sh
sh init.sh
[root@ecs-fcd1 ceshi]# chown -R www:www *
location /downloads { } location / { try_files $uri $uri/ /index.php$is_args$query_string; } location ~ .*\.(js|css)?$ { expires 1h; error_log off; access_log /dev/null; }
php /www/wwwroot/网站/artisan schedule:run
使用道具 举报
发表回复 回帖并转播 回帖后跳转到最后一页