summaryrefslogtreecommitdiff
path: root/www/cmsmadesimple/files/pkg-message.in
diff options
context:
space:
mode:
Diffstat (limited to 'www/cmsmadesimple/files/pkg-message.in')
-rw-r--r--www/cmsmadesimple/files/pkg-message.in31
1 files changed, 0 insertions, 31 deletions
diff --git a/www/cmsmadesimple/files/pkg-message.in b/www/cmsmadesimple/files/pkg-message.in
deleted file mode 100644
index 73bfaebc0316..000000000000
--- a/www/cmsmadesimple/files/pkg-message.in
+++ /dev/null
@@ -1,31 +0,0 @@
-
-POST-INSTALL CONFIGURATION FOR cmsmadesimple
-=====================================
-
-1) Create a user and a database for cmsmadesimple to store all
- its tables in (or choose an existing database).
-
-2) Add the following to your Apache configuration, and
- restart the server:
-
- ### Add the AcceptPathInfo directive only for Apache 2.0.30 or later.
- Alias /cmsmadesimple %%WWWDIR%%/
- AcceptPathInfo On
- <Directory %%WWWDIR%%>
- AllowOverride None
- Order Allow,Deny
- Allow from all
- </Directory>
-
-3) Visit your CmsMadeSimple site with a browser (i.e.,
- http://your.server.com/cmsmadesimple/), and you should
- be taken to the install.php script, which will lead
- you through creating a config.php file and then
- setting up cmsmadesimple.
-
-For more information, see the INSTALL DOCUMENTATION:
-
-
-http://wiki.cmsmadesimple.org/index.php/User_Handbook/Installation/Shell_Install
-
-=====================================