due to customer’s requests, we know that Strato does not work (due to PHP binary not being available); but all-inkl.com works (we found this as alternative); as long as you have SSH access.
Forget the 1und1 Webhosting Unlimited Pro, it was undoable. I tried to get Neos 1.2.9 to run and I hit roadblock after roadblock. You can’t setup your webspace in a way that is compatible with Neos.
Their vserver is fine, though.
Mittwald Webhosting XL works great with Neos 1.2.9 and they offer a one-click-installer.
No Neos 2.0 support yet, though.
I have Neos 1.2 running on Hostpoint (.ch) with SSH access.
I had some issues setting file permissions with sudo ./flow flow:core:setfilepermissions as sudo is not available. But it works fine, except that I have to clear cache with: FLOW_CONTEXT=Production rm -r Data/Temporary; ./flow flow:cache:flush --force
Also make sure you set the PHP settings:
allow_url_fopen = On
memory_limit = 128M
I have some Neos Sites running in the Webhostone Single App Packages. https://www.webhostone.de/webspace_details.html
It works well, but if you have many or huge Images you should increase the memory
I have run sites on https://www.clook.net both the shared server and now the cloud option.
With the shared server there is no shell, but I used cron to run shell scripts!
The support offered seems to me above and beyond for either package. Within 10 minutes someone would be on the case and help me resolve issues.
C̶u̶r̶r̶e̶n̶t̶l̶y̶ ̶N̶e̶o̶s̶ ̶c̶a̶n̶n̶o̶t̶ ̶b̶e̶ ̶i̶n̶s̶t̶a̶l̶l̶e̶d̶ ̶o̶n̶ ̶U̶b̶e̶r̶s̶p̶a̶c̶e̶. For Uberspace, the suggested tutorial is currently incomplete, see the comments section there for my supplement. Standard-Procedure for installation (from the Neos-Docs) is not sufficient on Uberspace in the first place.
See also my post regarding current issues (workarounds inside).
So it is possible to make a fresh installation at the current time (with Gd at least), it’s correct that it is installable on Uberspace.
Just installed Neos on Netcups “Web Expert Light”.
You must just do a two little tricks to run Neos on each Netcups Webhosting tariff.
Change Webost root path. Just change “/httpdocs” to “/httpdocs/Web” in control panel.
Set In Settings.yaml
TYPO3:
Flow:
core:
# see exact path for /var/www/vhosts/yousServerHost.netcup.net/ in phpinfo()'s "open_basedir" var and attach "/usr/local/php56/bin/php" or /usr/local/php55/bin/php depending on PHP version for web.
phpBinaryPathAndFilename: /var/www/vhosts/yousServerHost.netcup.net/usr/local/php56/bin/php
This hoster uses CHROOT for SSH and the paths in SSH and Web are different, therefore do not warm-up caches over SSH untill #187 is merged and relative symlinks are enabled!
Some other Tipps:
Set PHP version for SSH:
1.1. mkdir /binaries
1.2. ln -s /usr/local/php56/bin/php /binaries/php
1.3. echo 'export PATH=/binaries:$PATH' > ~/.bash_profile
1.4. relogin in SSH
The value on max exec time is limited to 60, therefore sometimes you get errors within Neos setup, it’s not nasty -> just reload the page. After that Neos runs very well on this Webhosting platform.
with neos/setup/pull/2 it is possible to use regular(also not from CHROOT as described in my prev. post) PHP CLI binaries on shared hostings like Plesk
We at punkt.de are currently launching a hosting solution espacially tailored for Neos and Flow hosting. It is called proServer. It is a virtual managed root server that provides any tool that you need for advanced neos projects.
The pages are in german only for now, but if you have any questions I would be glad to answer them.