Versions Compared

Key

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

Table of Contents

...

E-mail helpdesk AT openmrs DOT org with the following information: 

Install Required Software

...

Code Block
themeEmacs
languagebash
titleInstalled software
linenumberstrue
$ java -version
java version "1.7.0_80"
Java(TM) SE Runtime Environment (build 1.7.0_80-b15)
Java HotSpot(TM) 64-Bit Server VM (build 24.80-b11, mixed mode)

$ mysql --version
mysql  Ver 14.14 Distrib 5.5.49, for debian-linux-gnu (x86_64) using readline 6.3

$ sdk version
SDKMAN 4.0.32
$ node --version
v5.611.0

Setting up Modulus Server

...

Delete the "failure" part of the url and fill in the form and allow access to your OpenMRS ID profile. If you get Error 500 with the message "Unsupported response types: [none]" all is good.

Go the grails serverURL, which has been set in the modulus-config.groovy file (i.e. http://localhost:8080). You should be logged in to openmrsid and it should greet you.

Installing Modulus UI

Clone the Modulus UI Repo.

...