Skip to content

Commit

Permalink
Added WP CLI steps
Browse files Browse the repository at this point in the history
  • Loading branch information
speedyprem committed Oct 31, 2020
1 parent c741c3e commit 0c10f51
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,10 @@ After login into container run the following command:
apt-get update
apt-get install vim
```

### Install WP CLI
curl -O https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar
php wp-cli.phar --info
chmod +x wp-cli.phar
mv wp-cli.phar /usr/local/bin/wp
wp --info
3 changes: 1 addition & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ services:
MYSQL_ROOT_PASSWORD: ""
networks:
- "back"
# CONTAINER - PHPMYADMIN :
# https://hub.docker.com/r/phpmyadmin/phpmyadmin
# CONTAINER - PHPMYADMIN: https://hub.docker.com/r/phpmyadmin/phpmyadmin
phpmyadmin:
depends_on:
- mysql
Expand Down

0 comments on commit 0c10f51

Please sign in to comment.