head	1.2;
access;
symbols;
locks; strict;
comment	@# @;


1.2
date	2006.06.26.14.47.18;	author pav;	state dead;
branches;
next	1.1;

1.1
date	2006.05.05.06.27.53;	author aaron;	state Exp;
branches;
next	;


desc
@@


1.2
log
@- Update to 1.4.0

PR:		ports/99474
Submitted by:	Beat Gatzi <beat@@chruetertee.ch> (maintainer)
@
text
@Create a new VirtualHost for your fluxcms installation.

Be sure to have AllowOverride and mod_rewrite enabled in Apache.
A simple VirtualHost entry may look as following: 

	<VirtualHost *:80>
		DocumentRoot %%PREFIX%%/www/fluxcms
		ServerName fluxcms.yourdomain.org
		<Directory %%PREFIX%%/www/fluxcms>
			AllowOverride All
		</Directory>     
	</VirtualHost>

Open up the webbased installer: http://fluxcms.yourdomain.org/install/
Go through that. If everything works ok, Flux CMS is set up.
Open your newly installed Flux CMS with http://fluxcms.yourdomain.org/
The admin can be reached with http://fluxcms/admin/ (the trailing slash is
important right now). You can log in with the data provided in the installer. 
@


1.1
log
@Add fluxcms 1.3.1, an extensible and flexible CMS based on PHP 5 and
XML/XSLT.

PR:		ports/92644
Submitted by:	beat
Approved by:	tobez
@
text
@@

