Changes between Version 1 and Version 2 of UserGuidelines/DeploymentTools
- Timestamp:
- 08/17/14 12:57:44 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UserGuidelines/DeploymentTools
v1 v2 22 22 * Create a new security group with rules as displayed below (for production instance). 23 23 24 [[Image(http://eden.sahanafoundation.org/raw-attachment/wiki/ InstallationGuidelines/Amazon/SecurityGroup.png, 75%)]]24 [[Image(http://eden.sahanafoundation.org/raw-attachment/wiki/UserGuidelines/DeploymentTools/2014-08-16-185125_1366x768_scrot.png, 75%)]] 25 25 26 26 Port 80 - HTTP … … 39 39 * Once the coapp is set up, access it by visiting [http://coapp.domain/eden/setup/index]. You'll be presented with a screen like below 40 40 41 [[Image(http://eden.sahanafoundation.org/raw-attachment/wiki/UserGuidelines/DeploymentTools/2014-08-16-185505_1366x768_scrot.png, 75%)]] 42 41 43 * Register an account so that you may have permissions to create new deployments 42 44 43 45 * Once that's done, click on "Deploy Eden" and "Add Record" to deploy a new Eden instance 46 47 [[Image(http://eden.sahanafoundation.org/raw-attachment/wiki/UserGuidelines/DeploymentTools/2014-08-16-185602_1366x768_scrot.png, 75%)]] 44 48 45 49 * In the "Server Role" section of the form, if you wish to use a single EC2 instance for the deployment, select "all" as the role and enter the Elastic-IP in the "Host IP" field. On the other hand, if you wish to create a 3-tier deployment, select "db", "webserver" and "eden" as the roles in each row and enter the respective Elastic-IPs in the "Host IP" field. … … 47 51 * In the "Instance Type" section, select the type of instance ("prod", "demo") you wish to deploy along with the URL and prepop options for the same. 48 52 53 [[Image(http://eden.sahanafoundation.org/raw-attachment/wiki/UserGuidelines/DeploymentTools/2014-08-16-185912_1366x768_scrot.png, 75%)]] 54 49 55 * Finally, submit the form. This would queue the task in the scheduler and the status can be viewed in the "read" page of the record (accessible by [http://coapp.domain/eden/setup/deployment/<record_id>/read]) 56 57 [[Image(http://eden.sahanafoundation.org/raw-attachment/wiki/UserGuidelines/DeploymentTools/2014-08-16-190540_1366x768_scrot.png, 75%)]] 50 58 51 59 === Add another instance to a deployment === … … 56 64 57 65 * Click on "Add Record" 66 67 [[Image(http://eden.sahanafoundation.org/attachment/wiki/UserGuidelines/DeploymentTools/2014-08-16-204938_1366x768_scrot.png, 75%)]] 58 68 59 69 * Complete the form and submit. The entry will be added to scheduler and the status can be checked on the read page of the record. … … 67 77 * Click on "Clean" or "Upgrade Eden" for the instance you wish to perform the management task on 68 78 79 [[Image(http://eden.sahanafoundation.org/attachment/wiki/UserGuidelines/DeploymentTools/2014-08-16-205759_1366x768_scrot.png, 75%)]] 80 69 81 * The task will be queued to the scheduler in the background (TODO: report status)