shov/wpci
Composer 安装命令:
composer create-project shov/wpci
包简介
WordPress Continuous Integration
关键字:
README 文档
README
WordPress Continuous Integration
Moved to this repo.
Usage
-
Start with
composer create-project --prefer-dist shov/wpci ./new-site, it will download wordpress to./new-site/wordpress, and other required packages to./new-site/vendor -
The next step is run docker containers, to start application locally. You should have installed docker-ce and docker-compose as well.
cd ./new-site/docker-config, prepare environment data:cp ./.env.example ./.envand start docker withdocker-compose up --build -dYou can check all container running well usingdocker-compose ps, and stop all withdocker-compose stopordocker-compose downto remove all containers as well -
Open website on
localhostin your browser and make install wordpress using values fromnew-site/docker-config/.envfor database configuration, as host putmysql -
Go wp admin Appearance -> Themes and turn on the wpci theme (it should be in the list)
-
Go Settings -> Permalinks and turn off plain mode
-
Go Plugins and activate Advanced Custom Fields plugin
-
Research src/app/App.php to understanding routes
Development
The project still under construction, as the task board I'm using Trello
统计信息
- 总下载量: 14
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: BSD-2-Clause
- 更新时间: 2017-12-11