diff --git a/www/contao35/files/README b/www/contao35/files/README new file mode 100644 index 000000000000..e01058e4ef7b --- /dev/null +++ b/www/contao35/files/README @@ -0,0 +1,22 @@ +$NetBSD: README,v 1.1 2015/12/16 09:22:19 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. + +5. Start setup from Contao installer, the installer's URL is + http://www.example.org/contao/install.php.