wiki/amazon-ec2-create-new-app-instance.md
... ...
@@ -22,9 +22,10 @@ Select the correct instance type. Micro also works if you don't want to put that
22 22
Leave Kernel and RAM disk to Default. Then put the configuration for this server into the text area labeled "User Data". This configuration should at least contain `MONGODB_*` and `REPLICATION_*` parameters. Here one example:
23 23
24 24
<pre>
25
-BUILD-FROM=master
26
-RUN-TESTS=False
27
-SERVER-STARTUP-NOTIFY=simon.marcel.pamies@sap.com
25
+BUILD_BEFORE_START=True
26
+BUILD_FROM=master
27
+RUN_TESTS=False
28
+SERVER_STARTUP-NOTIFY=simon.marcel.pamies@sap.com
28 29
SERVER_NAME=LIVE1
29 30
MEMORY=1024m
30 31
REPLICATION_HOST=172.31.25.253