-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
25bf6dd
commit 005d633
Showing
4 changed files
with
22 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# Setting Up | ||
|
||
1. Fork `meta-aws-demos` repository. | ||
1. Create a GitHub [`CodeStar Connection`](https://docs.aws.amazon.com/dtconsole/latest/userguide/connections-create-github.html) with access to your Fork. | ||
1. Run the following: | ||
``` | ||
npm install . | ||
npm run build | ||
cdk bootstrap | ||
export GH_ORG=[owner of the fork created above - default is aws4embeddedlinux] | ||
cdk deploy --context connectionarn=[CODESTAR_CONNECTION_ARN] --all | ||
``` | ||
|
||
Run the newly created pipeline `ubuntu_22_04BuildImagePipeline` from the CodePipeline console page to create the build host. | ||
|
||
After that completes, the DemoPipeline in the CodePipeline console page is ready to run. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,3 @@ | ||
# Setting Up | ||
|
||
1. Fork `meta-aws-demos` repository. | ||
1. Create a GitHub [`CodeStar Connection`](https://docs.aws.amazon.com/dtconsole/latest/userguide/connections-create-github.html) with access to your Fork. | ||
1. Run the following: | ||
``` | ||
npm install . | ||
npm run build | ||
cdk bootstrap | ||
export GH_ORG=[owner of the fork created above] | ||
cdk deploy --context connectionarn=[CODESTAR_CONNECTION_ARN] --all | ||
``` | ||
|
||
Run the newly created pipeline `ubuntu_22_04BuildImagePipeline` from the CodePipeline console page to create the build host. | ||
|
||
After that completes, the DemoPipeline in the CodePipeline console page is ready to run. | ||
see an example how to use this lib in [`examples`](../../examples/docs/setup.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters