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
@@ -49,5 +49,50 @@ Replace XXX.env with the environment definition file of the environment for whic
49
49
### Other Files
50
50
51
51
*```example.env```: template of the .env file required by the Docker compose YAML files
52
-
*```tdei_uw.env```: .env for deployment at UW's TDEI center. Only UW should use this, new users should adapt example.env to suit their needs. LTG: remove this file from this repo.
52
+
*```tdei_uw.env```: .env for deployment at UW's TDEI center. Only UW should use this, new users should adapt example.env to suit their needs. LTG: remove this file from this repo.
53
53
54
+
# Local Development
55
+
56
+
### To build images for local development
57
+
58
+
You will need access to prepopulated .env files that are not in version control. Specifically local.dev.env for the rest of these steps, which is assumed to be found in the workspaces-stack root directory.
59
+
60
+
Add (or merge) the following to your ```/etc/hosts``` file:
You will also need to increase the total amount of system memory available to Docker containers to 10+ GB. In Docker Desktop you find this in Settings -> Resources -> Memory Limit.
0 commit comments