[Neos] Re: No setup found

Alexander Kuxhausen alxkxh at gmail.com
Tue Jan 21 22:44:55 CET 2014


I had the same problem with neos.demo/setup too (I'm using Ubuntu 12.04). Here is the solution:
first set the parameters in php.ini as Patric wrote.
1. check whether the module 'mod_rewrite' is enabled due to call of a php file with content:
<?php
phpinfo();
?>
 in browser (looking for 'mod_rewrite')
2. If the module is not enabled, call 'sudo a2enmod' and choose 'rewrite'.
3. In the file '/etc/apache2/sites-available/default' switch the mode from 'AllowOverride None' to 'AllowOverride All' in the section <Directory /var/www/TYPO3-Neos/Web/>
4. Restart the Apache server 'sudo /etc/init.d/apache2 restart'
Try 'neos.demo/setup' again.


More information about the Neos mailing list