From dfd4e52db59898d5e2183b29c8fca4e2506e4e88 Mon Sep 17 00:00:00 2001 From: ryota <> Date: Mon, 10 Sep 2018 19:41:57 +0900 Subject: [PATCH 1/4] Modify .env --- env-sample | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/env-sample b/env-sample index c41cfbd..7a2d697 100644 --- a/env-sample +++ b/env-sample @@ -4,9 +4,13 @@ MYSQL_DATABASE=wordpress # Only first build WP_ROOT=/var/www/html WP_URL=http://localhost -WP_VERSION=4.8.2 +WP_VERSION=4.9.8 WP_DB_PREFIX=wp_ WP_ADMIN_USER=root WP_ADMIN_PASSWORD=root WP_ADMIN_EMAIL=root@example.com WP_CURRENT_THEME=sampletheme +# Install plugins +WP_INSTALL_PLUGINS=query-monitor wordpress-seo +# Sample Plugin list +# rewrite-rules-inspector addquicktag intuitive-custom-post-order From d2135ca0384e07f47b75ff86a6304ac5f63fea9f Mon Sep 17 00:00:00 2001 From: ryota <> Date: Mon, 10 Sep 2018 19:44:28 +0900 Subject: [PATCH 2/4] Add goutenberg into sample plugin list --- env-sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/env-sample b/env-sample index 7a2d697..c9b2163 100644 --- a/env-sample +++ b/env-sample @@ -13,4 +13,4 @@ WP_CURRENT_THEME=sampletheme # Install plugins WP_INSTALL_PLUGINS=query-monitor wordpress-seo # Sample Plugin list -# rewrite-rules-inspector addquicktag intuitive-custom-post-order +# rewrite-rules-inspector addquicktag intuitive-custom-post-order gutenberg From 19a11375e149c83478c0c89d938ceb9747c96eb3 Mon Sep 17 00:00:00 2001 From: ryota <> Date: Tue, 11 Sep 2018 16:32:38 +0900 Subject: [PATCH 3/4] Add WP_OPTIONS_SETUP to env-sample for initializing wp_options setup --- env-sample | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/env-sample b/env-sample index c9b2163..879e730 100644 --- a/env-sample +++ b/env-sample @@ -1,6 +1,7 @@ # Copy and create ".env" file same directory MYSQL_ROOT_PASSWORD=password MYSQL_DATABASE=wordpress + # Only first build WP_ROOT=/var/www/html WP_URL=http://localhost @@ -10,7 +11,11 @@ WP_ADMIN_USER=root WP_ADMIN_PASSWORD=root WP_ADMIN_EMAIL=root@example.com WP_CURRENT_THEME=sampletheme -# Install plugins -WP_INSTALL_PLUGINS=query-monitor wordpress-seo -# Sample Plugin list + +# Install Plugins +# Sample: # rewrite-rules-inspector addquicktag intuitive-custom-post-order gutenberg +WP_INSTALL_PLUGINS=query-monitor wordpress-seo + +# Init wp_options setup +WP_OPTIONS_SETUP=blog_public:0 default_pingback_flag:0 thread_comments:0 comments_notify:0 show_avatars:0 use_smiles:0 ping_status:closed comment_status:closed From fd0912ee9a40a1f44d30e2eafba1ad6e96182b9e Mon Sep 17 00:00:00 2001 From: ryota <> Date: Wed, 12 Sep 2018 11:04:53 +0900 Subject: [PATCH 4/4] Modify content for making PR simply --- env-sample | 3 --- 1 file changed, 3 deletions(-) diff --git a/env-sample b/env-sample index 879e730..63b04cf 100644 --- a/env-sample +++ b/env-sample @@ -16,6 +16,3 @@ WP_CURRENT_THEME=sampletheme # Sample: # rewrite-rules-inspector addquicktag intuitive-custom-post-order gutenberg WP_INSTALL_PLUGINS=query-monitor wordpress-seo - -# Init wp_options setup -WP_OPTIONS_SETUP=blog_public:0 default_pingback_flag:0 thread_comments:0 comments_notify:0 show_avatars:0 use_smiles:0 ping_status:closed comment_status:closed