d77242d039befcf06c8fd5a2e105327aab048903
wiki/amazon-ec2.md
| ... | ... | @@ -2,6 +2,43 @@ |
| 2 | 2 | |
| 3 | 3 | [[_TOC_]] |
| 4 | 4 | |
| 5 | +## Quickstart |
|
| 6 | + |
|
| 7 | +- Web Server: ec2-54-229-94-254.eu-west-1.compute.amazonaws.com |
|
| 8 | +- Database and Queue Server: 172.31.25.253 |
|
| 9 | +- Using a release |
|
| 10 | +<pre> |
|
| 11 | +INSTALL_FROM_RELEASE=master-201311062138 |
|
| 12 | +USE_ENVIRONMENT=live-server |
|
| 13 | +BUILD_COMPLETE_NOTIFY=simon.marcel.pamies@sap.com |
|
| 14 | +SERVER_STARTUP_NOTIFY=simon.marcel.pamies@sap.com |
|
| 15 | +</pre> |
|
| 16 | +- Building |
|
| 17 | +<pre> |
|
| 18 | +BUILD_BEFORE_START=True |
|
| 19 | +BUILD_FROM=master |
|
| 20 | +RUN_TESTS=False |
|
| 21 | +COMPILE_GWT=True |
|
| 22 | +BUILD_COMPLETE_NOTIFY=simon.marcel.pamies@sap.com |
|
| 23 | +SERVER_STARTUP_NOTIFY= |
|
| 24 | +SERVER_NAME=LIVE1 |
|
| 25 | +MEMORY=2048m |
|
| 26 | +REPLICATION_HOST=172.31.25.253 |
|
| 27 | +REPLICATION_CHANNEL=sapsailinganalytics-live |
|
| 28 | +TELNET_PORT=14888 |
|
| 29 | +SERVER_PORT=8888 |
|
| 30 | +MONGODB_HOST=172.31.25.253 |
|
| 31 | +MONGODB_PORT=10202 |
|
| 32 | +EXPEDITION_PORT=2010 |
|
| 33 | +REPLICATE_ON_START=False |
|
| 34 | +REPLICATE_MASTER_SERVLET_HOST= |
|
| 35 | +REPLICATE_MASTER_SERVLET_PORT= |
|
| 36 | +REPLICATE_MASTER_QUEUE_HOST= |
|
| 37 | +REPLICATE_MASTER_QUEUE_PORT= |
|
| 38 | +INSTALL_FROM_RELEASE= |
|
| 39 | +USE_ENVIRONMENT= |
|
| 40 | +</pre> |
|
| 41 | + |
|
| 5 | 42 | ## General Information and Security |
| 6 | 43 | |
| 7 | 44 | Since XXX 2013 this project is using EC2 as the server provider. Amazon Elastic Compute Cloud (EC2) is a central part of Amazon.com's cloud computing platform, Amazon Web Services (AWS). EC2 allows users to rent virtual computers on which to run their own computer applications. EC2 allows scalable deployment of applications by providing a Web service through which a user can boot an Amazon Machine Image to create a virtual machine, which Amazon calls an "instance", containing any software desired. A user can create, launch, and terminate server instances as needed, paying by the hour for active servers, hence the term "elastic". |