Guest User

Untitled

a guest
May 9th, 2019
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.43 KB | None | 0 0
  1. mvn openmrs-sdk:setup # ran this command
  2. #set server name as lcbmserver
  3. #choosed distribution server
  4. #choosed Reference Application 2.10.0-SNAPSHOT version as distribution
  5. # port 8080
  6. #disabled debbuging
  7. # choosed MySQL 5.6 (requires pre-installed MySQL 5.6) as database
  8. # provided credentials for database
  9. # choosed JAVA_HOME (currently: /usr/lib/jvm/java-8-openjdk-amd64/jre) as JDk
  10. mvn openmrs-sdk:create-project # ran this command
  11. # choosed Reference Application module as project
  12. # specified module id as lcbm and module name as Lcbm
  13. # specified group id as default org.openmrs.module
  14. # lowest version of reference app to support default(2.4)
  15. mvn clean install openmrs-sdk:run # ran this command
  16. #choosed lcbmserver
  17. # following the https://wiki.openmrs.org/display/docs/Location+Based+Access+Control+-+Deployment+Steps
  18. #added Location Attribute
  19. # got uuid of Location Attribute as 2e8062ef-5e7b-4085-a86f-a6183989e9fa
  20. #created global property with Name as locationbasedaccess.locationAttributeUuid and value as 2e8062ef-5e7b-4085-a86f-a6183989e9fa
  21. #added new App Defintion "referenceapplication.registrationapp.myRegWithLoc"
  22. # copied the definition given in the page
  23. # changed the uuid in the "accesslocation-info" to 2e8062ef-5e7b-4085-a86f-a6183989e9fa and saved
  24. # In manage App Definition it shows as below
  25. | App ID | Status | Type
  26. | referenceapplication.registrationapp.myRegWithLoc | Enabled | Implementation-Defined
Add Comment
Please, Sign In to add comment