简体   繁体   English

我如何运行typo3

[英]How do I get typo3 running

I am a complete newbie in typo3 and I hope someone can find time to guide me to get my installation running. 我是typo3的一名新手,我希望有人能抽出时间指导我开始安装。 Going through the getting started page, I untarred 浏览入门页面,我将其解开

typo3_src-7.6.10.tar.gz" 

in

/var/www/html

on Linux (Ubuntu). 在Linux(Ubuntu)上。 At this step am stuck. 在这一步卡住了。 I have also created the recommended links in htdocs contained in my rootdocument, which I named "weaconsort". 我还在root文档中包含的htdocs中创建了推荐的链接,我将其命名为“ weaconsort”。 I have even created an empty file "FIRST_INSTALL". 我什至创建了一个空文件“ FIRST_INSTALL”。 Below are contents of htdocs: 以下是htdocs的内容:

FIRST_INSTALL
-rw-r--r-- 1 root root 13363 Aug 10 19:30 .htaccess
lrwxrwxrwx 1 root root    19 Aug 10 19:29 index.php -> typo3_src/index.php
lrwxrwxrwx 1 root root    15 Aug 10 19:30 typo3 -> typo3_src/typo3
lrwxrwxrwx 1 root root    19 Aug 10 19:29 typo3_src -> ../typo3_src-7.6.10

At this point am stuck. 此时卡住了。 How do I launch typo3 to start the configuration? 如何启动typo3以启动配置? Thanks to comments I have received so far I have made some progress. 到目前为止,由于我收到的评论,我取得了一些进展。 I am able to open my page in a browser. 我可以在浏览器中打开页面。 According to the tpyo3 documentation if I put 根据tpyo3文档,如果我把

http://localhost/mypage/typo3/install

I should be taken through the configuration for the backend. 我应该对后端进行配置。 But I do not see any file named install in the typo3 directory. 但是我没有在typo3目录中看到任何名为install的文件。 When I put 当我放

http://localhost/weaconsort/typo3_src-7.6.10/typo3/sysext/backend/

I see typo3 directories as shown in the picture attached. 如图所示,我看到了typo3目录。 typo3目录 . My problem still remains- how do I login to the backend? 我的问题仍然存在-如何登录到后端?

Sorry to come back on the same issue. 很抱歉再次遇到相同的问题。 After a lot of trying, I do not understand why I cannot get the install tool. 经过大量的尝试,我不明白为什么我无法获得安装工具。 From this site 来自这个网站

https://docs.typo3.org/typo3cms/InstallationGuide/QuickInstall/TheInstallTool/Index.html

when I enter 当我进入

http://www.example.com/typo3/install/

I get a short paragraph with the title "Example Domain". 我得到一个简短的标题为“ Example Domain”的段落。 I am able to read all my documents with "localhost/domainname/docname", but its more like only on the frontend. 我能够使用“ localhost / domainname / docname”读取我的所有文档,但是它更像是在前端。 The one install file I see in typo3 is in "typo3_src-7.6.10/typo3/sysext/install/Start/" (install.php). 我在typo3中看到的一个安装文件在“ typo3_src-7.6.10 / typo3 / sysext / install / Start /”(install.php)中。 When I put this in my web browser I get 当我将其放在网络浏览器中时,我得到

run(); }); 

I have gone read the installguide over and over, can't figure out what am not doing correctly. 我已经一遍又一遍地阅读了安装指南,无法弄清楚哪些操作不正确。 Help will be appreciated. 帮助将不胜感激。

It seems you are just missing to call the url in your Webbrowser. 似乎您只是缺少在Webbrowser中调用url的功能。 By guessing this is just localhost in your case 通过猜测在您的情况下这只是本地主机

You don't have to start anything. 您无需开始任何事情。 If your web server is running, typo3 is running. 如果您的Web服务器正在运行,则typo3正在运行。 Now, like Georg Ringer said, you just have to call typo3 to finish the installation. 现在,就像Georg Ringer所说的那样,您只需要调用typo3即可完成安装。

Since you said that localhost give you a php_info(), then most likely you have to type localhost/html/typo3. 因为您说过localhost给您提供了一个php_info(),所以很可能您必须键入localhost / html / typo3。

I would have commented but I don't have enough reputation yet. 我会发表评论,但我还没有足够的声誉。

Did you do a composer install in the root of your install? 您是否在composer install的根目录中进行了composer install安装? If no composer.json is found there, try to do a composer install in the typo3-folder as this loads the needed dependencies. 如果在此找不到composer.json ,请尝试在typo3-folder composer install typo3-folder因为这会加载所需的依赖项。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM