Versions Compared

Key

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

...

Note: A successful installation of Platform 2.0 means you reached up to the point where you see a page telling to install a user interface module.

...

...

  • legacyui_dev
    legacyui_dev
    Installing the LegacyUI

...

  • Module (for developers)

  1. Getting the legacyui
            git clone https://github.com/openmrs/openmrs-module-legacyui.git

...

           Now try accessing openmrs from the browser(localhost:8080/openmrs). You should be redirected to the login page. (default username/password is admin/Admin123)

Anchor
legacyui_impl
legacyui_impl
Installing LegacyUI Module (for implementers)

  1. Getting the legacyui
    Go to https://modules.openmrs.org/#/search and search for legacyui and download the latest version.
  2. Installing the module
    After the download completes, copy the .omod file (legacyui-{versionNumber}.omod) into the modules directory  of your OpenMRS Installation folder (${HOME}./OpenMRS/modules)

...

  1. . Now you have to restart openmrs to load the module.
    You can do this by either stopping and starting openmrs from tomcat manager page or just restart tomcat.

Anchor
reference
reference
Installing the Reference Application module