2013-11-26 95a730f [RELEASE] Release of TYPO3 4.7.16 (TYPO3 Release Team) 2013-11-19 5975854 #53758 [BUGFIX] Table cache_imagesizes is defined twice (Michiel Roos) 2013-11-19 7d0a241 #53750 [BUGFIX] Scheduler extension sql file is invalid (Michiel Roos) 2013-11-11 90f4945 #31998 [BUGFIX] Faulty check for missing SMTP port (Stefan Neufeind) 2013-11-11 f328884 #47040 [BUGFIX] Enable treeConfig overriding by Page TSconfig (Stefan Neufeind) 2013-11-09 2c82f33 #29179 [BUGFIX] Escape title, extension, description of scheduler tasks (Stefan Neufeind) 2013-11-09 d683693 #53195 [BUGFIX] T3editor: Honour fileDenyPattern on saving included TS (Stefan Neufeind) 2013-10-28 37c4f0b #53075 [BUGFIX] Cannot auto-load SC_* classes (Ernesto Baschny) 2013-10-23 ceba809 #31572 [BUGFIX] Exception using cObject FORM in TypoScript (Andreas Bouche) 2013-10-23 f8f155e #43540 [BUGFIX] TS is fetched from cache incorrectly sometimes (Jigal van Hemert) 2013-10-22 2ce69d2 #50881 [TASK] Added missing core autoloaded files (Ernesto Baschny) 2013-10-13 d361b29 #52759 [BUGFIX] Object passed to date() (Philipp Gampe) 2013-10-12 3699866 #52104 [BUGFIX] Wrong calculation of maximum value for checkbox fields (Nicole Cordes) 2013-10-11 073dd57 #36573 [BUGFIX] Add workspace overlay for fetched records. (Anja Leichsenring) 2013-10-06 f26f2f1 #52045 [BUGFIX] EmConfUtility accesses non-arrays (Markus Klein) 2013-09-27 fda9783 #52091,#51684 [BUGFIX] Check for string before using strlen (Markus Klein) 2013-09-26 9673d7e #50913 [BUGFIX] Fix PHP warning trigged in getAuthInfoArray() (Christian Finkemeier) 2013-09-26 e06f05a #34886 [BUGFIX] CF FileBackend unlimited lifetime support (Dominique Feyer)
15 lines
548 B
Text
15 lines
548 B
Text
===========================================================================
|
|
$NetBSD: MESSAGE,v 1.1 2013/12/05 16:42:21 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.
|
|
===========================================================================
|