Skip to content

Commit c6bf5ac

Browse files
committed
Updated commands on the readme used to create a wordpress installation
1 parent 61856bf commit c6bf5ac

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,16 @@ For be able to manipulate easily the files of wordpress you need to:
1717
- allow conection from any host
1818
- create a database with the same name with all priviledges
1919
2. Download the WordPress core using
20-
- `docker exec wp_server wp core download`
20+
- `docker-compose exec wp_server wp core download`
2121
3. Create your `wp-config` file
22-
- `docker exec -ti wp_server wp core config --prompt`
22+
- `docker-compose exec wp_server wp core config --prompt`
2323
- 1/12 --dbname=<**dbname**>: `YOUR_DB_NAME`
2424
- 2/12 --dbuser=<**dbuser**>: `USER_CREATED_AT_1`
2525
- 3/12 [--dbpass=<**dbpass**>]: `PASS_CREATED_AT_1`
2626
- 4/12 [--dbhost=<**dbhost**>]: `wp_mariadb`
2727
- 5...12 - Default values set by enter
2828
4. Install WordPress site
29-
- `docker exec -ti wp_server wp core install --prompt`
29+
- `docker-compose exec wp_server wp core install --prompt`
3030
- 1/6 --url=<**url**>: `localhost`
3131
- 2...6 - Your personal configuration
3232

0 commit comments

Comments
 (0)