Wiki Spaces
Documentation
Projects
Resources
Get Help from Others
Q&A: Ask OpenMRS
Discussion: OpenMRS Talk
Real-Time: IRC Chat | Slack
...
Modules can be loaded into OpenMRS by one of two methods:
Dropping the .omod file into the defined module repository folder (the module repository folder is defined by the system's runtime settings).
Navigate into the modules folder located in your OpenMRS server folder. | |
Place the .omod file into this folder. The module will be installed and usable the next time the web application is restarted. |
Uploading the module via the form on Manage Modules administration page in the web application.
Navigate to the home page of OpenMRS then click on System Administration. | |
Then click on Advanced Administration. | |
This will bring you to the Administration page. Click on Manage Modules under the Modules section. | |
Click on Add or Upgrade Modules. | |
Click on Browse to pull up a file explorer to add a module. After selecting your module, click Upload. The module will be ready to use immediately. |
Panel |
---|
Installing of modules through the web interface is disabled by default (for security purposes). To enable it, set the 'module.allow_web_admin' runtime property to <tt>true</tt> and restart the web application.*BE CERTAIN THAT YOU HAVE CHANGED THE DEFAULT ADMIN PASSWORD BEFORE ALLOWING MODULE UPDATES VIA THE WEB; OTHERWISE, ANYONE COULD UPLOAD AND RUN CODE ON YOUR SERVER |
...
...