Populate the Repository

Now that Cloud9 is open, we need to execute the script that will get our monolith application code, deploy the first copy of the application, and populate the local repository that we will be using as we apply changes during this workshop. This script is at a specified URL and can be executed with a CURL command. To execute this command, navigate to the terminal window at the bottom of the Cloud9 page and enter the following command:

curl -s https://raw.githubusercontent.com/brtrvn/srvls/master/resources/bootstrap.sh | bash

When this script is done executing, you’ll have all the pieces we need in place to begin exercising our application.