Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
kuaifan committed Jul 16, 2020
1 parent 119c4ac commit 7793fb9
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion install/BT.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ $ systemctl restart supervisord
- 进入服务器,切换至站点目录,然后依次运行以下命令:

```bash
$ composer install
$ composer update
$ php artisan migrate

$ npm install
Expand Down
2 changes: 1 addition & 1 deletion install/DOCKER.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ $ ./cmd mysql "your command" // 运行 mysql 命令
$ git fetch --all
$ git reset --hard origin/master
$ git pull
$ ./cmd composer install
$ ./cmd composer update
$ ./cmd artisan migrate

$ ./cmd npm install
Expand Down
2 changes: 1 addition & 1 deletion install/SERVER.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ server {
$ git fetch --all
$ git reset --hard origin/master
$ git pull
$ composer install
$ composer update
$ php artisan migrate

$ npm install
Expand Down
2 changes: 1 addition & 1 deletion install/en/DOCKER.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ $ ./cmd mysql "your command" // To run a mysql command
$ git fetch --all
$ git reset --hard origin/master
$ git pull
$ ./cmd composer install
$ ./cmd composer update
$ ./cmd artisan migrate

$ ./cmd npm install
Expand Down
2 changes: 1 addition & 1 deletion install/en/SERVER.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ server {
$ git fetch --all
$ git reset --hard origin/master
$ git pull
$ composer install
$ composer update
$ php artisan migrate

$ npm install
Expand Down

0 comments on commit 7793fb9

Please sign in to comment.