Skip to content

Running sample app using OpenEdge on AWS with prebuilt packages

edselg edited this page Nov 12, 2021 · 5 revisions

Requirements

  • Progress Configuration File (progress.cfg)
  • Key Pair .PEM file (sshkey.pem)
  • [optional] Additional files to deploy

Create AWS Cloud9 for Development

  1. Access the AWS Cloud9 console at https://console.aws.amazon.com/cloud9/home/.
  2. Click Create environment.
  3. Enter a name.
  4. Click Next step.
  5. Use defaults.
  6. Click Next step.
  7. Click Create environment.

Steps

  1. Open a New Terminal using Window --> New Terminal. (The working directory will be ~/environment)
  2. RUN git clone https://github.com/progress/openedge-demos.git
  3. RUN mkdir -p ~/environment/files_to_include/
  4. Copy progress.cfg and sshkey.pem and additional files to deploy to ~/environment/files_to_include/ (Example: deploy.sh, setReplSets.sh and properties folder)
  5. RUN ~/environment/openedge-demos/sports-app/scripts/setup_prebuilt.sh <public-bucket-name> <private-bucket-name>
  6. Update PublicBucket and PrivateBucket in ~/environment/openedge-demos/sports-app/scripts/create_deployment.sh
  7. RUN ~/environment/openedge-demos/sports-app/scripts/create_deployment.sh