asynchronous-messaging-workshop icon indicating copy to clipboard operation
asynchronous-messaging-workshop copied to clipboard

issues with setting up of Cloud9

Open nazreen opened this issue 4 years ago • 0 comments

I followed instructions on: https://async-messaging.workshop.aws/prerequisites/prerequisites-2/prerequisites-2.html

I tried to run:

cd ~/environment/wild-rydes-async-messaging/code/lab-0
chmod +x configureCloud9.sh
./configureCloud9.sh

however I ran into 2 issues:

  1. the folder did not exist
  2. after sorting that out, the folder name was incorrect

the fix: Inside Cloud9's terminal, manually run git clone https://github.com/aws-samples/asynchronous-messaging-workshop ~~then, cd into that directory (instead of wild-rydes-async-messaging per the instructions on the page) then, proceed with the chmod and running of configureCloud9.sh~~ (some lines in the script depend on the old name)

so, then, rename the folder back from asynchronous-messaging-workshop to wild-rydes-async-messaging

nazreen avatar Jan 09 '22 16:01 nazreen