You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cd ~/environment/wild-rydes-async-messaging/code/lab-0
chmod +x configureCloud9.sh
./configureCloud9.sh
however I ran into 2 issues:
the folder did not exist
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
The text was updated successfully, but these errors were encountered:
I followed instructions on: https://async-messaging.workshop.aws/prerequisites/prerequisites-2/prerequisites-2.html
I tried to run:
however I ran into 2 issues:
the fix:
Inside Cloud9's terminal, manually run
git clone https://github.com/aws-samples/asynchronous-messaging-workshop
then,(some lines in the script depend on the old name)cd
into that directory (instead ofwild-rydes-async-messaging
per the instructions on the page)then, proceed with the chmod and running of
configureCloud9.sh
so, then, rename the folder back from
asynchronous-messaging-workshop
towild-rydes-async-messaging
The text was updated successfully, but these errors were encountered: