diff options
author | taca <taca@pkgsrc.org> | 2015-12-16 09:23:54 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2015-12-16 09:23:54 +0000 |
commit | fdd2e765120a2e08083c0953d855ba91443267f6 (patch) | |
tree | f019c924b3d02a4170b8f49eff3a1f7697f6f044 /www | |
parent | 0d032884bb2ecbe161f61dff496627ba732bfa7b (diff) | |
download | pkgsrc-fdd2e765120a2e08083c0953d855ba91443267f6.tar.gz |
Make contao/files/README for contao41 and (maybe) later.
Bump PKGREVISION since it uses wrong README file.
Diffstat (limited to 'www')
-rw-r--r-- | www/contao/files/README | 6 | ||||
-rw-r--r-- | www/contao41/Makefile | 3 | ||||
-rw-r--r-- | www/contao41/files/README | 22 |
3 files changed, 5 insertions, 26 deletions
diff --git a/www/contao/files/README b/www/contao/files/README index 3c97608e876..f9df30d3676 100644 --- a/www/contao/files/README +++ b/www/contao/files/README @@ -1,4 +1,4 @@ -$NetBSD: README,v 1.3 2015/12/13 13:54:10 taca Exp $ +$NetBSD: README,v 1.4 2015/12/16 09:23:54 taca Exp $ 1. First, create a database for Contao Open Source CMS. @@ -16,7 +16,7 @@ $NetBSD: README,v 1.3 2015/12/13 13:54:10 taca Exp $ Include ${PKG_SYSCONFDIR}/contao.conf - Then reload or restart apache. +4. Set DocumentRoot to ${CT_WEBDIR}/web, then reload or restart Apache. 5. Start setup from Contao installer, the installer's URL is - http://www.example.org/contao/install.php. + http://www.example.org/install.php. diff --git a/www/contao41/Makefile b/www/contao41/Makefile index 3663dfed6f7..f379e06342e 100644 --- a/www/contao41/Makefile +++ b/www/contao41/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.2 2015/12/13 14:37:08 taca Exp $ +# $NetBSD: Makefile,v 1.3 2015/12/16 09:23:54 taca Exp $ # DISTNAME= contao-${CT_PKGVER} PKGNAME= ${PHP_PKG_PREFIX}-contao${CT_VER}-${CT_VERSION} +PKGREVISION= 1 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_GITHUB:=contao/} GITHUB_PROJECT= standard-edition diff --git a/www/contao41/files/README b/www/contao41/files/README deleted file mode 100644 index cd3ef6f6c29..00000000000 --- a/www/contao41/files/README +++ /dev/null @@ -1,22 +0,0 @@ -$NetBSD: README,v 1.1 2015/12/13 14:20:57 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 - -4. Set DocumentRoot to ${CT_WEBDIR}/web, then reload or restart Apache. - -5. Start setup from Contao installer, the installer's URL is - http://www.example.org/install.php. |