Skip to content

Commit 2071018

Browse files
author
EC2 Default User
committed
Add Linux development environment setup guide
- Comprehensive guide for setting up development environment on Amazon Linux 2023 - Includes EC2 instance configuration, SSH setup, and VS Code integration - Covers development tools installation and AWS configuration - Provides instructions for Cline and Amazon Q Developer setup
1 parent 58d3100 commit 2071018

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

docs/Developer Environment Guide for Linux.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,10 @@ A hybrid development setup where your code runs on a pre-configured Amazon Linux
2222

2323
## 1.2 Configure Instance Settings
2424
Name: genai-idp-dev-environment(example)
25-
AMI Selection:
26-
**Amazon Linux 2023**
27-
- Architecture: 64-bit (x86)
25+
**AMI Selection:**
26+
Amazon Linux 2023
27+
- Architecture: 64-bit (x86)
28+
2829
Instance Type:
2930
- Heavy development: t3.2xlarge (8 vCPU, 32 GB RAM)(recommended)
3031
(Other instance types will also work, but this is one we tested)
@@ -70,7 +71,7 @@ git clone https://github.com/aws-solutions-library-samples/accelerated-intellige
7071
cd accelerated-intelligent-document-processing-on-aws/
7172

7273
### Run the setup script for development tools which is scripts directory
73-
cd scripts
74+
cd scripts
7475
sh ./dev_setup.sh
7576

7677
### To upgrade the python version run this command on EC2 instance
@@ -80,12 +81,13 @@ source /home/ec2-user/miniconda/bin/activate base
8081
## 4.1 Visit the official website: Go to [https://code.visualstudio.com/](https://code.visualstudio.com/)
8182
Download: Click the "Download for Windows" button
8283
- This will download the User Installer (recommended for most users)
83-
- File name will be something like VSCodeUserSetup-x64-1.x.x.exe
84+
- File name will be something like VSCodeUserSetup-x64-1.x.x.exe
85+
8486
Install:
8587
- Run the downloaded installer
8688
- Choose installation location (default is recommended)
87-
Launch: Click "Launch Visual Studio Code" when installation completes
8889

90+
Launch: Click "Launch Visual Studio Code" when installation completes
8991
Install Remote - SSH extension (by Microsoft)
9092

9193
## 4.2 Connect via VSCode: Update your SSH config

0 commit comments

Comments
 (0)