$NetBSD: README,v 1.1.1.1 2010/07/05 14:39:32 taca Exp $ 1. First, create a database for Contao Open Source CMS. # mysqladmin -p -u create . 2. Next, create a user for accessing that database. # mysql -p -u mysql> grant select, insert, update, delete, create, drop, index, alter, create temporary tables, lock tables on .* to ''@'localhost' identified by '' ; 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.