Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3354312
D3694.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
D3694.diff
View Options
diff --git a/services/package.json b/services/package.json
--- a/services/package.json
+++ b/services/package.json
@@ -21,6 +21,7 @@
"run-all-services": "./scripts/run_all_services.sh",
"test-all-services": "./scripts/test_all_services.sh",
"test-all-services-dev-mode": "export COMM_SERVICES_DEV_MODE=1 && ./scripts/test_all_services.sh",
- "run-all-services-dev-mode": "export COMM_SERVICES_DEV_MODE=1 && ./scripts/run_all_services.sh"
+ "run-all-services-dev-mode": "export COMM_SERVICES_DEV_MODE=1 && ./scripts/run_all_services.sh",
+ "run-local-cloud": "./scripts/run_local_cloud.sh"
}
}
diff --git a/services/scripts/run_local_cloud.sh b/services/scripts/run_local_cloud.sh
new file mode 100755
--- /dev/null
+++ b/services/scripts/run_local_cloud.sh
@@ -0,0 +1,13 @@
+#!/bin/bash
+
+set -e
+
+# use the commented-out command to force container recreation
+# docker-compose up -d --force-recreate localstack
+docker-compose up -d localstack
+
+pushd terraform
+
+./run.sh
+
+popd # terraform
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Nov 24, 12:46 PM (21 h, 29 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2575624
Default Alt Text
D3694.diff (1 KB)
Attached To
Mode
D3694: [services] Dev mode - Add scripts for running local cloud
Attached
Detach File
Event Timeline
Log In to Comment