Home / releases / OpenMRS_Platform_1.10.3
Name Modified Size InfoDownloads / Week
Parent folder
openmrs-standalone-1.10.3.zip 2015-12-02 292.6 MB
openmrs.war 2015-12-01 39.9 MB
readme.txt 2015-12-01 3.5 kB
Totals: 3 Items   332.5 MB 0
+-------------------------------+
| OpenMRS Platform 1.10.3	|
+-------------------------------+

Thank you for downloading OpenMRS. Please read this README file carefully to help you determine what version of OpenMRS may be best suited for your situation.

Download OpenMRS at:
http://openmrs.org/download

Full release notes for this and all versions:
http://wiki.openmrs.org/display/RES/Release+Notes

CONTENTS
========

1.	Types of Downloads
	A. Standalone
	B. "Platform" WAR package installer
2.  "Platform" WAR package installer instructions
	A. New installation of OpenMRS 1.10.3
	B. Upgrading to OpenMRS 1.10.3

TYPES OF DOWNLOADS
==================

Standalone 
-------------------------
Recommended for new people exploring OpenMRS. A self-contained ZIP archive that includes an embedded database and application server, as well as demo data for 5,000 sample patients and the MVP/CIEL concept dictionary. Expand the ZIP archive and run the .jar file to start OpenMRS.

Demonstration Mode.
Username: admin
Password: test

Starter Implementation.
Username: admin
Password: test

Platform WAR package installer
--------------------------------
Intended for more advanced users. Our Platform installation, which requires an existing installed Java servlet container such as Apache Tomcat and an existing installed database such as MySQL. Separate demo data is available for download from https://wiki.openmrs.org/display/RES/Demo+Data
We have bundled one module in this war file which is; Rest Web Services 2.11

PLATFORM .WAR PACKAGE INSTALLER INSTRUCTIONS
==============================================

The following instructions are basic and should be adapted to your own installation of OpenMRS, depending on your system and usage needs.

New installation of OpenMRS 1.10.3
----------------------------------------
1. Install Apache Tomcat.
2. Install MySQL.
3. Put openmrs.war into <tomcathome>/webapps.
   Notice that the war file exceeds 50MB which is the default maximum war file size 
   accepted by tomcat and therefore you may have to look into 
   https://talk.openmrs.org/t/openmrs-war-file-exceeding-50mbs-configured-for-tomcat/861 
   to solve the error you may get while uploading it into tomcat
4. Visit http://localhost:8080/openmrs and run the installation wizard.

Also see https://wiki.openmrs.org/display/docs/Installing+OpenMRS


Upgrading to OpenMRS 1.10.3
---------------------------------

1. Stop all modules currently running in your OpenMRS instance.
2. Backup your database.
3. Undeploy your current openmrs application using the Tomcat manager page or other method of your choice.
4. Deploy the new version of openmrs.war you have downloaded.
5. Restart Tomcat.
6. Browse to your previous OpenMRS instance URL and approve/run the database updates.
7. Check for and install updates to your modules using the Administration section.

Also see Also see https://wiki.openmrs.org/display/docs/Upgrading+OpenMRS

---------------------------------------------------------------------
This Source Code Form is subject to the terms of the Mozilla Public License, 
v. 2.0. If a copy of the MPL was not distributed with this file, You can 
obtain one at http://mozilla.org/MPL/2.0/. OpenMRS is also distributed under 
the terms of the Healthcare Disclaimer located at http://openmrs.org/license.

Copyright (C) 2015  OpenMRS Inc. OpenMRS is a registered trademark and the OpenMRS 
graphic logo is a trademark of OpenMRS Inc.
---------------------------------------------------------------------
Source: readme.txt, updated 2015-12-01