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
Copy file name to clipboardExpand all lines: README.md
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -15,29 +15,29 @@ Install the following tools to create Docker images, upload them to ECR, and reg
15
15
1. Update `aws.env` in the root of the repo with your account ID and region.
16
16
2. Create the CloudFormation stack by running **make stack** in the cloudformation directory. (If you already have a stack from the `ecs` or `fargate` branches, run **make update** instead.)
17
17
18
-
cloudformation$ make stack
18
+
~/eb-java-scorekeep/cloudformation$ make stack
19
19
20
20
3. Build and publish the Docker containers for the API, frontend, and X-Ray daemon by running `make publish` in each folder.
21
21
22
-
$ make publish
23
-
scorekeep-frontend$ make publish
24
-
xray-daemon$ make publish
22
+
~/eb-java-scorekeep$ make publish
23
+
~/eb-java-scorekeep/scorekeep-frontend$ make publish
24
+
~/eb-java-scorekeep/~/eb-java-scorekeep/xray-daemon$ make publish
25
25
26
26
4. Generate the task definition by running the `generate-dockerrun` script.
Scorekeep is a RESTful web API implemented in Java that uses Spring to provide an HTTP interface for creating and managing game sessions and users. This project includes the Scorekeep API and a front-end web app that consumes it. The front end and API can run on the same server and domain or separately, with the API running in Elastic Beanstalk and the front end served statically by a CDN.
0 commit comments