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
Copy file name to clipboardExpand all lines: README.md
+27-18Lines changed: 27 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,6 +58,7 @@ Replace XXX.env with the environment definition file of the environment for whic
58
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
59
60
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.
@@ -67,29 +68,37 @@ You will also need to increase the total amount of system memory available to Do
67
68
Comment out the ```osm-log-proxy``` section from ```docker-compose.yml``` as aggregate logging is not available locally.
68
69
69
70
```docker-compose build```
70
-
71
+
71
72
```cp local.dev.env .env```
72
-
73
+
73
74
```docker-compose up -d```
74
75
75
76
Now we are ready to finalize configuration on each container.
76
77
77
-
```docker-compose run --rm --entrypoint=bash frontend```
78
-
```npm i```
79
-
```exit```
80
-
81
-
```docker-compose run --rm --entrypoint=bash rapid```
82
-
```npm i```
83
-
```exit```
84
-
85
-
```docker-compose run --rm --entrypoint=bash pathways-editor```
86
-
```npm i```
87
-
```exit```
88
-
89
-
```docker-compose run --rm --entrypoint=bash osm-rails```
0 commit comments