File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -55,15 +55,17 @@ Now the application is ready to run:
5555
5656The 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
6062mkdir -p ~ /environments
6163python3 -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
6769pip 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
You can’t perform that action at this time.
0 commit comments