Skip to content

Commit c2b1f65

Browse files
committed
BN-35 | Fix. Directory references in setup guide
1 parent c8b5f23 commit c2b1f65

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/setup-guide.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ Replace `GITHUB_PAT` with your GitHub Personal Access Token and `YOUR_GITHUB_USE
7373
After setting up the repositories and authenticating with GitHub Container Registry, you need to start the EMR components:
7474

7575
```bash
76-
# Navigate to the bahmni-docker directory
77-
cd bahmni-docker
76+
# Navigate to the bahmni-docker/bahmni-standard directory
77+
cd bahmni-docker/bahmni-standard
7878

7979
# Start all EMR components with the latest images
8080
docker compose --env-file .env.dev up -d
@@ -86,7 +86,7 @@ This command will pull the latest images for all EMR components and start them i
8686
docker ps
8787
```
8888

89-
Wait for all services to start up completely before proceeding with the development setup.
89+
Wait for all services to start up completely. Open your browser and navigate to the Bahmni EMR URL and open any Active patient (typically start from <http://localhost/bahmni/home>). After login, register a patient and start a visit. Now navigate to the clinical module, and go to New - Active queue. You will see the new dashboard being rendered.
9090

9191
## Development Setup Options
9292

@@ -126,7 +126,7 @@ This method allows you to build the application locally and mount it into the Do
126126

127127
4. **Start the Docker Services**:
128128

129-
In the bahmni-docker directory:
129+
In the bahmni-docker/bahmni-standard directory:
130130

131131
```bash
132132
# Start all EMR components with the latest images

0 commit comments

Comments
 (0)