e1b214f989f2576993d27e21cab1b6a29a60c648
wiki/amazon-ec2-create-new-app-instance.md
| ... | ... | @@ -20,15 +20,17 @@ Leave Kernel and RAM disk to Default. Then put the configuration for this server |
| 20 | 20 | <img src="/wiki/images/amazon/UserDataDetails.JPG" width="70%" height="70%"/> |
| 21 | 21 | |
| 22 | 22 | <pre> |
| 23 | -INSTALL_FROM_RELEASE=master-201311062138 |
|
| 23 | +INSTALL_FROM_RELEASE=name-of-release |
|
| 24 | 24 | USE_ENVIRONMENT=live-server |
| 25 | -BUILD_COMPLETE_NOTIFY=simon.marcel.pamies@sap.com |
|
| 26 | -SERVER_STARTUP_NOTIFY=simon.marcel.pamies@sap.com |
|
| 25 | +MONGODB_PORT=10201 |
|
| 26 | +MONGODB_NAME=myspecificevent |
|
| 27 | +REPLICATION_CHANNEL=myspecificevent |
|
| 28 | +SERVER_NAME=MYSPECIFICEVENT |
|
| 29 | +BUILD_COMPLETE_NOTIFY=youe.name@sap.com |
|
| 30 | +SERVER_STARTUP_NOTIFY=your.name@sap.com |
|
| 27 | 31 | </pre> |
| 28 | 32 | |
| 29 | -It does not really matter which SERVER_PORT (if you specify one) you use because there is only one app per instance. But this makes it easier to configure instances for Apache, a Load Balancer or other uses. If you want to create a cluster that is self-replicating and has a load balancer in front of it then make sure that all your instances are running on the same port! |
|
| 30 | - |
|
| 31 | -Provide your instance with an useful name. |
|
| 33 | +Provide your instance with an useful name. Usually, an SAP Sailing Analytics server instance should have a name that starts with "SL". |
|
| 32 | 34 | |
| 33 | 35 | <img src="/wiki/images/amazon/StartInstance5.JPG" width="70%" height="70%"/> |
| 34 | 36 |