4b51f3f217
System for easily building and maintaining a dynamic web site. Keep your web site up to date with this easy to use, secure and flexible system. It is the ideal tool for a wide range of users: from business to community users, from large enterprises to people who want a simple, easy to use blogging tool. ImpressCMS is a powerful system that gets outstanding results! WWW: http://www.impresscms.org/ PR: ports/126948 Submitted by: Wen heping <wenheping at gmail.com>
32 lines
968 B
Text
32 lines
968 B
Text
|
|
POST-INSTALL CONFIGURATION FOR ImpressCMS
|
|
=====================================
|
|
|
|
1) Create a user and a database for ImpressCMS 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 /impresscms %%WWWDIR%%/
|
|
AcceptPathInfo On
|
|
<Directory %%WWWDIR%%>
|
|
AllowOverride None
|
|
Order Allow,Deny
|
|
Allow from all
|
|
</Directory>
|
|
|
|
3) Visit your ImpressCMS site with a browser (i.e.,
|
|
http://your.server.com/impresscms/htdocs), and you should
|
|
be taken to the install.php script, which will lead
|
|
you through setting up ImpressCMS.
|
|
|
|
4) When the install script requires Trust Path, please input
|
|
"%%WWWDIR%%/trust_pathxxx".
|
|
|
|
For more information, see the INSTALL DOCUMENTATION:
|
|
|
|
http://wiki.impresscms.org/index.php?title=Installation_Guide
|
|
|
|
=====================================
|