我正在尝试将 Dummy 软件包安装到我的笔记本电脑上。
我已经安装WAMP
并将虚拟包放入 WWW 目录中。
但是,当我转到我Localhost
的 fromWAMP
并单击虚拟页面时,它没有显示安装屏幕,而是显示了我的目录索引。
创建 ENABLE_INSTALL_TOOL 只需使用命令行
win+r -> 输入 cmd -> 导航到目录 -> 输入:echo > ENABLE_INSTALL_TOOL
Dummy package has no sources inside, you can see, there's no even index.php
file.
Use Source + Dummy
which will give you an empty TYPO3 system or even better Introduction Package
for learning purposes - working and containing lot of samples.
To create ENABLE_INSTALL_TOOL
make sure that your system displays files' names with extension ie: open with the Windows Explorer
folder where you unziped the package and make sure that it can see filenames as INSTALL.txt
(not only INSTALL
) if it doesn't you need to search in options of Windows Explorer...)
Then go to folder typo3conf
and create just common, empty file ENABLE_INSTALL_TOOL.txt
and finally chane it's name and remove .txt
extension.
TYPOe install tool will be satisfied.