Difference between revisions of "OpenEMR 4.2.1 XAMPP Package Installation"

From OpenEMR Project Wiki
 
(4 intermediate revisions by the same user not shown)
Line 2: Line 2:
<br>
<br>
=Overview=
=Overview=
:This is an already configured OpenEMR with XAMPP on Windows, and is extremely simple to install.  The 4.3.0 version includes OpenEMR 4.3.0 and XAMPP version 1.8.2.  The first set of instructions will configure mysql and apache as services (this is what we recommend).  The second set of instructions will install XAMPP in a way so that the user is required to start/stop the apache and mysql servers manually (do not start automatically at start up). '''This XAMPP package is extremely unsecure after installation and you need to secure it''' with configuration of the [[Securing_OpenEMR#XAMPP|Security Console]].
:This is an already configured OpenEMR with XAMPP on Windows, and is extremely simple to install.  The 4.2.1 version includes OpenEMR 4.2.1 and XAMPP version 1.8.2.  The first set of instructions will configure mysql and apache as services (this is what we recommend).  The second set of instructions will install XAMPP in a way so that the user is required to start/stop the apache and mysql servers manually (do not start automatically at start up). '''This XAMPP package is extremely unsecure after installation and you need to secure it''' with configuration of the [[Securing_OpenEMR#XAMPP|Security Console]].
<br>
<br>


=Install OpenEMR=
=Install OpenEMR=
==Option 1: Installation as service==
==Option 1: Installation as service==
*Download package here: <googa>http://downloads.sourceforge.net/openemr/xampp-openemr-4.3.0.zip|xampp-openemr-4.3.0.zip|/download/file/xampp_4_3_0</googa> <small>(MD5 sum: PENDING )</small>
*Download package here: <googa>http://downloads.sourceforge.net/openemr/xampp-openemr-4.2.1.zip|xampp-openemr-4.2.1.zip|/download/file/xampp_4_2_1</googa> <small>(MD5 sum: a85ccaaeb575e24be656f239efdfa41d )</small>
*Right click downloaded file and select 'Extract All...'
*Right click downloaded file and select 'Extract All...'
*Choose to extract to 'C:' <span style="color:red;">'''(extracting to C: is required)'''</span>
*Choose to extract to 'C:' <span style="color:red;">'''(extracting to C: is required)'''</span>
Line 18: Line 18:


==Option 2: Installation <span style="color:red;">not</span> as service==
==Option 2: Installation <span style="color:red;">not</span> as service==
*Download package here: <googa>http://downloads.sourceforge.net/openemr/xampp-openemr-4.3.0.zip|xampp-openemr-4.3.0.zip|/download/file/xampp_4_3_0</googa> <small>(MD5 sum: PENDING )</small>
*Download package here: <googa>http://downloads.sourceforge.net/openemr/xampp-openemr-4.2.1.zip|xampp-openemr-4.2.1.zip|/download/file/xampp_4_2_1</googa> <small>(MD5 sum: a85ccaaeb575e24be656f239efdfa41d )</small>
*Right click downloaded file and select 'Extract All...'
*Right click downloaded file and select 'Extract All...'
*Choose to extract to 'C:' <span style="color:red;">'''(extracting to C: is required)'''</span>
*Choose to extract to 'C:' <span style="color:red;">'''(extracting to C: is required)'''</span>
Line 67: Line 67:
<br>
<br>
= Meaningful Use 2 Specific Instructions =
= Meaningful Use 2 Specific Instructions =
*[[OpenEMR 4.3.0 MU2 Install Instructions]]
*[[OpenEMR 4.2.1 MU2 Install Instructions]]
<br>
<br>


= Using OpenEMR =
= Using OpenEMR =
*See the [[OpenEMR_4.3.0_Users_Guide|OpenEMR 4.3.0 User Guide]]
*See the [[OpenEMR_4.2.1_Users_Guide|OpenEMR 4.2.1 User Guide]]
<br>
<br>
= Securing OpenEMR =
= Securing OpenEMR =

Latest revision as of 04:44, 15 May 2016

Available languages
English


Overview

This is an already configured OpenEMR with XAMPP on Windows, and is extremely simple to install. The 4.2.1 version includes OpenEMR 4.2.1 and XAMPP version 1.8.2. The first set of instructions will configure mysql and apache as services (this is what we recommend). The second set of instructions will install XAMPP in a way so that the user is required to start/stop the apache and mysql servers manually (do not start automatically at start up). This XAMPP package is extremely unsecure after installation and you need to secure it with configuration of the Security Console.


Install OpenEMR

Option 1: Installation as service

  • Download package here: xampp-openemr-4.2.1.zip (MD5 sum: a85ccaaeb575e24be656f239efdfa41d )
  • Right click downloaded file and select 'Extract All...'
  • Choose to extract to 'C:' (extracting to C: is required)
  • Right-click on C:/xampp/xampp-control and select 'Run as administrator'
  • Click the red X to left of Apache
  • Click the red X to left of MySQL
  • Then click 'start' for Apache and MySQL


Option 2: Installation not as service

  • Download package here: xampp-openemr-4.2.1.zip (MD5 sum: a85ccaaeb575e24be656f239efdfa41d )
  • Right click downloaded file and select 'Extract All...'
  • Choose to extract to 'C:' (extracting to C: is required)
  • Double-click C:/xampp/xampp-control, then click 'start' for mysql and apache
  • Login at http://localhost/openemr with user:admin pass:pass


Set the timezone for php

Method 1

  • Double-click C:/xampp/xampp-control, then click 'stop' for apache
  • Click 'Config' button for Apache and select the 'PHP (php.ini)'
  • Search for 'date.timezone', and set it with your timezone identifier.
  • Timezone identifiers can be found here: http://php.net/manual/en/timezones.php
  • Save and close the file
  • On xampp-control click 'start' for apache

Method 2

  • Double-click C:/xampp/xampp-control.

WINDOWS BACKUP AND RESTORE MADE EASY, figure 8.png


  • Click 'Stop' for Apache.

Xamppcontrol.png


  • Timezone identifiers can be found here.
  • Go->xampp->php->php.ini (configuration settings) and open with Notepad++.
  • Go to line 1044 under Module Settings and change the continent and city. Keep the forward slash after the continent and use the underline if there is a space in the name of the city.

Timezone1.png


  • Save and close the file.
  • On xampp-control click 'Start' for Apache and 'Quit'.

Xamppcontrol1.png



Changes in Windows 10

If you have upgraded to Windows 10, are unable to login because you cannot restart Apache in xampp control and xampp control gives an error message that port 80 is being used by another application; that application, IIS, will need to be disabled. Follow this tutorial and clear the box next to "Internet Information Services" (IIS).

For a clean installation of Windows 10, it is not necessary to disable IIS.

If you wish to run OpenEMR offline, you will need to switch to Airplane mode.

Download and install most recent patch


Meaningful Use 2 Specific Instructions


Using OpenEMR


Securing OpenEMR

  • This XAMPP package is extremely unsecure after installation and you need to secure it by configuring the Security Console.


Important passwords and database information

  • OpenEMR login: user:admin pass:pass
  • MySQL: root password is empty
  • MySQL: database:openemr user:openemr pass:escargot


Support

http://sourceforge.net/projects/openemr/forums


Author

Brady Miller
OpenEMR Project Co-administrator
brady.g.miller@gmail.com
http://www.bradymd.com