You are on page 1of 2

Configuration of Apache web server...

The "C:\wamp\www\openemr\sites\*\documents", "C:\wamp\www\openemr\sites\*\edi" a


nd "C:\wamp\www\openemr\sites\*\era" directories contain patient information, an
d it is important to secure these directories. This can be done by placing perti
nent .htaccess files in these directories or by pasting the below to end of your
apache configuration file:
<Directory C:\wamp\www\openemr\sites\*\documents>
order deny,allow
Deny from all
</Directory>
<Directory C:\wamp\www\openemr\sites\*\edi>
order deny,allow
Deny from all
</Directory>
<Directory C:\wamp\www\openemr\sites\*\era>
order deny,allow
Deny from all
</Directory>
If you are having difficulty finding your apache configuration file, then refer
to the 'INSTALL' manual for suggestions.
We recommend you print these instructions for future reference.
Click 'continue' for further instructions.
Congratulations! OpenEMR is now installed.
Access controls (php-GACL) are installed for fine-grained security, and can be a
dministered in OpenEMR's admin->acl menu.
Reviewing C:\wamp\www\openemr\library\classes/../../sites/default/config.php is
a good idea. This file contains some settings that you may want to change.
There's much information and many extra tools bundled within the OpenEMR install
ation directory. Please refer to openemr/Documentation. Many forms and other use
ful scripts can be found at openemr/contrib.
To ensure a consistent look and feel through out the application using Firefox i
s recommended.
The OpenEMR project home page, documentation, and forums can be found at http://
www.open-emr.org
We pursue grants to help fund the future development of OpenEMR. To apply for th
ese grants, we need to estimate how many times this program is installed and how
many practices are evaluating or using this software. It would be awesome if yo
u would email us at drbowen@oemr.org if you have installed this software. The mo
re details about your plans with this software, the better, but even just sendin
g us an email stating you just installed it is very helpful.
We recommend you print these instructions for future reference.
The initial OpenEMR user is 'admin' and the password is 'admin'
If you edited the PHP or Apache configuration files during this installation pro
cess, then we recommend you restart your Apache server before following below Op
enEMR link.
Click here to start using OpenEMR.

You might also like