[FLOW3-general] neos, unable to see setup

Olivier Dobberkau olivier.dobberkau at dkd.de
Mon Oct 8 23:23:03 CEST 2012


Am 08.10.12 22:06, schrieb mario chiari:

> -- tried http://localhost/TYPO3-Neos-1.0-alpha1/Web

done this?

http://neos.typo3.org/download.html


--snip--

Set up a virtual host inside your apache.conf, and then restart apache:

NameVirtualHost *:80 # if needed

<VirtualHost *:80>
    DocumentRoot "/your/htdocs/TYPO3-Neos-1.0-alpha1/Web/"
    # skip the following line for development
    Setenv FLOW_CONTEXT Production
    ServerName neos.demo
</VirtualHost>

Add an entry to /etc/hosts:

127.0.0.1 neos.demo

--snap--

Olivier


More information about the FLOW3-general mailing list