aboutsummaryrefslogtreecommitdiff
path: root/www/openemr/files/pkg-message.in
diff options
context:
space:
mode:
Diffstat (limited to 'www/openemr/files/pkg-message.in')
-rw-r--r--www/openemr/files/pkg-message.in26
1 files changed, 26 insertions, 0 deletions
diff --git a/www/openemr/files/pkg-message.in b/www/openemr/files/pkg-message.in
new file mode 100644
index 000000000000..1bebbb3aa69c
--- /dev/null
+++ b/www/openemr/files/pkg-message.in
@@ -0,0 +1,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
+}
+]