- Clone the repo.
- Go to dir with repo.
- Run
build.sh
to build the app. - Start the app with
docker-compose up
. - Copy
www/wp-config-sample.php
towww/wp-config.php
. - Copy
.htaccess-sample
to.htaccess
. - Open Adminer on http://wp-stack.localhost:81, login (root/pass) and create new database
wp-stack
(collationutf8mb4_general_ci
). - Open http://wp-stack.localhost/wp-admin/install.php and finish installation.
- Activate theme in administration
- Clone the repo.
- Go to dir with repo.
- Run
build.sh
to build the app. - Start the app with
docker-compose up
. - Import your SQL dump to database and copy uploads folder to
www/wp-content/uploads
. - Inside
www
folder, copywp-config-sample.php
towp-config.php
and update DB and URL settings. Make sure that URL is the same both in DB andwp-config.php
. - You are all set!