Skip to content
This repository has been archived by the owner on Dec 6, 2024. It is now read-only.

doc: adding pre-requisite info for appstream #664

Merged
merged 2 commits into from
Aug 17, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions scripts/app-stream/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

This package allows you to initialize an AppStream Image Builder

# Pre-requisite

If you haven't navigated to AWS AppStream in your main account via the AWS Management Console, please do so first. Click "Get Started" on the screen and then click "Next". This activates AppStream in your main account, following which you could proceed with the commands in `SETUP.md` file.


# Development

Expand Down
3 changes: 3 additions & 0 deletions scripts/app-stream/SETUP.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ This following guide will show you how to set up an AppStream image with the fol
1. We launch an AppStream Image Builder instance.
2. We log into the AppStream Image builder instance and run a script to build an image with Firefox, PuttyGen, Putty, and Notepad.

### Pre-requisite

If you haven't navigated to AWS AppStream in your main account via the AWS Management Console, please do so first. Click "Get Started" on the screen and then click "Next". This activates AppStream in your main account, following which you could proceed with the commands in `SETUP.md` file.

### Launching an AppStream Image Builder instance
1. Navigate to `scripts/app-stream` directory
Expand Down