Skip to content

Commit 38a591f

Browse files
committed
update to readme
1 parent 7c30a41 commit 38a591f

1 file changed

Lines changed: 13 additions & 4 deletions

File tree

readme.md

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,15 +55,17 @@ Now the application is ready to run:
5555

5656
The easiest way to run fws-app with Docker is using the automated startup script:
5757

58+
### One-time setup (first time only)
59+
5860
```bash
59-
# 1. Create a Python virtual environment (first time only)
61+
# 1. Create a Python virtual environment
6062
mkdir -p ~/environments
6163
python3 -m venv ~/environments/{my_env}
6264

6365
# 2. Activate your Python virtual environment
64-
source ~/environments/my_env/bin/activate
66+
source ~/environments/{my_env}/bin/activate
6567

66-
# 3. Install required Python packages (first time only)
68+
# 3. Install required Python packages
6769
pip install awscli-local
6870

6971
# 4. Configure environment variables
@@ -72,8 +74,15 @@ pip install awscli-local
7274
# - AD_CLIENT_SECRET
7375
# - AD_TENANT
7476
# - AD_COOKIE_PASSWORD
77+
```
78+
79+
### Start local environment (after one-time setup)
80+
81+
```bash
82+
# 1. Activate your Python virtual environment
83+
source ~/environments/my_env/bin/activate
7584

76-
# 5. Run the startup script
85+
# 2. Run the startup script
7786
./docker/scripts/start-local.sh
7887
```
7988

0 commit comments

Comments
 (0)