@extends('layouts.admin') @section('title', '命令速查表') @section('content')
supervistorctl start all
supervistorctl start lae-web
或者
art octane:start
supervistorctl start lae-queue
supervistorctl start lae-schedule
supervistorctl stop all
supervistorctl stop lae-web
或者
art octane:stop
supervistorctl stop lae-queue
supervistorctl stop lae-schedule
supervistorctl restart all
supervistorctl restart lae-web
或者
art octane:restart
*重载art octane:reload
supervistorctl restart lae-queue
supervistorctl restart lae-schedule
art down
art up
*如果是大更新,需要启动维护模式。
首先,拉取最新代码sudo -u www git pull
composer install --no-dev
art migrate
art optimize
supervisorctl restart all
supervisorctl restart lae-web