lightwerk/surfcaptaindistribution

Lightwerk SurfCaptain Distribution

2.0.1 2017-06-02 10:21 UTC

This package is auto-updated.

Last update: 2024-09-20 00:46:22 UTC


README

要安装一个运行中的 SurfCaptain 实例,您应使用包含所有 composer 依赖的发行版包。遵循以下步骤进入设置

git clone git@github.com:lightwerk/SurfCaptainDistribution.git
cd surfcaptaindistribution
composer install
sudo ./flow core:setfilepermissions <cli-user> <www-user> <group>
Now go to http://<your-domain>/setup and follow the on-screen instructions.

自定义配置

当然,您可以手动编辑 ``Configuration/Settings.yaml``。您可以在 SurfCaptain 包中找到示例配置

有关详细说明,请参阅 SurfCaptain 包中的 Configuration.md https://github.com/lightwerk/SurfCaptain/blob/master/Documentation/Configuration.md

其他文档

查看 https://github.com/lightwerk/SurfCaptain/blob/master/Documentation/

故障排除

如果您在导航到 /setup URL 时遇到问题,请查看 Configuration/Routes.yaml 并将其与 Packages/Application/Lightwerk.SurfCaptain/Configuration/Routes.yaml 进行比较。