Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

(Remember dkayiwa made a commit to these two modules so if you have the old ones you need to get the current with all commits)

3. Edit the child's "openmrs-standalone-runtime.properties" file so that it differs from the parent's.

eg the parent has ** "openmrs-standalone-runtime.properties** " , i changed mine to **openmrs-standalone-irene-runtime.properties**

4. For the child instance, go to tomcat - webapps and edit the two files there to differentiate them from the parent's

eg I changed my two files to **openmrs-standalone-irene** and **irene  and  openmrs-standalone-irene.war**

5. Edit child sync config json-file for [example](example https://pastebin.com/Kc0MajhC)
**Note** take
Take note of;
```

"parentFeedLocation" : "http://localhost:8081/openmrs-standalone",
"localFeedLocation" : "http://localhost:8082/openmrs-standalone-irene",
"localInstanceId" : "local2",
```

and the whitelist
```

"whitelist" : {
"enabled" : false,
"instanceIds" : [ ]
```

6. Edit Parent sync config json-file for [example](example https://pastebin.com/Kc0MajhC)

7. Register a patient in the parent instance

...