Skip to content

Commit

Permalink
Updated commands on the readme used to create a wordpress installation
Browse files Browse the repository at this point in the history
  • Loading branch information
dianjuar committed Oct 31, 2017
1 parent 61856bf commit c6bf5ac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit c6bf5ac

Please sign in to comment.