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
Launch the **Apache** instance locally and setup a local MySQL database container for persistant database data, the goal is to create a easy to use development environment.
56
57
57
-
The **Apache** container the directory `/data` is shared to your local system via **Line 7** within `docker-container.local.yml` file
58
+
The **Apache** container the directory `/data` is shared to your local system via **Line 7** within `docker-compose.local.yml` file
58
59
59
60
60
61
---
@@ -63,18 +64,19 @@ The **Apache** container the directory `/data` is shared to your local system vi
63
64
64
65
Use the following command with Google Compute. This will create a [virtual machine instance](https://cloud.google.com/sdk/gcloud/reference/beta/compute/instances/create-with-container) running [COS](https://cloud.google.com/container-optimized-os/) (Container Operating System).
65
66
67
+
`.env.LIVE` will need to exist within the directory you execute the following command from:
0 commit comments