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:
1717 - allow conection from any host
1818 - create a database with the same name with all priviledges
19192 . Download the WordPress core using
20- - ` docker exec wp_server wp core download `
20+ - ` docker-compose exec wp_server wp core download `
21213 . 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
28284 . 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
You can’t perform that action at this time.
0 commit comments