ddb7be3f026b4326c038456adb553bb16643c468
wiki/amazon-ec2.md
| ... | ... | @@ -108,9 +108,10 @@ REPLICATE_MASTER_SERVLET_HOST= |
| 108 | 108 | REPLICATE_MASTER_SERVLET_PORT= |
| 109 | 109 | REPLICATE_MASTER_QUEUE_HOST= |
| 110 | 110 | REPLICATE_MASTER_QUEUE_PORT= |
| 111 | +SERVER_STARTUP_NOTIFY= |
|
| 111 | 112 | </pre> |
| 112 | 113 | |
| 113 | -After your instance has been started (and build and tests are through) it will be publicly reachable if you chose a port between 8090 and 8099. If you filled the BUILD_COMPLETE_NOTIFY field then you will get an email once the server has been started. |
|
| 114 | +After your instance has been started (and build and tests are through) it will be publicly reachable if you chose a port between 8090 and 8099. If you filled the BUILD_COMPLETE_NOTIFY field then you will get an email once the server has been built. You can also add your email address to the field SERVER_STARTUP_NOTIFY to get an email whenever the server has been started. |
|
| 114 | 115 | |
| 115 | 116 | ### Testing code on a server |
| 116 | 117 |