Difference between revisions of "OpenEMR 4.1.1 XAMPP Package Installation"
From OpenEMR Project Wiki
Bradymiller (talk | contribs) (Created page with "{{Languages|OpenEMR 4.1.1 XAMPP Package Installation}} <br> This is an already configured OpenEMR with XAMPP on Windows, and is extremely simple to install. The 4.1.1 version in...") |
Bradymiller (talk | contribs) |
||
Line 1: | Line 1: | ||
{{Languages|OpenEMR 4.1.1 XAMPP Package Installation}} | {{Languages|OpenEMR 4.1.1 XAMPP Package Installation}} | ||
<br> | <br> | ||
This is an already configured OpenEMR with XAMPP on Windows, and is extremely simple to install. The 4.1.1 version includes OpenEMR 4.1.1 and XAMPP version 1.8.0 . 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). | ==Overview== | ||
:This is an already configured OpenEMR with XAMPP on Windows, and is extremely simple to install. The 4.1.1 version includes OpenEMR 4.1.1 and XAMPP version 1.8.0 . 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). | |||
<br> | |||
< | ==Option 1: Installation as service== | ||
*Download package here: [http://downloads.sourceforge.net/openemr/xampp-openemr-4.1.1.zip xampp-openemr-4.1.1.zip] <small>(MD5 sum: ____)</small> | |||
*Right click downloaded file and select 'Extract All...' | |||
*Choose to extract to 'C:' <span style="color:red;">'''(extracting to C: is required)'''</span> | |||
*Double click C:/xampp/mysql/mysql_installservice | |||
*Double click C:/xampp/apache/apache_installservice | |||
*Login at http://localhost/openemr with user:admin pass:pass | |||
*For instructions on using OpenEMR, see the [[OpenEMR_4.1.1_Users_Guide|OpenEMR 4.1.1 User Guide]] | |||
<br> | |||
==Option 2: Installation <span style="color:red;">not</span> as service== | |||
< | *Download package here: [http://downloads.sourceforge.net/openemr/xampp-openemr-4.1.1.zip xampp-openemr-4.1.1.zip] <small>(MD5 sum: ____)</small> | ||
*Right click downloaded file and select 'Extract All...' | |||
*Choose to extract to 'C:' <span style="color:red;">'''(extracting to C: is required)'''</span> | |||
*Double-click C:/xampp/xampp-control, then click 'start' for mysql and apache | |||
*Login at http://localhost/openemr with user:admin pass:pass | |||
*For instructions on using OpenEMR, see the [[OpenEMR_4.1.1_Users_Guide|OpenEMR 4.1.1 User Guide]] | |||
<br> | |||
== Using OpenEMR == | |||
*See the [[OpenEMR_4.1.1_Users_Guide|OpenEMR 4.1.1 User Guide]] | |||
<br> | |||
== Securing OpenEMR == | |||
OpenEMR login: user:admin pass:pass | *See the [[Securing OpenEMR|Securing OpenEMR Guide]] | ||
MySQL: root password is empty | <br> | ||
MySQL: database:openemr user:openemr pass:escargot | == Important passwords and database information == | ||
*OpenEMR login: user:admin pass:pass | |||
*MySQL: root password is empty | |||
*MySQL: database:openemr user:openemr pass:escargot | |||
<br> | |||
http://sourceforge.net/projects/openemr/forums<br> | ==Support== | ||
:http://sourceforge.net/projects/openemr/forums | |||
<br> | |||
Author:<br> | Author:<br> |
Revision as of 23:30, 28 August 2012
Other languages — Help us translating this wiki
• Afrikaans • አማርኛ • العربية • অসমীয়া • asturianu • azərbaycanca • български • বাংলা • brezhoneg • bosanski • català • corsu • čeština • dansk • Deutsch • ދިވެހިބަސް • Ελληνικά • Esperanto • español • eesti • euskara • فارسی • suomi • français • Frysk • Gaeilge • Kréyòl gwadloupéyen • Gàidhlig • galego • Alemannisch • ગુજરાતી • Hausa • עברית • हिन्दी • hrvatski • Kreyòl ayisyen • magyar • հայերեն • interlingua • Bahasa Indonesia • Igbo • íslenska • italiano • 日本語 • Jawa • ქართული • қазақша • ភាសាខ្មែរ • ಕನ್ನಡ • 한국어 • kurdî • Lëtzebuergesch • ລາວ • lietuvių • latviešu • Malagasy • македонски • മലയാളം • मराठी • Bahasa Melayu • Malti • မြန်မာဘာသာ • नेपाली • Nederlands • norsk nynorsk • norsk • occitan • Oromoo • ଓଡ଼ିଆ • ਪੰਜਾਬੀ • polski • پښتو • português • português do Brasil • română • română (Moldova) • русский • سنڌي • සිංහල • slovenčina • slovenščina • Soomaaliga • shqip • српски / srpski • svenska • தமிழ் • తెలుగు • тоҷикӣ • ไทย • Türkçe • українська • اردو • oʻzbekcha/ўзбекча • Tiếng Việt • Wolof • isiXhosa • Yorùbá • 中文(简体) • 中文(繁體) • isiZulu
Overview
- This is an already configured OpenEMR with XAMPP on Windows, and is extremely simple to install. The 4.1.1 version includes OpenEMR 4.1.1 and XAMPP version 1.8.0 . 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).
Option 1: Installation as service
- Download package here: xampp-openemr-4.1.1.zip (MD5 sum: ____)
- Right click downloaded file and select 'Extract All...'
- Choose to extract to 'C:' (extracting to C: is required)
- Double click C:/xampp/mysql/mysql_installservice
- Double click C:/xampp/apache/apache_installservice
- Login at http://localhost/openemr with user:admin pass:pass
- For instructions on using OpenEMR, see the OpenEMR 4.1.1 User Guide
Option 2: Installation not as service
- Download package here: xampp-openemr-4.1.1.zip (MD5 sum: ____)
- 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
- For instructions on using OpenEMR, see the OpenEMR 4.1.1 User Guide
Using OpenEMR
- See the OpenEMR 4.1.1 User Guide
Securing OpenEMR
- See the Securing OpenEMR Guide
Important passwords and database information
- OpenEMR login: user:admin pass:pass
- MySQL: root password is empty
- MySQL: database:openemr user:openemr pass:escargot
Support
Author:
Brady Miller
OpenEMR Project Co-administrator
brady.g.miller@gmail.com
http://www.bradymd.com