From c6bf5ac38534e8b5619347a9aedad8a4969c8922 Mon Sep 17 00:00:00 2001 From: dianjuar Date: Tue, 31 Oct 2017 13:48:02 -0500 Subject: [PATCH] Updated commands on the readme used to create a wordpress installation --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 09b6ec5..058d74e 100644 --- a/README.md +++ b/README.md @@ -17,16 +17,16 @@ For be able to manipulate easily the files of wordpress you need to: - allow conection from any host - create a database with the same name with all priviledges 2. Download the WordPress core using - - `docker exec wp_server wp core download` + - `docker-compose exec wp_server wp core download` 3. Create your `wp-config` file - - `docker exec -ti wp_server wp core config --prompt` + - `docker-compose exec wp_server wp core config --prompt` - 1/12 --dbname=<**dbname**>: `YOUR_DB_NAME` - 2/12 --dbuser=<**dbuser**>: `USER_CREATED_AT_1` - 3/12 [--dbpass=<**dbpass**>]: `PASS_CREATED_AT_1` - 4/12 [--dbhost=<**dbhost**>]: `wp_mariadb` - 5...12 - Default values set by enter 4. Install WordPress site - - `docker exec -ti wp_server wp core install --prompt` + - `docker-compose exec wp_server wp core install --prompt` - 1/6 --url=<**url**>: `localhost` - 2...6 - Your personal configuration