Skip to content

Commit e46926a

Browse files
committed
readme
1 parent a888a48 commit e46926a

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,29 +15,29 @@ Install the following tools to create Docker images, upload them to ECR, and reg
1515
1. Update `aws.env` in the root of the repo with your account ID and region.
1616
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.)
1717

18-
cloudformation$ make stack
18+
~/eb-java-scorekeep/cloudformation$ make stack
1919

2020
3. Build and publish the Docker containers for the API, frontend, and X-Ray daemon by running `make publish` in each folder.
2121

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
2525

2626
4. Generate the task definition by running the `generate-dockerrun` script.
2727

28-
task-definition$ ./generate-dockerrun
28+
~/eb-java-scorekeep/task-definition$ ./generate-dockerrun
2929

3030
5. Initialize an Elastic Beanstalk repo in the task-definition folder. If you have an SSH key, you can specify it with the -k option.
3131

32-
task-definition$ eb init -p multi-container-docker -r us-east-1 scorekeep-ecs
32+
~/eb-java-scorekeep/task-definition$ eb init -p multi-container-docker -r us-east-1 scorekeep-ecs
3333

3434
6. Create a Multicontainer Docker environment.
3535

36-
task-definition$ eb create -d -i m5.large --sample --instance_profile scorekeep-beanstalk-ecs-role scorekeep
36+
~/eb-java-scorekeep/task-definition$ eb create -d -i m5.large --sample --instance_profile scorekeep-beanstalk-ecs-role scorekeep
3737

3838
7. Deploy the task definition.
3939

40-
task-definition$ eb deploy
40+
~/eb-java-scorekeep/task-definition$ eb deploy
4141

4242
# Scorekeep
4343
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

Comments
 (0)