thewebmen / silverstripe-installer
该软件包最新版本(1.8)的许可证信息不可用。
默认silverstripe安装程序的扩展
1.8
2019-11-19 08:58 UTC
Requires
- php: >=5.6.0
- silverstripe/recipe-cms: 4.4.4@stable
- silverstripe/recipe-plugin: ^1.2
Requires (Dev)
- friendsofphp/php-cs-fixer: ^2.14
- phpunit/phpunit: ^5.7
This package is auto-updated.
Last update: 2024-08-28 11:05:36 UTC
README
默认silverstripe安装程序的扩展
使用方法
运行
composer create-project thewebmen/silverstripe-installer . --ignore-platform-reqs
然后使用以下设置运行docker
docker-compose up --build
- 打开 http://localhost:8080
Gulp
以下gulp命令可用
- gulp(构建js和sass,并监视两者)
- gulp js(构建js)
- gulp watchjs(监视js)
- gulp sass(构建sass)
- gulp watchsass(监视sass)
使用eslint进行JavaScript代码检查,请确保在phpstorm中启用eslint
部署
在deploy.php中替换以下变量
- repository
- hostname
- user
- deploy_path
测试
要测试项目的编码风格,请运行命令:make test
。
需求
- Composer
- NPM
- Docker