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

From OpenEMR Project Wiki
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
= Overview =
= Overview =
<span style="color:red"><b>This package is has been confirmed to work with Ubuntu 12.04 and less versions and is NOT compatible with Ubuntu 14.04 and higher(a fixed package is under development)</b></span>
This package is basically a installation/configuration package for Ubuntu, Mint 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 and Mint, 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=
=Install OpenEMR=


== Desktop Ubuntu Installation ==
== Desktop Ubuntu/Mint Installation ==
1) Download package here: [http://sourceforge.net/projects/openemr/files/OpenEMR%20Ubuntu_debian%20Package/4.1.2.3/openemr_4.1.2-2_all.deb/download openemr_4.1.2-2_all.deb] <small>(MD5 sum: 7491f7abb96032ec57e8d8ffe58c6466)</small><br>
1) Download package here: [http://sourceforge.net/projects/openemr/files/OpenEMR%20Ubuntu_debian%20Package/4.1.2.7/openemr_4.1.2-3_all.deb/download openemr_4.1.2-3_all.deb] <small>(MD5 sum: 6647d5187ab713689892f4f23f5a6c4e)</small><br>
2) Double click openemr_4.1.2-2_all.deb file<br>
2) Double click openemr_4.1.2-3_all.deb file<br>
3) Click 'Install'
3) Click 'Install'
:''-Enter your Ubuntu password''
:''-Enter your Ubuntu password''
Line 27: Line 25:
::''(server IP address can be found using 'ifconfig' command)''
::''(server IP address can be found using 'ifconfig' command)''


== Command line Ubuntu Installation ==
== Command line Ubuntu/Mint Installation ==
'''Commands (commands are in red)'''
'''Commands (commands are in red)'''
:<span style="color:red;">'''wget downloads.sourceforge.net/openemr/openemr_4.1.2-2_all.deb'''</span>
:<span style="color:red;">'''wget downloads.sourceforge.net/openemr/openemr_4.1.2-3_all.deb'''</span>
:<span style="color:red;">'''sudo apt-get update'''</span>
:<span style="color:red;">'''sudo apt-get update'''</span>
:<span style="color:red;">'''sudo dpkg -i openemr_4.1.2-2_all.deb'''</span>
:<span style="color:red;">'''sudo dpkg -i openemr_4.1.2-3_all.deb'''</span>
::'' (If there was an error(s), then issue the following command (type 'Y' after):''<span style="color:red;">''' sudo apt-get install -f '''</span>)
::'' (If there was an error(s), then issue the following command (type 'Y' after):''<span style="color:red;">''' sudo apt-get install -f '''</span>)
::''-If prompted, create a mysql root password (applicable if installing mysql server)''
::''-If prompted, create a mysql root password (applicable if installing mysql server)''
Line 47: Line 45:
== Command line Debian Installation ==
== Command line Debian Installation ==
'''Commands (commands are in red)'''
'''Commands (commands are in red)'''
:<span style="color:red;">'''wget downloads.sourceforge.net/openemr/openemr_4.1.2-2_all.deb'''</span>
:<span style="color:red;">'''wget downloads.sourceforge.net/openemr/openemr_4.1.2-3_all.deb'''</span>
:<span style="color:red;">'''su'''</span>
:<span style="color:red;">'''su'''</span>
:<span style="color:red;">'''apt-get update'''</span>
:<span style="color:red;">'''apt-get update'''</span>
:<span style="color:red;">'''dpkg -i openemr_4.1.2-2_all.deb'''</span>
:<span style="color:red;">'''dpkg -i openemr_4.1.2-3_all.deb'''</span>
::'' (If there was an error(s), then issue the following command (type 'Y' after):''<span style="color:red;">''' apt-get install -f '''</span>)
::'' (If there was an error(s), then issue the following command (type 'Y' after):''<span style="color:red;">''' apt-get install -f '''</span>)
::''-If prompted, create a mysql root password (applicable if installing mysql server)''
::''-If prompted, create a mysql root password (applicable if installing mysql server)''

Latest revision as of 10:07, 19 June 2014

Overview

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

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

Install OpenEMR

Desktop Ubuntu/Mint Installation

1) Download package here: openemr_4.1.2-3_all.deb (MD5 sum: 6647d5187ab713689892f4f23f5a6c4e)
2) Double click openemr_4.1.2-3_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/Mint Installation

Commands (commands are in red)

wget downloads.sourceforge.net/openemr/openemr_4.1.2-3_all.deb
sudo apt-get update
sudo dpkg -i openemr_4.1.2-3_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.2-3_all.deb
su
apt-get update
dpkg -i openemr_4.1.2-3_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.2 User Guide


Securing OpenEMR

See the Securing OpenEMR Guide


Support

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


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