Difference between revisions of "OpenEMR 4.1.1 Ubuntu-Debian Package Installation"

From OpenEMR Project Wiki
 
(10 intermediate revisions by the same user not shown)
Line 1: Line 1:
== Overview ==
= Overview =
This package is basically a installation/configuration package for Ubuntu and Debian OS that also configures Apache and PHP. It is extremely simple to install, and supports automated OpenEMR upgrading.
This package is basically a installation/configuration package for Ubuntu and Debian OS that also configures Apache and PHP. It is extremely simple to install, and supports automated OpenEMR upgrading.


In both Ubuntu, can install via command line or desktop, while in Debian we recommend only installing via command line.
In both Ubuntu, can install via command line or desktop, while in Debian we recommend only installing via command line.
=Install OpenEMR=


== Desktop Ubuntu Installation ==
== Desktop Ubuntu Installation ==
1) Download package here: [http://downloads.sourceforge.net/openemr/openemr_4.1.1-1_all.deb openemr_4.1.1-1_all.deb] <small>(MD5 sum: ____)</small><br>
1) Download package here: [http://downloads.sourceforge.net/openemr/openemr_4.1.1-1_all.deb openemr_4.1.1-1_all.deb] <small>(MD5 sum: b4dea3c2c33a691b1e58295481c1864f)</small><br>
2) Double click openemr_4.1.1-1_all.deb file<br>
2) Double click openemr_4.1.1-1_all.deb file<br>
3) Click 'Install'
3) Click 'Install'
Line 59: Line 61:
::''(user is 'admin' , password is 'pass')''
::''(user is 'admin' , password is 'pass')''
::''(server IP address can be found using 'ifconfig' command)''
::''(server IP address can be found using 'ifconfig' command)''
<br>
= Download and install most recent patch =
:Instruction to do this can be found on the [[OpenEMR_Patches|OpenEMR Patches]] page.
<br>


== Download and install most recent patch ==
= Using OpenEMR =
Instruction to do this can be found on the [[OpenEMR_Patches|OpenEMR Patches]] page.
 
<br>
== Using OpenEMR ==
:See the [[OpenEMR_4.1.1_Users_Guide|OpenEMR 4.1.1 User Guide]]
:See the [[OpenEMR_4.1.1_Users_Guide|OpenEMR 4.1.1 User Guide]]
<br>
<br>
Line 71: Line 73:
<br>
<br>


== Support ==
= Fix a php setting =
*If you are using PHP version 5.3.9 or greater, then you need to increase the '''max_input_vars''' php setting to '''3000''' (this can be found in the /etc/php5/apache2/php.ini file and you will need to restart the apache server after modify this file via ''<sudo service apache2 restart>'' command).
 
<br>
 
= Support =
Support:<br>
Support:<br>
http://sourceforge.net/projects/openemr/forums<br>
http://sourceforge.net/projects/openemr/forums<br>

Latest revision as of 17:02, 21 September 2012

Overview

This package is basically a installation/configuration package for Ubuntu and Debian OS that also configures Apache and PHP. It is extremely simple to install, and supports automated OpenEMR upgrading.

In both Ubuntu, can install via command line or desktop, while in Debian we recommend only installing via command line.

Install OpenEMR

Desktop Ubuntu Installation

1) Download package here: openemr_4.1.1-1_all.deb (MD5 sum: b4dea3c2c33a691b1e58295481c1864f)
2) Double click openemr_4.1.1-1_all.deb file
3) Click 'Install'

-Enter your Ubuntu password

4) During installation, follow prompts and supply user input as needed

-If prompted, create a mysql root password (applicable if installing mysql server)
-If prompted, enter your mysql root password (during openemr installation)

5) Then login to OpenEMR:

Desktop - Browse to http://localhost/openemr .
(user is 'admin' , password is 'pass')
Server - From another computer browse to server at http://server_IP_address/openemr .
(user is 'admin' , password is 'pass')
(server IP address can be found using 'ifconfig' command)

Command line Ubuntu Installation

Commands (commands are in red)

wget downloads.sourceforge.net/openemr/openemr_4.1.1-1_all.deb
sudo apt-get update
sudo dpkg -i openemr_4.1.1-1_all.deb
(If there was an error(s), then issue the following command (type 'Y' after): sudo apt-get install -f )
-If prompted, create a mysql root password (applicable if installing mysql server)
-If prompted, enter your mysql root password (during openemr installion)

Then login to OpenEMR:

Desktop - Browse to http://localhost/openemr .
(user is 'admin' , password is 'pass')
Server - From another computer browse to server at http://server_IP_address/openemr .
(user is 'admin' , password is 'pass')
(server IP address can be found using 'ifconfig' command)

Command line Debian Installation

Commands (commands are in red)

wget downloads.sourceforge.net/openemr/openemr_4.1.1-1_all.deb
su
apt-get update
dpkg -i openemr_4.1.1-1_all.deb
(If there was an error(s), then issue the following command (type 'Y' after): apt-get install -f )
-If prompted, create a mysql root password (applicable if installing mysql server)
-If prompted, enter your mysql root password (during openemr installion)

Then login to OpenEMR:

Desktop - Browse to http://localhost/openemr .
(user is 'admin' , password is 'pass')
Server - From another computer browse to server at http://server_IP_address/openemr .
(user is 'admin' , password is 'pass')
(server IP address can be found using 'ifconfig' command)


Download and install most recent patch

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


Using OpenEMR

See the OpenEMR 4.1.1 User Guide


Securing OpenEMR

See the Securing OpenEMR Guide


Fix a php setting

  • If you are using PHP version 5.3.9 or greater, then you need to increase the max_input_vars php setting to 3000 (this can be found in the /etc/php5/apache2/php.ini file and you will need to restart the apache server after modify this file via <sudo service apache2 restart> command).


Support

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


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