Difference between revisions of "OpenEMR 5.0.1 Linux Installation"

From OpenEMR Project Wiki
 
(2 intermediate revisions by 2 users not shown)
Line 3: Line 3:
First install and configure MySQL(or MariaDB), Apache(or another PHP-capable webserver), and PHP.  We recommend referring to your specific operating system (OS) documentation for installation of these software packages.
First install and configure MySQL(or MariaDB), Apache(or another PHP-capable webserver), and PHP.  We recommend referring to your specific operating system (OS) documentation for installation of these software packages.


:*'''(Ensure PHP V5.6 or higher, and is configured with [[FAQ#What_are_the_correct_PHP_settings_.28can_be_found_in_the_php.ini_file.29_.3F | these settings]])'''
:*'''(Ensure PHP V5.6 or higher, and is configured with [[FAQ#What_are_the_correct_PHP_settings_.28can_be_found_in_the_php.ini_file.29.3F | these settings]])'''


=== Debian Lenny ===
=== Debian Lenny ===
Line 13: Line 13:
== Extracting the Tarball ==
== Extracting the Tarball ==
'''1.''' First, Download OpenEMR from sourceforge:
'''1.''' First, Download OpenEMR from sourceforge:
::<googa>http://sourceforge.net/projects/openemr/files/OpenEMR%20Current/5.0.1.1/openemr-5.0.1.tar.gz/download|openemr-5.0.1.tar.gz|/download/file/linux_5_0_1</googa> <small>(MD5 sum: e37655f9480157c7a0817b3082ea88c7)</small>
::<googa>http://sourceforge.net/projects/openemr/files/OpenEMR%20Current/5.0.1.6/openemr-5.0.1.tar.gz/download|openemr-5.0.1.tar.gz|/download/file/linux_5_0_1</googa> <small>(MD5 sum: 34c177481675fdf5262185c523e895e3)</small>





Latest revision as of 04:03, 13 October 2018

Required Software Installation (distribution specific)

First install and configure MySQL(or MariaDB), Apache(or another PHP-capable webserver), and PHP. We recommend referring to your specific operating system (OS) documentation for installation of these software packages.

Debian Lenny

To install the prerequisite software on debian, use the APT system as the system administrator to install packages listed on following wiki page section:

OpenEMR Dependencies

Installing OpenEMR

Extracting the Tarball

1. First, Download OpenEMR from sourceforge:

openemr-5.0.1.tar.gz (MD5 sum: 34c177481675fdf5262185c523e895e3)


2. Next, Extract the downloaded archive:

tar -pxvzf openemr-5.0.1.tar.gz


3. Move the extracted openemr-5.0.1 directory to your webserver root directory, and then go to this directory. Refer to your OS and webserver documentation to obtain you webserver root directory. For example, Ubuntu's webserver root directory is /var/www/html, so in Ubuntu you would use the following commands:

mv openemr-5.0.1 /var/www/html/openemr
cd /var/www/html

Some other common webserver root directories are:

  • Mandriva: /var/www/html/
  • The FHS: /srv/www/

Configuring the Install through the WEB GUI

1. Open up web-browser and point it to the installation script at http://localhost/openemr .

The first screen gives some general instructions and ensures file and directory permissions are set up correctly. It should tell you all your file system permissions are good, and have a 'Continue' button on the bottom of the form. If it does, Click the 'Continue' button. Otherwise, If there are errors on this screen, then follow instructions to fix. (screenshot below)

Install-V4 0-1.png


2. The next page is 'OpenEMR Setup' 'Step 1', which asks whether setup should create the database.

Leave the setting set to 'Have setup create the database', and click the 'Continue' button. (screenshot below)

Install-V4 0-2.png


3. The next page is 'OpenEMR Setup' 'Step 2'. It has a list of options used to setup the database, along with OpenEMR user and OpenEMR path information.

Most users will just need to enter a 'Initial User Password' for the OpenEMR User and a 'Password' for the sql user (these fields are in red rectangles in below screenshot). Some users may also have to enter the password of the 'root' user in the mysql server. (screenshot below)

V4.0 5.png


4. The next page is 'OpenEMR Setup' 'Step 3'. On this page you should see logs of OpenEMR connecting and creating the database.

At the bottom of the page, it should read 'Next step will install and configure access controls (php-GACL).' Click the 'Continue' button. (screenshot below)

Install-V4 0-4.png


5. The next page is 'OpenEMR Setup' 'Step 4'. On this page, OpenEMR configures access controls (php-GACL).

You should see logs of OpenEMR installing and configuring php-GACL. you should see 'Success!' in green lettering four times. At the bottom of the page, it should read 'Next step will configure PHP.'. Click the 'Continue' button. (screenshot below)

Install-V4 0-5.png


6. The next page is 'OpenEMR Setup' 'Step 5'. On this page is displayed recommendations of how to configure your php.ini config file.

Read and follow the instructions carefully. At the bottom of the page, it should read "Next step will configure Apache web server.". We suggest you print this screen for future reference. Click the 'Continue' button. (screenshot below)

Install-V4 0-6.png


7. The next page is 'OpenEMR Setup' 'Step 6'. On this page is displayed recommendations and warnings regarding directories Apache should NOT allow the outside world to see, as these directories contain Protected Health Information.

Read and follow the instructions carefully. We suggest you print this screen for future reference. Click the 'Continue' button. (screenshot below)

Install-V4 0-7.png


8. The next page is 'OpenEMR Setup'. This is the final configuration page.

This final installation screen gives additional instructions. This information is personalized for your setup, so we suggest you print this screen for future reference. At the bottom of the page is your OpenEMR username and password, along with a link to OpenEMR. (screenshot below)

Install-V4 0-8.png


OpenEMR after installation: (screenshot below)

OpenEMR-Login 4 1 1-2.png

Post-install FileSystem Permission Cleanups

1. After installation is finished, then secure files (this should be done as root user):

chmod 644 openemr/library/sqlconf.php
chmod 600 openemr/acl_setup.php
chmod 600 openemr/acl_upgrade.php
chmod 600 openemr/sl_convert.php
chmod 600 openemr/setup.php
chmod 600 openemr/sql_upgrade.php
chmod 600 openemr/gacl/setup.php
chmod 600 openemr/ippf_upgrade.php



Download and install most recent patch

Instruction to do this can be found on the OpenEMR Patches page.


Meaningful Use 2 Specific Instructions


Using OpenEMR

See the OpenEMR 5.0.1 User Guide


Securing OpenEMR

See the Securing OpenEMR Guide