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

From OpenEMR Project Wiki
(Created page with '== 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 in…')
 
Line 7: Line 7:


== Desktop Ubuntu Installation ==
== Desktop Ubuntu Installation ==
1) Download package here: <a href="http://downloads.sourceforge.net/openemr/openemr_3.1.0-1_all.deb" target="_blank">openemr_3.1.0-1_all.deb</a> [size=x-small](MD5 sum: 42c20feb0a72003e1b87466c61f5c707)[/size]<br>
1) Download package here: [http://downloads.sourceforge.net/openemr/openemr_3.1.0-1_all.deb openemr_3.1.0-1_all.deb <small>(MD5 sum: 42c20feb0a72003e1b87466c61f5c707)</small><br>
2) Double click openemr_3.1.0-1_all.deb file (this opens the GDEBI Package Installer)<br>
2) Double click openemr_3.1.0-1_all.deb file (this opens the GDEBI Package Installer)<br>
3) Click 'Install Package'<br>
3) Click 'Install Package'
<div style="margin-left:2em; font-style:italic;">-Enter your Ubuntu password</div>
:''-Enter your Ubuntu password''
4) During installation, click 'Terminal' occasionally to follow status and supply user input as needed
4) During installation, click 'Terminal' occasionally to follow status and supply user input as needed
<div style="margin-left:2em; font-style:italic;">-If prompted, create a mysql root password (applicable if installing mysql server)</div>
:''-If prompted, create a mysql root password (applicable if installing mysql server)''
<div style="margin-left:2em; font-style:italic;">-If prompted, enter your mysql root password (during openemr installation)</div>
:''-If prompted, enter your mysql root password (during openemr installation)''
5) [b]Then login to OpenEMR[/b], click in Ubuntu menu Applications-> Office-> Electronic Medical Records - OpenEMR
5) '''Then login to OpenEMR''', click in Ubuntu menu Applications-> Office-> Electronic Medical Records - OpenEMR
<div style="margin-left:2em; font-style:italic;">(user is 'admin' , password is 'pass')</div>
:''(user is 'admin' , password is 'pass')''
<div style="margin-left:2em; font-style:italic;">(can also login to OpenEMR by browsing to http://localhost/openemr)</div>
:''(can also login to OpenEMR by browsing to http://localhost/openemr)''




== Command line Ubuntu Installation ==
== Command line Ubuntu Installation ==
(commands are in red)<br>
'''Commands (commands are in red)'''
[color=660000]wget downloads.sourceforge.net/openemr/openemr_3.1.0-1_all.deb[/color]<br>
:<span style="color:red;">wget downloads.sourceforge.net/openemr/openemr_3.1.0-1_all.deb</span>
[color=660000]sudo aptitude update[/color]<br>
:<span style="color:red;">sudo aptitude update</span>
[color=660000]sudo dpkg -i openemr_3.1.0-1_all.deb[/color]<br>
:<span style="color:red;">sudo dpkg -i openemr_3.1.0-1_all.deb</span>
<span style="margin-left:2em; font-style:italic;"> (If there was an error(s), then issue the following command (type 'Y' after): </span>[color=660000]sudo apt-get install -f[/color] )<br>
::'' (If there was an error(s), then issue the following command (type 'Y' after):''<span style="color:red;"> sudo apt-get install -f </span>)
<div style="margin-left:2em; font-style:italic;">-If prompted, create a mysql root password (applicable if installing mysql server)</div>
::''-If prompted, create a mysql root password (applicable if installing mysql server)''
<div style="margin-left:2em; font-style:italic;">-If prompted, enter your mysql root password (during openemr installion)</div>
::''-If prompted, enter your mysql root password (during openemr installion)''
[b]Then login to OpenEMR:[/b]<br>
'''Then login to OpenEMR:'''
<div style="margin-left:1em;">Desktop - Click in Ubuntu menu Applications-> Office-> Electronic Medical Records - OpenEMR</div>
:Desktop - Click in Ubuntu menu Applications-> Office-> Electronic Medical Records - OpenEMR
<div style="margin-left:2em; font-style:italic;">(user is 'admin' , password is 'pass')</div>
::''(user is 'admin' , password is 'pass')''
<div style="margin-left:2em; font-style:italic;">(can also login to OpenEMR by browsing to http://localhost/openemr)</div>
::''(can also login to OpenEMR by browsing to http://localhost/openemr)''
<div style="margin-left:1em;">Server - From another computer browse to server at http://server_IP_address/openemr .</div>
:Server - From another computer browse to server at http://server_IP_address/openemr .
<div style="margin-left:2em; font-style:italic;">(user is 'admin' , password is 'pass')</div>
::''(user is 'admin' , password is 'pass')''
<div style="margin-left:2em; font-style:italic;">(server IP address can be found using 'ifconfig' command)</div>
::''server IP address can be found using 'ifconfig' command)''




== Command line Debian Installation ==
== Command line Debian Installation ==
(commands are in red)<br>
'''Commands (commands are in red)'''
[color=660000]wget downloads.sourceforge.net/openemr/openemr_3.1.0-1_all.deb[/color]<br>
:<span style="color:red;">wget downloads.sourceforge.net/openemr/openemr_3.1.0-1_all.deb</span>
[color=660000]su[/color]<br>
:<span style="color:red;">su</span>
[color=660000]aptitude update[/color]<br>
:<span style="color:red;">aptitude update</span>
[color=660000]dpkg -i openemr_3.1.0-1_all.deb[/color]<br>
:<span style="color:red;">dpkg -i openemr_3.1.0-1_all.deb</span>
<span style="margin-left:2em; font-style:italic;"> (If there was an error(s), then issue the following command (type 'Y' after): </span>[color=660000]apt-get install -f[/color] )<br>
::'' (If there was an error(s), then issue the following command (type 'Y' after):''<span style="color:red;"> apt-get install -f </span>)
<div style="margin-left:2em; font-style:italic;">-If prompted, create a mysql root password (applicable if installing mysql server)</div>
::''-If prompted, create a mysql root password (applicable if installing mysql server)''
<div style="margin-left:2em; font-style:italic;">-If prompted, enter your mysql root password (during openemr installion)</div>
::''-If prompted, enter your mysql root password (during openemr installion)''
[b]Then login to OpenEMR:[/b]<br>
'''Then login to OpenEMR:'''
<div style="margin-left:1em;">Desktop - Click in Debian menu Applications-> Office-> Electronic Medical Records - OpenEMR</div>
:Desktop - Click in Debian menu Applications-> Office-> Electronic Medical Records - OpenEMR
<div style="margin-left:2em; font-style:italic;">(user is 'admin' , password is 'pass')</div>
::''(user is 'admin' , password is 'pass')''
<div style="margin-left:2em; font-style:italic;">(can also login to OpenEMR by browsing to http://localhost/openemr)</div>
::''(can also login to OpenEMR by browsing to http://localhost/openemr)''
<div style="margin-left:1em;">Server - From another computer browse to server at http://server_IP_address/openemr .</div>
:Server - From another computer browse to server at http://server_IP_address/openemr .
<div style="margin-left:2em; font-style:italic;">(user is 'admin' , password is 'pass')</div>
::''(user is 'admin' , password is 'pass')''
<div style="margin-left:2em; font-style:italic;">(server IP address can be found using 'ifconfig' command)</div>
::''(server IP address can be found using 'ifconfig' command)''





Revision as of 18:55, 11 November 2009

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.


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_3.1.0-1_all.deb openemr_3.1.0-1_all.deb (MD5 sum: 42c20feb0a72003e1b87466c61f5c707)
2) Double click openemr_3.1.0-1_all.deb file (this opens the GDEBI Package Installer)
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)


Command line Ubuntu Installation

Commands (commands are in red)

wget downloads.sourceforge.net/openemr/openemr_3.1.0-1_all.deb
sudo aptitude update
sudo dpkg -i openemr_3.1.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_3.1.0-1_all.deb
su
aptitude update
dpkg -i openemr_3.1.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)


Support

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


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