How to install Typo3 in Windows 10 with XAMPP?

自闭症网瘾萝莉.ら 提交于 2019-12-08 07:44:35

问题


I have installed XAMPP in Windows, It is working perfectly. but when I installed Typo3 version 8 and it Showed some errors

  • PHP OpenSSL extension not working.
  • PHP extension soap not loaded.
  • Current directory is not within in the current path.
  • Low PHP Script Execution Time.
  • PHP max_input_vars very low.
  • Windows apache thread stack size.

But I can't able to fix the following:

  • PHP OpenSSL extension not working.

  • PHP extension soap not loaded.

  • Current directory is not within in the current path.

  • Windows apache thread stack size.

What should I do?

Thank you


回答1:


Here is the full configuration for the Apache On windows server. This working fine with my windows 10 with SSL.

<script src="https://gist.github.com/GhanshyamBhava/41d3a34acc11cec2a4828b0d4b2c840f.js"></script>

Hope this will work for you.

Greetings!




回答2:


The errors above are not something you have to worry about. You don't need openSSL for development, it is working without soap (maybe this is used by TER), you have to paste all typo3 src in root path because windows doesn't support symlinks.

But if you want to make all things work you have to use vagrant or docker.

Vagrant requires VirtualBox or other Virtual machine tool.

But docker has a boilerplate ready to use: https://github.com/webdevops/TYPO3-docker-boilerplate



来源:https://stackoverflow.com/questions/50043797/how-to-install-typo3-in-windows-10-with-xampp

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!