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

From OpenEMR Project Wiki
(Undo revision 5357 by Jason0 (Talk))
 
m (12 revisions: OpenEMR_4.0_Ubuntu-Debian_Package_Installation)
 
(10 intermediate revisions by the same user not shown)
Line 1: Line 1:
== Overview ==
== Overview ==
This package is basically a one-click 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 Ubuntu, installation can either be done in desktop or command line.  In Debian, we recommend installing via command line.
 
 
== Desktop Ubuntu Installation ==
1) Download package here: [http://downloads.sourceforge.net/openemr/openemr_4.0.0-1_all.deb openemr_4.0.0-1_all.deb] <small>(MD5 sum: a0e13a5b9a5e6d4c39a7b562c4f5714d)</small><br>
2) Double click openemr_4.0.0-1_all.deb file (this opens the GDEBI Package Installer)<br>
3) Click 'Install Package'
:''-Enter your Ubuntu password''
4) During installation, click 'Terminal' occasionally to follow status 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''', click in Ubuntu menu Applications-> Office-> Electronic Medical Records - OpenEMR
:''(user is 'admin' , password is 'pass')''
:''(can also login to OpenEMR by browsing to http://localhost/openemr)''


In both Ubuntu and Debian, we recommend installing via command line.


== Command line Ubuntu Installation ==
== Command line Ubuntu Installation ==
'''Commands (commands are in red)'''
'''Commands (commands are in red)'''
:<span style="color:red;">wget downloads.sourceforge.net/openemr/openemr_4.0.0-1_all.deb</span>
:<span style="color:red;">'''wget downloads.sourceforge.net/openemr/openemr_4.0.0-1_all.deb'''</span>
:<span style="color:red;">sudo aptitude update</span>
:<span style="color:red;">'''sudo apt-get update'''</span>
:<span style="color:red;">sudo dpkg -i openemr_4.0.0-1_all.deb</span>
:<span style="color:red;">'''sudo dpkg -i openemr_4.0.0-1_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)''
::''-If prompted, enter your mysql root password (during openemr installion)''
::''-If prompted, enter your mysql root password (during openemr installion)''
Line 34: Line 19:
::''(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)''


== 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.0.0-1_all.deb</span>
:<span style="color:red;">'''wget downloads.sourceforge.net/openemr/openemr_4.0.0-1_all.deb'''</span>
:<span style="color:red;">su</span>
:<span style="color:red;">'''su'''</span>
:<span style="color:red;">aptitude update</span>
:<span style="color:red;">'''apt-get update'''</span>
:<span style="color:red;">dpkg -i openemr_4.0.0-1_all.deb</span>
:<span style="color:red;">'''dpkg -i openemr_4.0.0-1_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)''
::''-If prompted, enter your mysql root password (during openemr installion)''
::''-If prompted, enter your mysql root password (during openemr installion)''
Line 52: Line 36:
::''(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)''


== Download and install most recent patch ==
== Download and install most recent patch ==
Line 66: Line 49:
Brady Miller <brady@sparmy.com> http://www.bradymd.com/appliance/<br>
Brady Miller <brady@sparmy.com> http://www.bradymd.com/appliance/<br>
Amalu Obinna <amaluobinna@aol.com>
Amalu Obinna <amaluobinna@aol.com>
[[Category:Installation]][[Category:Ubuntu Package]][[Category:Debian Package]]

Latest revision as of 05:22, 24 April 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 and Debian, we recommend installing via command line.

Command line Ubuntu Installation

Commands (commands are in red)

wget downloads.sourceforge.net/openemr/openemr_4.0.0-1_all.deb
sudo apt-get update
sudo dpkg -i openemr_4.0.0-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 - Click in Ubuntu menu Applications-> Office-> Electronic Medical Records - OpenEMR
(user is 'admin' , password is 'pass')
(can also login to OpenEMR by browsing to http://localhost/openemr)
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.0.0-1_all.deb
su
apt-get update
dpkg -i openemr_4.0.0-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 - Click in Debian menu Applications-> Office-> Electronic Medical Records - OpenEMR
(user is 'admin' , password is 'pass')
(can also login to OpenEMR by browsing to http://localhost/openemr)
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.


Support

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


Authors:
Brady Miller <brady@sparmy.com> http://www.bradymd.com/appliance/
Amalu Obinna <amaluobinna@aol.com>