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

From OpenEMR Project Wiki
m (30 revisions: Ubuntu-Debian_OpenEMR_CVS_Package_Installation)
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
== Overview ==
#REDIRECT [[Ubuntu-Debian OpenEMR Development Package Installation]]
This package will install/configure the most current development (unstable) version of OpenEMR.  It is extremely easy to install and uninstall, and it will not interfere with the official [[OpenEMR 3.2 Ubuntu-Debian Package Installation|Ubuntu/debian OpenEMR Production Version Package]].  Since this code is unstable, this should only be used for testing and evaluation purposes.
 
To give a common scenario where this package would be useful:<br>
A user is currently using the official Debian OpenEMR Production Version package on their computer for their clinic.  They note interesting changes that have happened to the developer code in the forums and would like to test/evaluate it on their local computer.  This package would install/configure this most recent development code to allow the user to test/evaluate it.  When the user is done testing/evaluating, it is then very simple to remove this package.  Then in a couple more days/week they can repeat the package installation to again test/evaluate the most recent cvs version.
 
Note this package installs an "unstable" version of OpenEMR and is only meant for testing/evaluation. If you want the stable package for production purposes then go [[OpenEMR 3.2 Ubuntu-Debian Package Installation|HERE]].
 
In both Ubuntu and Debian, we recommend installing via command line.  We recommend uninstallation to be done in command line.
 
== Command line Ubuntu Installation ==
'''Commands (commands are in red):'''
:<span style="color:red;">'''wget bradymd.com/cvs-openemr_1.0.0-8_all.deb'''</span>
:<span style="color:red;"><b>sudo apt-get update</b></span>
:<span style="color:red;"><b>sudo dpkg -i cvs-openemr_1.0.0-8_all.deb</b></span>
::'' (If there was an error(s), then issue the following command (type 'Y' after):''<span style="color:red;"><b> sudo apt-get install -f </b></span>)
::''-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 (Developer Version - Unstable)
::''(user is 'admin' , password is 'pass')''
::''(can also login to OpenEMR by browsing to http://localhost/cvs-openemr)''
:Server - From another computer browse to server at http://server_IP_address/csv-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):'''
:<span style="color:red;"><b>wget bradymd.com/cvs-openemr_1.0.0-8_all.deb</b></span>
:<span style="color:red;"><b>su</b></span>
:<span style="color:red;"><b>apt-get update</b></span>
:<span style="color:red;"><b>dpkg -i cvs-openemr_1.0.0-8_all.deb</b></span>
::'' (If there was an error(s), then issue the following command (type 'Y' after):''<span style="color:red;"><b> apt-get install -f </b></span>)
::''-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 (Developer Version - Unstable)
::''(user is 'admin' , password is 'pass')''
::''(can also login to OpenEMR by browsing to http://localhost/cvs-openemr)''
:Server - From another computer browse to server at http://server_IP_address/cvs-openemr .
::''(user is 'admin' , password is 'pass')''
::''(server IP address can be found using 'ifconfig' command)''
 
== Package Removal ==
 
=== Command line Ubuntu Removal ===
:'''Commands (commands are in red):'''
::<span style="color:red;"><b>sudo dpkg -r cvs-openemr</b></span>
 
 
=== Command line Debian Removal ===
:'''Commands (commands are in red):'''
::<span style="color:red;"><b>su</b></span>
::<span style="color:red;"><b>dpkg -r cvs-openemr</b></span>
 
== Support ==
Support:<br>
http://sourceforge.net/projects/openemr/forums<br>
 
 
Authors:<br>
Brady Miller <brady@sparmy.com> http://www.bradymd.com/appliance/<br>
Amalu Obinna <amaluobinna@aol.com>

Latest revision as of 21:29, 24 April 2012