summaryrefslogtreecommitdiff
path: root/www/typo3_45/files/README
diff options
context:
space:
mode:
Diffstat (limited to 'www/typo3_45/files/README')
-rw-r--r--www/typo3_45/files/README14
1 files changed, 14 insertions, 0 deletions
diff --git a/www/typo3_45/files/README b/www/typo3_45/files/README
new file mode 100644
index 00000000000..1fd91614810
--- /dev/null
+++ b/www/typo3_45/files/README
@@ -0,0 +1,14 @@
+$NetBSD: README,v 1.1.1.1 2011/12/15 12:36:38 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.
+