Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Reverted from v. 5
Warning
titleArchived Page

This page has been archived. The information on this page may not be up-to-date or maintained.

There are unofficial scripts available on GitHub which would ease the installation of OpenMRS on select systems.

https://github.com/TwistTheNeil/openmrs-automated-install

 

Linux support is available for Debian, Debian derived distributions, Fedora

Code Block
$ git clone https://github.com/TwistTheNeil/openmrs-automated-install.git
$ cd openmrs-automated-install
$ sudo bash linux-install.sh

 

Mac OSX support is contributed to the repo and works as such:

Code Block
$ git clone https://github.com/TwistTheNeil/openmrs-automated-install.git
$ cd openmrs-automated-install
$ ./mac-install.sh

 

Since this script is opensource, support for more systems may be added soon.