Difference between revisions of "Windows Upgrade 3.1.0 to 3.2.0"
From OpenEMR Project Wiki
Bradymiller (talk | contribs) (Created page with '# Move current(3.1.0) /openemr directory to a backup directory # Unpackage 3.2.0 openemr into web directory and rename the directory to openemr # Edit openemr/interface/globals.…') |
Bradymiller (talk | contribs) |
||
(One intermediate revision by the same user not shown) | |||
Line 16: | Line 16: | ||
Support:<br> | Support:<br> | ||
http://sourceforge.net/projects/openemr/forums<br> | http://sourceforge.net/projects/openemr/forums<br> | ||
[[Category:Upgrade]][[Category:Windows Package]][[Category:XAMPP-OpenEMR Package]] |
Latest revision as of 17:03, 4 November 2011
- Move current(3.1.0) /openemr directory to a backup directory
- Unpackage 3.2.0 openemr into web directory and rename the directory to openemr
- Edit openemr/interface/globals.php (set $webserver_root and $web_root to be same as old version)
- Copy following directories from old 3.1.0 version to /openemr directory:
- /openemr/documents
- /openemr/edi
- /openemr/era
- /openemr/custom/letter_templates
- Record the openemr/library/sqlconf.php file variables from your old 3.1.0 version, and type these into the openemr/library/sqlconf.php file in new openemr version
- In the openemr/library/sqlconf.php file, set the $config variable (found near bottom of file within bunch of slashes) to 1 ($config = 1;).
- Open openemr/sql_upgrade.php (http://localhost/openemr/sql_upgrade.php) in web browser, choose 3.1.0 and click 'Upgrade Database'
- Open openemr/acl_upgrade.php (http://localhost/openemr/acl_upgrade.php) in web browser
- Configure optional settings in interface/globals.php and includes/config.php files