File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -17,16 +17,16 @@ For be able to manipulate easily the files of wordpress you need to:
17
17
- allow conection from any host
18
18
- create a database with the same name with all priviledges
19
19
2 . Download the WordPress core using
20
- - ` docker exec wp_server wp core download `
20
+ - ` docker-compose exec wp_server wp core download `
21
21
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 `
23
23
- 1/12 --dbname=<** dbname** >: ` YOUR_DB_NAME `
24
24
- 2/12 --dbuser=<** dbuser** >: ` USER_CREATED_AT_1 `
25
25
- 3/12 [ --dbpass=<** dbpass** >] : ` PASS_CREATED_AT_1 `
26
26
- 4/12 [ --dbhost=<** dbhost** >] : ` wp_mariadb `
27
27
- 5...12 - Default values set by enter
28
28
4 . Install WordPress site
29
- - ` docker exec -ti wp_server wp core install --prompt `
29
+ - ` docker-compose exec wp_server wp core install --prompt `
30
30
- 1/6 --url=<** url** >: ` localhost `
31
31
- 2...6 - Your personal configuration
32
32
You can’t perform that action at this time.
0 commit comments