switch to pkg-readme, ok jasper@

This commit is contained in:
stephan 2010-11-15 12:58:52 +00:00
parent eaf3325569
commit 430a168ba4
3 changed files with 14 additions and 10 deletions

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.13 2010/11/15 09:05:41 stephan Exp $
# $OpenBSD: Makefile,v 1.14 2010/11/15 12:58:52 stephan Exp $
COMMENT = powerful content management system
DISTNAME = drupal-6.19
REVISION = 0
REVISION = 1
DISTFILES= ${DISTNAME}${EXTRACT_SUFX}
RUN_DEPENDS = ::www/php5/core \

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.5 2010/11/15 09:05:41 stephan Exp $
@comment $OpenBSD: PLIST,v 1.6 2010/11/15 12:58:52 stephan Exp $
@option no-default-conflict
@conflict drupal->=6,<7
@owner ${DRUPAL_OWNER}
@ -541,3 +541,5 @@ ${DRUPAL_ROOT}/themes/pushbutton/tabs-option-on.png
${DRUPAL_ROOT}/update.php
${DRUPAL_ROOT}/xmlrpc.php
@extraunexec rm -rf ${DRUPAL_ROOT}/files/*
@cwd ${LOCALBASE}/share/doc/pkg-readmes
${FULLPKGNAME}

View File

@ -1,9 +1,11 @@
To enable a decent configuration of drupal, please create a symbolic
link from ${PREFIX}/conf/modules.sample/drupal6.conf
to ${PREFIX}/conf/modules/drupal6.conf
$OpenBSD: README,v 1.1 2010/11/15 12:58:52 stephan Exp $
ln -s ${PREFIX}/conf/modules.sample/drupal6.conf \
${PREFIX}/conf/modules
To enable a decent configuration of drupal, please create a symbolic
link from ${TRUEPREFIX}/conf/modules.sample/drupal6.conf
to ${TRUEPREFIX}/conf/modules/drupal6.conf
ln -s ${TRUEPREFIX}/conf/modules.sample/drupal6.conf \
${TRUEPREFIX}/conf/modules
In order to run with standard OpenBSD chroot'ed httpd:
@ -38,7 +40,7 @@ Updating from a drupal5 installation:
a lot of things now work. Major stumbling blocks:
* views are lost. Recreating them may be quick, or very painful if you
have a lot of them.
have a lot of them.
* usernodes no longer exist.
* image has been replaced by imagefield.
@ -48,7 +50,7 @@ have a lot of them.
- make sure you have enough space (database, website...)
- install the drupal6 packages you need.
- cp the defaults.settings.php to the settings.php, edit it to point to
your existing database. You will often also need $update_free_access=TRUE
your existing database. You will often also need $update_free_access=TRUE
- point your browser to update.php
- assuming things work, go to the /admin page, enable the modules you need
- rerun update.php