Advertisement
kdaud

Success Registered

Jul 28th, 2019
193
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 3.39 KB | None | 0 0
  1.  
  2. Admin@DESKTOP-284VOC9 MINGW64 /c/Program Files/Dev/Tools/OpenMrs SDK/Server
  3. $ mvn openmrs-sdk:setup -DserverId=demo -Dplatform=2.0.0
  4. [INFO] Scanning for projects...
  5. [INFO]
  6. [INFO] ------------------< org.apache.maven:standalone-pom >-------------------
  7. [INFO] Building Maven Stub Project (No POM) 1
  8. [INFO] --------------------------------[ pom ]---------------------------------
  9. [INFO]
  10. [INFO] --- openmrs-sdk-maven-plugin:3.13.2:setup (default-cli) @ standalone-pom ---
  11.  
  12. Setting up a new server...
  13. [INFO] artifact org.openmrs.distro:platform: checking for updates from openmrs-repo
  14. [INFO] artifact org.openmrs.distro:platform: checking for updates from openmrs-repo-thirdparty
  15. [INFO] artifact org.openmrs.distro:platform: checking for updates from openmrs-bintray-repo
  16. [INFO] artifact org.openmrs.distro:platform: checking for updates from central
  17. [INFO] Configured Artifact: org.openmrs.distro:platform:2.0.0:jar
  18. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/openmrs/distro/platform/2.0.0/platform-2.0.0.jar
  19. Downloading from openmrs-repo-thirdparty: http://mavenrepo.openmrs.org/nexus/content/repositories/thirdparty/org/openmrs/distro/platform/2.0.0/platform-2.0.0.jar
  20. Downloading from openmrs-bintray-repo: https://dl.bintray.com/openmrs/maven/org/openmrs/distro/platform/2.0.0/platform-2.0.0.jar
  21. Downloading from central: https://repo.maven.apache.org/maven2/org/openmrs/distro/platform/2.0.0/platform-2.0.0.jar
  22. [INFO] Fetching openmrs war file in version 2.0.0
  23. [INFO] Configured Artifact: org.openmrs.web:openmrs-webapp:2.0.0:war
  24. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/openmrs/web/openmrs-webapp/2.0.0/openmrs-webapp-2.0.0.war
  25. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/openmrs/web/openmrs-webapp/2.0.0/openmrs-webapp-2.0.0.war (52 MB at 46 kB/s)
  26. [INFO] Copying openmrs-webapp-2.0.0.war to C:\Users\Admin\openmrs\demo\openmrs-2.0.0.war
  27.  
  28. What port would you like your server to use? (default: '8080'): 8080
  29.  
  30. If you want to enable remote debugging by default when running the server,
  31. specify the port number here (e.g. 1044). Leave blank to disable debugging.
  32. (Do not do this on a production server) (default: 'no debugging'): 1044
  33.  
  34. Which database would you like to use?:
  35. 1) H2
  36. 2) MySQL 5.6 (requires pre-installed MySQL 5.6)
  37. 3) MySQL 5.6 in SDK docker container (requires pre-installed Docker)
  38. 4) Existing docker container (requires pre-installed Docker)
  39.  
  40. Which one do you choose? [1/2/3/4]: 1
  41. [INFO] Configured Artifact: com.h2database:h2:1.4.190:jar
  42. [INFO] Copying h2-1.4.190.jar to C:\Users\Admin\openmrs\demo\h2-1.4.190.jar
  43.  
  44. The specified database openmrs-demo does not exist and it will be created for you.
  45.  
  46. Note: JDK 1.8 is needed for platform version 2.0.0.
  47.  
  48. Which JDK would you like to use to run this server?:
  49. 1) JAVA_HOME (currently: C:\Program Files\Java\jdk1.8.0_201\jre)
  50. 2) Other...
  51.  
  52. Which one do you choose? [1/2]: 1
  53. [INFO] Server configured successfully, path: C:\Users\Admin\openmrs\demo
  54. [INFO] ------------------------------------------------------------------------
  55. [INFO] BUILD SUCCESS
  56. [INFO] ------------------------------------------------------------------------
  57. [INFO] Total time:  35:16 min
  58. [INFO] Finished at: 2019-07-28T10:37:05+03:00
  59. [INFO] ------------------------------------------------------------------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement