OpenEMR 3.0 Ubuntu-Debian Package Installation

From OpenEMR Project Wiki
Revision as of 22:26, 23 April 2012 by Bradymiller (talk | contribs) (1 revision: OpenEMR_3.0_Ubuntu-Debian_Package_Installation)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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 we plan to support automated OpenEMR upgrading in the future. It has been tested in the desktop and server versions of Ubuntu 8.04 and 8.10, and Debian 4 and 5.

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: openemr_3.0.1-1_all.deb (MD5 sum: fc976cf4198f296ada152feae34c18c6)
2) Double click openemr_3.0.1-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 are in red)
wget downloads.sourceforge.net/openemr/openemr_3.0.1-1_all.deb
sudo aptitude update
sudo dpkg -i openemr_3.0.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 - 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 are in red)
wget downloads.sourceforge.net/openemr/openemr_3.0.1-1_all.deb
su
aptitude update
dpkg -i openemr_3.0.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 - 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)


Other cool stuff:
There's a man page

Type 'man openemr' on commandline.


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


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