You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Local path to the All-in-One WP Migration Unlimited Extension plugin zip file.
17
-
# If you don't have this plugin, set `INSTALL_LOCAL_AIOMUE_PLUGIN` to false.
18
+
## Local path to the All-in-One WP Migration Unlimited Extension plugin zip file.
19
+
## Not used unless INSTALL_LOCAL_AIOMUE_PLUGIN is set to true.
18
20
LOCAL_AIOMUE_PATH='/Users/Jacob/Projects/Assets/Packages/WordPress/Plugins/All In One Migration Unlimited Extension/all-in-one-wp-migration-unlimited-extension_2.65.zip'
19
21
20
-
# Turn settings on/off with true/false values:
21
-
22
-
## THEMES
23
-
24
-
### Installs official Default WordPress Theme
25
-
INSTALL_DEFAULT_THEME=true
26
-
27
-
### Installs CassidyWP Starter Block Theme
28
-
INSTALL_STARTER_THEME=true
29
-
30
-
## PLUGINS
31
-
32
-
### Installs All-in-One WP Migration plugin
33
-
INSTALL_AIOM_PLUGIN=true
34
-
35
-
### Installs All-in-One WP Migration Unlimited Extension plugin from local machine zip file
36
-
INSTALL_LOCAL_AIOMUE_PLUGIN=false
37
-
38
-
### Installs Query Monitor plugin
39
-
INSTALL_QUERY_MONITOR_PLUGIN=true
40
-
41
-
## WIDGETS
42
-
43
-
### Hides default WordPress dashboard widgets for user 1
44
-
HIDE_DASHBOARD_WIDGETS=true
45
-
46
-
## FILES
47
-
48
-
### Installs Spatie Ray connection files to work with Docker containers
49
-
INSTALL_RAY_CONNECTIONS=true
50
-
51
-
### Installs local Git repo and .gitignore file for the project
52
-
INSTALL_GIT=true
22
+
# SETTINGS - Turn settings on/off with true/false values
53
23
54
24
## DEBUGGING
55
-
56
-
### Adds WordPress debugging and env settings
25
+
### Add WordPress debugging and env settings
57
26
INSTALL_WP_DEBUG_SETTING=true
58
-
59
-
### Set values for WP debugging and env settings
27
+
### Set values for WP debugging and env settings.
28
+
### Only used if INSTALL_WP_DEBUG_SETTING is set to true.
60
29
if$INSTALL_WP_DEBUG_SETTING;then
61
30
WP_DEBUG_VALUE=true
62
31
WP_DEBUG_DISPLAY_VALUE=false
@@ -65,3 +34,27 @@ if $INSTALL_WP_DEBUG_SETTING; then
65
34
WP_ENVIRONMENT_TYPE_VALUE='development'
66
35
WP_DEVELOPMENT_MODE_VALUE='theme'
67
36
fi
37
+
38
+
## FILES
39
+
### Install Spatie Ray connection files to work with Docker containers
40
+
INSTALL_RAY_CONNECTIONS=true
41
+
### Install local Git repo and .gitignore file for the project
42
+
INSTALL_GIT=true
43
+
44
+
## PLUGINS
45
+
### Install All-in-One WP Migration plugin
46
+
INSTALL_AIOM_PLUGIN=true
47
+
### Install All-in-One WP Migration Unlimited Extension plugin from local machine zip file
48
+
INSTALL_LOCAL_AIOMUE_PLUGIN=false
49
+
### Install Query Monitor plugin
50
+
INSTALL_QUERY_MONITOR_PLUGIN=true
51
+
52
+
## THEMES
53
+
### Install official Default WordPress Theme
54
+
INSTALL_DEFAULT_THEME=true
55
+
### Install CassidyWP Starter Block Theme
56
+
INSTALL_STARTER_THEME=true
57
+
58
+
## WIDGETS
59
+
### Hide default WordPress dashboard widgets for user 1
0 commit comments