summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2015-12-16 09:22:19 +0000
committertaca <taca@pkgsrc.org>2015-12-16 09:22:19 +0000
commitc64eacd8176bf78592ecf1733218a4400b6086d3 (patch)
tree00b5c1d6fba5b4bee0d5f3f660304d2be8f0f7a3 /www
parentdcd3771f8ca2528b3b9164c88e3c89a6dc69d68b (diff)
downloadpkgsrc-c64eacd8176bf78592ecf1733218a4400b6086d3.tar.gz
Add files/README copying from ../contao/files/README.
Fix build problem.
Diffstat (limited to 'www')
-rw-r--r--www/contao35/files/README22
1 files changed, 22 insertions, 0 deletions
diff --git a/www/contao35/files/README b/www/contao35/files/README
new file mode 100644
index 00000000000..e01058e4ef7
--- /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 <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.
+
+5. Start setup from Contao installer, the installer's URL is
+ http://www.example.org/contao/install.php.