aboutsummaryrefslogtreecommitdiff
path: root/www/openemr/files/pkg-message.in
blob: 1bebbb3aa69c7331b681f35ed1e0854f2ade463a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
[
{ type: install
  message: <<EOM

1) Add the following to your Apache configuration file
   httpd.conf, and restart the server:

   Alias /openemr %%PREFIX%%/%%OPENEMRDIR%%/
   AcceptPathInfo On
   <Directory %%PREFIX%%/%%OPENEMRDIR%%/>
      AllowOverride None
      Require all granted
   </Directory>

2) Visit your OpenEMR site with a browser (i.e.,
   http://your.server.com/openemr/), and you should
   be taken to the install script, which will lead
   you through the installation step by step.

For more information, see the INSTALL DOCUMENTATION:

   https://www.open-emr.org/wiki/index.php/OpenEMR_Installation_Guides

EOM
}
]