Skip to content

Running sample app using OpenEdge on AWS with workshop packages

edselg edited this page Oct 29, 2021 · 2 revisions

Requirements

  • Progress Configuration File (progress.cfg)

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. Copy progress.cfg to ~/environment/
  3. RUN wget https://openedge-on-aws-workshop.s3.amazonaws.com/download_and_deploy.sh
  4. Edit Private Bucket name in script download_and_deploy.sh.
  5. RUN chmod +x download_and_deploy.sh
  6. RUN ./download_and_deploy.sh
  7. Run the OpenEdge on AWS Quick Start using the CloudFormation wizard