Difference between revisions of "Hosted OpenEMR"

From OpenEMR Project Wiki
Line 8: Line 8:
:* Select your domain's document root. Make sure you are in your domain's public_html folder.
:* Select your domain's document root. Make sure you are in your domain's public_html folder.
[[File:Rootfolder.png|center]]
[[File:Rootfolder.png|center]]


==MySQL Creation==
==MySQL Creation==
Line 13: Line 14:
:* [http://hints.steptoinstall.com/create-new-database-database-user-cpanel.html Database Creation Tutorial].   
:* [http://hints.steptoinstall.com/create-new-database-database-user-cpanel.html Database Creation Tutorial].   
:* Pay close attention to Permissions.
:* Pay close attention to Permissions.
:* Note down the credentials.
:* Write down the credentials for use later in the OpenEMR setup.
:* Be certain the collation of your tables matches that in the most current Demo.  [http://kb.siteground.com/how_can_i_change_my_mysql_database_collation/ Guide] for changing the collation.  Mismatch of collations is a very common setup error.
:* Be certain the collation of your tables matches that in the most current Demo.  [http://kb.siteground.com/how_can_i_change_my_mysql_database_collation/ Guide] for changing the collation.  Mismatch of collations is a very common setup error.
[[File:Hostedutf8.png|center]]
[[File:Hostedutf8.png|center]]


==OpenEMR Setup==
==OpenEMR Setup==

Revision as of 13:12, 7 February 2015

Foreword

Installation of OpenEMR will require a number of distinct steps that often trip up the user in a hosted environment.


OpenEMR Location

  • Open File Manager in cPanel.
  • Select your domain's document root. Make sure you are in your domain's public_html folder.
Rootfolder.png


MySQL Creation

  • You have to set up your database. Go back to your cPanel -> select Database Wizard.
  • Database Creation Tutorial.
  • Pay close attention to Permissions.
  • Write down the credentials for use later in the OpenEMR setup.
  • Be certain the collation of your tables matches that in the most current Demo. Guide for changing the collation. Mismatch of collations is a very common setup error.
Hostedutf8.png

OpenEMR Setup

  • There will a series of entries which are very different from a localhost installation.
  • In Step 1 select second option, "I have already created the database".
Hostedstep1.png


  • In Step 2 carefully complete the MySQL Server section.
  • The Server Host is not localhost, but the IP address of the server running MySQL.
  • Enter the Database Name, Login Name and Password from MySQL Creation above.
  • The User Hostname is not localhost, but the IP address of the server running Apache/PHP.
  • Incorrect entries will mean an installation failure.

Hs2.png


  • Complete the setup according to the Linux Installation Guide.





Article courtesy of Jeyasithar of the OpenEMR Forums.