diff options
author | miwi <miwi@FreeBSD.org> | 2008-09-05 22:17:48 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-09-05 22:17:48 +0800 |
commit | eeb07d4798eee7bd6f06bbebbc6ff4d2eaeaaa99 (patch) | |
tree | 450ba1b14012970e9a12b90ce79a34efcb9c49ed /www/cmsmadesimple/files | |
parent | d0e671f75029f7355fcea84e285c076e30a657aa (diff) | |
download | freebsd-ports-gnome-eeb07d4798eee7bd6f06bbebbc6ff4d2eaeaaa99.tar.gz freebsd-ports-gnome-eeb07d4798eee7bd6f06bbebbc6ff4d2eaeaaa99.tar.zst freebsd-ports-gnome-eeb07d4798eee7bd6f06bbebbc6ff4d2eaeaaa99.zip |
CMSMS makes it easy to set up a site and then hand it
over to non-techies to maintain. Unlike other CMS
packages, it isn't over-complex, and it isn't just for
blogs. The drop-down site navigation menus are the
icing on the cake: just so easy to use. There's an
excellent support forum too.
WWW: http://www.cmsmadesimple.org/
PR: ports/127070
Submitted by: Wen heping <wenheping at gmail.com>
Diffstat (limited to 'www/cmsmadesimple/files')
-rw-r--r-- | www/cmsmadesimple/files/pkg-message.in | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/www/cmsmadesimple/files/pkg-message.in b/www/cmsmadesimple/files/pkg-message.in new file mode 100644 index 000000000000..dde1b2871084 --- /dev/null +++ b/www/cmsmadesimple/files/pkg-message.in @@ -0,0 +1,31 @@ + +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 + +===================================== |