- Install Docker for your O.S.
- Clone this repository
- Open a terminal and access the directory where you've cloned this repository
- Run this command
docker-compose up -d
and wait for everything to finish, although it´ll exit, the server will be running in the background - Access your WordPress in
http://localhost:8000
- It'll probably ask you to setup the site, use the following config and then click on "Instalar Wordpress":
Titulo del sitio: Security Tests
Nombre del usuario: admin
contrasena: admin
confirma la contrasena: si, checked
tu correo: [email protected]
visibilidad en motores: no, unchecked
- Done, now login with user
admin
and passwordadmin
- Last, add a host as this one. If you're on Linux/UNIX run
nano /etc/hosts
and add a line with this127.0.0.1 wordpress-security.com
. We may use this in some tools.
Make sure your docker images are running. You can validate this using the docker dashboard (you've already installed it).
http://localhost:8000/wp-admin/
- Docker:
- We're using the Docker image for WordPress that runs on php7.3 apache. It should be similar to the real environment