357c02a6beb35b803bee9e282f34ea69af1e5e80
wiki/amazon-ec2.md
| ... | ... | @@ -82,9 +82,9 @@ The architecture is divided into logical tiers. These are represented by firewal |
| 82 | 82 | Create a new Analytics instance as described in detail here [[wiki/amazon-ec2-create-new-app-instance]]. You should use a configuration like the following. If you want to bring the code to a defined level then make sure to specify the BUILD-FROM and BUILD-COMPLETE_NOTIFY variables. If you leave them empty the instance will start using a very old build. |
| 83 | 83 | |
| 84 | 84 | <pre> |
| 85 | -BUILD-FROM=master |
|
| 86 | -RUN-TESTS=False |
|
| 87 | -SERVER-STARTUP-NOTIFY=simon.marcel.pamies@sap.com |
|
| 85 | +BUILD_FROM=master |
|
| 86 | +RUN_TESTS=False |
|
| 87 | +SERVER_STARTUP-NOTIFY=simon.marcel.pamies@sap.com |
|
| 88 | 88 | SERVER_NAME=LIVE1 |
| 89 | 89 | MEMORY=1024m |
| 90 | 90 | REPLICATION_HOST=172.31.25.253 |