mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
16 lines
548 B
Plaintext
16 lines
548 B
Plaintext
===========================================================================
|
|
$NetBSD: MESSAGE,v 1.1 2013/09/13 11:53:05 taca Exp $
|
|
|
|
1. Set up typo3; Add below line in your httpd.conf.
|
|
|
|
Alias /typo3 ${PREFIX}/${TYPO3DIR}/${SITEDIR}
|
|
|
|
Or set DocumentRoot to ${PREFIX}/${TYPO3DIR}/${SITEDIR}.
|
|
|
|
2. First, enable TYPO3 installer.
|
|
|
|
# cp /dev/null ${PREFIX}/${TYPO3DIR}/${SITEDIR}/typo3conf/ENABLE_INSTALL_TOOL
|
|
|
|
3. Access typo3 site. You will be redirected to installer.
|
|
===========================================================================
|