mirror of
https://github.com/v2board/v2board.git
synced 2024-11-10 09:39:10 +08:00
update
This commit is contained in:
parent
b7f37bbe63
commit
41e8b8e6fc
@ -10,7 +10,7 @@
|
||||
|
||||
## 演示
|
||||
|
||||
建设中...
|
||||
[Demo](https://v2board.com)
|
||||
演示站点由 👉[Moack](https://www.moack.co.kr/index.php?rp=/announcements/5/11.html)👈 强力驱动
|
||||
|
||||
## 本地环境部署
|
||||
@ -28,6 +28,7 @@
|
||||
> ```
|
||||
>
|
||||
|
||||
> 每次修改 `.env` 文件后需要执行 `php artisan config:cache` 重建缓存
|
||||
|
||||
|
||||
## Docker 环境部署
|
||||
@ -41,9 +42,9 @@
|
||||
> docker run --rm -v $(pwd):/app composer sh init.sh
|
||||
> ```
|
||||
4. 执行 `docker-compose up -d` 启动服务
|
||||
> 每次修改 `.env` 文件后需要执行 `docker run --rm -v $(pwd):/app composer artisan config:cache` 重建缓存
|
||||
|
||||
## 注意
|
||||
每次修改 `.env` 文件后需要执行 `docker run --rm -v $(pwd):/app composer artisan config:cache`
|
||||
|
||||
伪静态:
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user