head	1.2;
access;
symbols
	pkgsrc-2014Q1:1.1.0.8
	pkgsrc-2014Q1-base:1.1
	pkgsrc-2013Q4:1.1.0.6
	pkgsrc-2013Q4-base:1.1
	pkgsrc-2013Q3:1.1.0.4
	pkgsrc-2013Q3-base:1.1
	pkgsrc-2013Q2:1.1.0.2
	pkgsrc-2013Q2-base:1.1;
locks; strict;
comment	@# @;


1.2
date	2014.06.01.14.14.53;	author taca;	state dead;
branches;
next	1.1;
commitid	5sGd2RUJtDDoiPCx;

1.1
date	2013.06.27.15.48.29;	author taca;	state Exp;
branches;
next	;
commitid	X7FGej8wkQWDHgVw;


desc
@@


1.2
log
@Remove contao211 since Contao 2.11 is EOL.
@
text
@$NetBSD: README,v 1.1 2013/06/27 15:48:29 taca Exp $

1. First, create a database for Contao Open Source CMS.

	# mysqladmin -p -u <administrator> create <dbname>.

2. Next, create a user for accessing that database.

	# mysql -p -u <administrator> <dbname>
	mysql> grant select, insert, update, delete, create, drop,
	       index, alter, create temporary tables, lock tables on
	       <dbname>.* to '<dbuser>'@@'localhost'
	       identified by '<dbpass>' ;

3. Edit ${PKG_SYSCONFDIR}/contao.conf and include from httpd.conf.

	Include ${PKG_SYSCONFDIR}/contao.conf

   Then reload or restart apache.

4. Start setup from Contao installer.  If your setup Contao's
   URL as http://www.example.org/, the installer's URL will be
   http://www.example.org/contao/install.php.

@


1.1
log
@* Make contao211 to use own FILESDIR.
* A small clean up to common/Makefile.common.

No functional change.
@
text
@d1 1
a1 1
$NetBSD: README,v 1.1.1.1 2010/07/05 14:39:32 taca Exp $
@

