===========================================================================
$NetBSD: MESSAGE,v 1.1 2015/02/19 15:21:18 taca Exp $

1. Set up typo3; Add below line in your httpd.conf.

	Alias	/typo3	/usr/pkg/share/typo3/www

   Or set DocumentRoot to /usr/pkg/share/typo3/www.

2. First, enable TYPO3 installer.

    	# cp /dev/null /usr/pkg/share/typo3/www/FIRST_INSTALL

3. Access typo3 site.  You will be redirected to installer.

===========================================================================
