Difference between revisions of "Download Package"

From OpenEMR Project Wiki
(Created page with "Hopefully you actually have the package and just need to know how to open it and then what to do with it. Prerequisites: Apache PHP4 MySQL You can get the most recent OpenEM...")
 
 
Line 26: Line 26:


$ mv openemr /var/www/html/
$ mv openemr /var/www/html/
[[Category:Installation]]

Latest revision as of 17:23, 4 November 2011

Hopefully you actually have the package and just need to know how to open it and then what to do with it.

Prerequisites:

Apache

PHP4

MySQL

You can get the most recent OpenEMR package at:

http://sourceforge.net/project/showfiles.php?group_id=60081

For Linux (unix) you need somefilename.tar.gz such as

openemr-2.8.0.tar.gz

I use my usual login user:

$ tar -zxvf openemr-2.8.0.tar.gz

$ mv openemr-2.8.0 openemr

$ su

$ mv openemr /var/www/html/