Skip to content

Create Development Environment

edselg edited this page Oct 16, 2021 · 1 revision

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 (example: OEDevelopment).
  4. Click Next step.
  5. Click Add new tag.
  6. Add tag Key OEDEV with Value dev1.
  7. Click Next step.
  8. Click Create environment.

Update Cloud9 Development Environment

  1. Storage Size
  2. Security (8080, 8811)

Steps

  1. Open a New Terminal using Window --> New Terminal. (The working directory will be ~/environment)
  2. Clone Git repo https://github.com/edselg/pasoe-sample-app.git
  3. RUN ~/environment/pasoe-sample-app/scripts/setup.sh

Clone this wiki locally