Difference between revisions of "Ubuntu Package Upgrade to 3.2.0"
Bradymiller (talk | contribs) |
Bradymiller (talk | contribs) m (2 revisions: Ubuntu_Package_Upgrade_to_3.2.0) |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
== Overview == | == Overview == | ||
This is pertinent for all users who have OpenEMR version 3.0.1 or 3.1.0 on Ubuntu/Debian, and is basically a one-click upgrade process (I do recommend backing OpenEMR up via the first step to avoid data loss). Note, you do not | This is pertinent for all users who have OpenEMR version 3.0.1 or 3.1.0 on Ubuntu/Debian, and is basically a one-click upgrade process (I do recommend backing OpenEMR up via the first step to avoid data loss). Note, you do not need to have the package installed previously to do an upgrade; it will work without the package being previously installed if you are using OpenEMR version 3.0.1 or 3.1.0 and you previously installed openemr at directory /var/www/openemr . In Ubuntu, upgrade can either be done in desktop or command line. In Debian, we recommend upgrading via command line. | ||
<span style="color:red;">'''Backup before upgrade:<br> | <span style="color:red;">'''Backup before upgrade:<br> | ||
In OpenEMR, go to administration menu and select Backup. Then click 'Continue' and save the backup file to your computer.'''</span> | In OpenEMR, go to administration menu and select Backup. Then click 'Continue' and save the backup file to your computer.'''</span> | ||
== Desktop Ubuntu Upgrade == | == Desktop Ubuntu Upgrade == | ||
Line 53: | Line 51: | ||
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><br> | Amalu Obinna <amaluobinna@aol.com><br> | ||
[[Category:Upgrade]][[Category:Ubuntu Package]][[Category:Debian Package]] |
Latest revision as of 21:24, 24 April 2012
Overview
This is pertinent for all users who have OpenEMR version 3.0.1 or 3.1.0 on Ubuntu/Debian, and is basically a one-click upgrade process (I do recommend backing OpenEMR up via the first step to avoid data loss). Note, you do not need to have the package installed previously to do an upgrade; it will work without the package being previously installed if you are using OpenEMR version 3.0.1 or 3.1.0 and you previously installed openemr at directory /var/www/openemr . In Ubuntu, upgrade can either be done in desktop or command line. In Debian, we recommend upgrading via command line.
Backup before upgrade:
In OpenEMR, go to administration menu and select Backup. Then click 'Continue' and save the backup file to your computer.
Desktop Ubuntu Upgrade
1) Download package here: openemr_3.2.0-1_all.deb (MD5 sum: c234e4ad51574d95e75b7b09b1bae4a8)
2) Double click openemr_3.2.0-1_all.deb file (this opens the GDEBI Package Installer)
3) Click 'Install Package'
- -Enter your Ubuntu password
4) Once complete, can then login to OpenEMR, click in Ubuntu menu Applications-> Office-> Electronic Medical Records - OpenEMR
- (can also login to OpenEMR by browsing to http://localhost/openemr)
Command line Ubuntu Upgrade
Commands (commands are in red):
- wget downloads.sourceforge.net/openemr/openemr_3.2.0-1_all.deb
- sudo aptitude update
- sudo dpkg -i openemr_3.2.0-1_all.deb
- (If there was an error(s), then issue the following command (type 'Y' after): sudo apt-get install -f )
Then login to OpenEMR:
- Desktop - Click in Ubuntu menu Applications-> Office-> Electronic Medical Records - OpenEMR
- (can also login to OpenEMR by browsing to http://localhost/openemr)
- Server - From another computer browse to server at http://server_IP_address/openemr .
- (server IP address can be found using 'ifconfig' command)
Command line Debian Upgrade
Commands (commands are in red):
- wget downloads.sourceforge.net/openemr/openemr_3.2.0-1_all.deb
- su
- aptitude update
- dpkg -i openemr_3.2.0-1_all.deb
- (If there was an error(s), then issue the following command (type 'Y' after): apt-get install -f )
Then login to OpenEMR:
- Desktop - Click in Debian menu Applications-> Office-> Electronic Medical Records - OpenEMR
- (can also login to OpenEMR by browsing to http://localhost/openemr)
- Server - From another computer browse to server at http://server_IP_address/openemr .
- (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>