[TYPO3-4-3] Get rid of source+dummy, source and dummy package
Steffen Müller
typo3 at t3node.com
Wed Feb 17 14:25:39 CET 2010
Hi.
On 17.02.2010 14:05 Steffen Kamper wrote:
> 2) with symlinks you also create a directory and create the symlinks,
> call it from webserver.
>
> Goal is to make the complete install much easier for the user. 2) is
> something admins do, and they are more advanced.
# wget dummy-4.x.x.tar.gz
# tar xfz dummy-4.x.x.tar.gz
looks not harder or easier to me than
# ln -s /path/to/typo3_src
# ln -s typo3 typo3_src/typo3
# ln -s t3lib typo3_src/t3lib
# ln -s index.php typo3_src/index.php
# touch ENABLE_INSTALL_TOOL
In both cases you have to fiddle on the shell. Where's the gain?
--
cheers,
Steffen
TYPO3 Blog: http://www.t3node.com/
Microblog: http://twitter.com/t3node
More information about the TYPO3-project-4-3
mailing list