Skip to content
Snippets Groups Projects
Commit e2d0dd80 authored by Felix Kopp's avatar Felix Kopp
Browse files

[TASK] Adapt INSTALL.txt to removed t3lib

There is no need to add symlink for t3lib.
We can strip the line from INSTALL help file.

Change-Id: Id5bb17412dc041a50d452734ab6031a7c1b041e2
Resolves: #49346
Releases: 6.2
Reviewed-on: https://review.typo3.org/21598
Reviewed-by: Christian Kuhn
Tested-by: Christian Kuhn
parent c56d712a
Branches
Tags
No related merge requests found
......@@ -128,7 +128,6 @@ the web server.
Change permissions of the directories and files. The following directories and
files should be read-only for the web server:
t3lib/
typo3/
index.php
......@@ -170,9 +169,8 @@ Users of Windows XP/2000 or newer can use the "junction" program by
Marc Russinovich to create links. The program can be obtained at:
http://technet.microsoft.com/en-us/sysinternals/bb896768.aspx
Next create links for the typo3/ and t3lib/ directories:
Next create link for the typo3/ directory:
cd /var/www/example.com
ln -s typo3_src/t3lib
ln -s typo3_src/typo3
Linux, Unix and Mac OS X users also create a symbolic link to index.php
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment