@@ -23,11 +23,12 @@ When the Scorekeep API runs in AWS Elastic Beanstalk, it uses the permissions of
2323## Deploy the application
2424Deploy the source bundle that you created in the previous section to your environment.
2525
26- 1 . Open the [ Elastic Beanstalk Management Console] ( console.aws.amazon.com/elasticbeanstalk/home ) .
27- 2 . Click your environment's name to open the Dashboard.
28- 3 . Click ** Upload and Deploy** .
29- 4 . Upload ** scorekeep-v1.zip** and click ** Deploy** .
30- 5 . Open the environment URL.
26+ 1 . Download the source bundle: [ eb-java-scorekeep-v1.zip] ( https://github.com/awslabs/eb-java-scorekeep/releases/download/v1.1/eb-java-scorekeep-v1.zip )
27+ 2 . Open the [ Elastic Beanstalk Management Console] ( console.aws.amazon.com/elasticbeanstalk/home ) .
28+ 3 . Click your environment's name to open the Dashboard.
29+ 4 . Click ** Upload and Deploy** .
30+ 5 . Upload ** eb-java-scorekeep-v1.zip** and click ** Deploy** .
31+ 6 . Open the environment URL.
3132
3233![ Scorekeep front page] ( /img/scorekeep-frontpage.png )
3334
@@ -80,9 +81,9 @@ When you run the frontend locally, it needs to know the full URL of the API in o
8081
81821 . Open [ eb-java-scorekeep/public/app/scorekeep.js] ( https://github.com/awslabs/eb-java-scorekeep/blob/master/public/app/scorekeep.js ) .
82832 . Set the value of the api module to the full URL of the API.
83- a . Use the domain name of your environment to test changes to the frontend without running the backend locally
84+ * . Use the domain name of your environment to test changes to the frontend without running the backend locally
8485 module.value('api', 'http://scorekeep.XXXXXXXX.elasticbeanstalk.com/api/ ');
85- b . Use localhost:5000 to test both frontend and backend changes when running both locally.
86+ * . Use localhost:5000 to test both frontend and backend changes when running both locally.
8687 module.value('api', 'http://localhost:5000/api/ ');
87883 . Refresh the app in your browser to load the updated script.
8889
0 commit comments