[Neos] Re: Installing NEOS on LAMPP
Martin
martinstockffm at googlemail.com
Wed Aug 13 18:34:47 CEST 2014
Hi there,
I tried the installation of TYPO3 Neos several times. The LM 17 installation was not good, then I made a new installation of LM 17. The tutorial of installation of apache2 was successfull.
But the installation of TYPO3 Neos not.
The data of TYPO3 Neos is now in the following file structure: /var/www/html/TYPO3-Neos/
I have done all what I saw in the documentation of TYPO3 Neos.
But the filepermissions I need is maybe not running good. When I go to "localhost/TYPO3-Neos" then I see the Index of TYPO3 Neos. After this I click on "Web" and I will forwarded to an error page with some information and a link to Go to setup. But this link will send me to the following site: "localhost/setup". Error 404!
The virtual host data is in the file "neos.demo.conf" in the folder /etc/apache2/sites-available/.
Following is included there:
<VirtualHost *:80>
DocumentRoot "/var/www/html/TYPO3-Neos/Web/"
# skip the following line for development
#SetEnv FLOW_CONTEXT Production
SetEnv FLOW_CONTEXT Development
ServerName neos.demo </VirtualHost>
What can I do now?
More information about the Neos
mailing list