Advertisement
kdaud

Terminal Output

Aug 27th, 2019
179
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 4.63 KB | None | 0 0
  1. admins@opensource:~$ sudo -s
  2. [sudo] password for admins:
  3. root@opensource:~# mvn openmrs-sdk:help
  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:help (default-cli) @ standalone-pom ---
  11.  
  12.  
  13. OpenMRS SDK 3.13.2
  14.  
  15. For more info, see SDK documentation: https://wiki.openmrs.org/display/docs/OpenMRS+SDK
  16.  
  17.  
  18. usage: create-project
  19. Description: Create platform/reference application/owa module
  20.  
  21.  
  22. usage: setup
  23. Description: Setup a new instance of OpenMRS server. It can be used for
  24. setting up a platform or a distribution. It prompts for any missing, but
  25. required parameters.
  26.     -DaddDemoData        Add demo data when setting up a platform server.
  27.     -DdbDriver           Database driver e.g. 'mysql' or 'h2'.
  28.     -DdbPassword         Password for the database user.
  29.     -DdbUri              Uri for JDBC connection to the database (default
  30.                          value matches dbDriver)
  31.     -DdbUser             Username for the database (defaults to 'root').
  32.     -Ddistro             OpenMRS Distribution to setup in a format
  33.                          'groupId:artifactId:version'. You can skip
  34.                          groupId, if it is 'org.openmrs.distro'.
  35.     -Dfile               Path to installation.properties file for batch
  36.                          setup.
  37.     -Dplatform           OpenMRS Platform version to setup e.g. '1.11.5'.
  38.     -DserverId           Unique id of a server.
  39.  
  40. usage: deploy
  41. Description: Deploy a module/distribution/platform to a server. It can be
  42. used for deploying a new artifact or upgrading/downgrading an artifact,
  43. which was previosly deployed.
  44.     -DartifactId        Artifact id of an artifact, which you want to
  45.                         deploy.
  46.     -DgroupId           Group id of an artifact, which you want to deploy
  47.                         (defaults to 'org.openmrs.module').
  48.     -DserverId          Unique id of a server.
  49.     -Dversion           Version of an artifact, which you want to deploy.
  50.  
  51. usage: undeploy
  52. Description: Undeploy a module from a server.
  53.     -DartifactId        Artifact id of a module, which you want to
  54.                         undeploy.
  55.     -DgroupId           Group id of a module, which you want to undeploy
  56.                         (defaults to 'org.openmrs.module').
  57.     -DserverId          Unique id of a server.
  58.  
  59. usage: reset
  60. Description: Reset server and its database to the initial state.
  61.     -Dfull            If 'true', delete modules installed manually
  62.                       (defaults to 'false').
  63.     -Dserverid        Unique id of a server.
  64.  
  65. usage: delete
  66. Description: Delete a server and its database.
  67.     -DserverId        Unique id of a server.
  68.  
  69. usage: run
  70. Description: Start a server. If it is run from a module/distro/platform
  71. project, the project will be redeployed before launching.
  72.     -Ddebug           Enable remote debugging on the given port (defaults
  73.                       to '1044' if empty).
  74.     -Dfork            Set to 'false' to disable forking a process for
  75.                       running the server (defaults to 'true'). Useful for
  76.                       debugging within an IDE without a remote debugger.
  77.                       Not that 'false' disables the live-reloading
  78.                       feature.
  79.     -Dport            Port to use for running the server (defaults to
  80.                       '8080').
  81.     -DserverId        Unique id of a server.
  82.  
  83. usage: watch
  84. Description: Add a module from the current directory to the list of
  85. watched projects. It enables the live-reloading feature for a module.
  86.     -DserverId        Unique id of a server.
  87.  
  88. usage: unwatch
  89. Description: Remove a module from the list of watched projects. It
  90. disabled the live-reloading feature for a module.
  91.     -DartifactId        Artifact id of a module to unwatch.
  92.     -DgroupId           Group id of a module to unwatch. It is optional,
  93.                         if artifact id is unambiguous.
  94.     -DserverId          Unique id of a server.
  95.  
  96. usage: info
  97. Description: Display server details including the list of watched modules.
  98.     -DserverId        Unique id of a server.
  99.  
  100. [INFO] ------------------------------------------------------------------------
  101. [INFO] BUILD SUCCESS
  102. [INFO] ------------------------------------------------------------------------
  103. [INFO] Total time:  6.369 s
  104. [INFO] Finished at: 2019-08-27T17:01:58+03:00
  105. [INFO] ------------------------------------------------------------------------
  106. root@opensource:~#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement