project wpci
WordPress Continuous Integration
shov/wpci
WordPress Continuous Integration
- Wednesday, February 28, 2018
- by shov
- Repository
- 1 Watchers
- 1 Stars
- 14 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 4 Versions
- 0 % Grown
, (*1)
WordPress Continuous Integration, (*2)
, (*3)
Moved to this repo., (*4)
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
, (*5)
-
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 ./.env
and start docker with docker-compose up --build -d
You can check all container running well using docker-compose ps
,
and stop all with docker-compose stop
or docker-compose down
to remove all containers as well, (*6)
-
Open website on localhost
in your browser and make install wordpress using values from
new-site/docker-config/.env
for database configuration, as host put mysql
, (*7)
-
Go wp admin Appearance -> Themes and turn on the wpci theme (it should be in the list), (*8)
- Go Settings -> Permalinks and turn off plain mode
-
Go Plugins and activate Advanced Custom Fields plugin, (*9)
-
Research src/app/App.php to understanding routes, (*10)
Development
The project still under construction, as the task board I'm using Trello, (*11)
dev-master
9999999-dev
WordPress Continuous Integration
Sources
Download
BSD-2-Clause
The Requires
The Development Requires
by
Alexandr Shevchenko
wordpress
wp
wpci
v0.1
0.1.0.0
WordPress Continuous Integration
Sources
Download
BSD-2-Clause
The Requires
The Development Requires
by
Alexandr Shevchenko
wordpress
wp
wpci
dev-dev
dev-dev
WordPress Continuous Integration
Sources
Download
BSD-2-Clause
The Requires
The Development Requires
by
Alexandr Shevchenko
wordpress
wp
wpci
v1.0
1.0.0.0
WordPress Continuous Integration
Sources
Download
BSD-2-Clause
The Requires
The Development Requires
by
Alexandr Shevchenko
wordpress
wp
wpci