wordpress alpine added php7-iconv
This commit is contained in:
2
Makefile
2
Makefile
@@ -48,7 +48,7 @@ build:
|
||||
$(SUDO) docker-compose -f $(COMPOSE) build
|
||||
|
||||
up: $(VOLUMES_D)
|
||||
$(SUDO) docker-compose -f $(COMPOSE) up -d
|
||||
$(SUDO) docker-compose -f $(COMPOSE) up
|
||||
|
||||
# list images, containers, volumes
|
||||
list:
|
||||
|
||||
@@ -230,4 +230,6 @@ sudo / find -type s
|
||||
- [cli commands](https://developer.wordpress.org/cli/commands/)
|
||||
- [cli install wordpress](https://make.wordpress.org/cli/handbook/how-to-install/)
|
||||
- `/wp-admin`
|
||||
- [alias localhost](https://stackoverflow.com/questions/19425086/alias-hostname-for-localhost)
|
||||
- `sudo /etc/hosts` -> `127.0.0.1 hulamy.42.fr`
|
||||
|
||||
|
||||
@@ -17,10 +17,10 @@ WP_DIR=/var/www/html
|
||||
WP_URL=hulamy.42.fr
|
||||
WP_TITLE=title
|
||||
|
||||
WP_ADMIN=admin
|
||||
WP_ADMIN=hulamy
|
||||
WP_ADMIN_PSWD="you shall not password !"
|
||||
WP_ADMIN_EMAIL=admin@email.fr
|
||||
WP_ADMIN_EMAIL=hulamy@42.fr
|
||||
|
||||
WP_USER=user
|
||||
WP_USER=moehu36
|
||||
WP_USER_PSWD="it's a secret for nobody"
|
||||
WP_USER_EMAIL=user@email.fr
|
||||
WP_USER_EMAIL=moehu36@42.fr
|
||||
|
||||
@@ -29,6 +29,7 @@
|
||||
php7-mysqli \
|
||||
php7-phar \
|
||||
php7-json \
|
||||
php7-iconv \
|
||||
mariadb-client \
|
||||
curl \
|
||||
bash vim
|
||||
|
||||
Reference in New Issue
Block a user