## 自动安装: 进入项目根目录 1. `composer install` 2. 直接访问项目地址即可! ## 手动拷贝 1. 修改.env 数据库等相关配置 2. 添加cache、web/assets、web/admin/assets、web/api/assets等缓存、资源文件夹 ```shell mkdir cache web/assets web/admin/assets web/api/assets ``` 3. 添加web/storage/install.txt安装标识文件 ```shell touch web/storage/install.txt ``` 4. 拷贝vender目录 5. 添加local配置文件