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