Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

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 and Debian derived distributions

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

 

Similarly, you can do the same for Mac OSX computers

$ 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.

  • No labels