Trying to install Magento 2 on a shared hosting platform
curl -sS https://getcomposer.org/installer | php
git clone https://github.com/magento/magento2.git
php composer.phar install
Go to http://example.com/setup and get a 503 Service Unavailable.
When I go to the logs I can see it states
File not found [/home/example/public_html/setup/index.php/session/prolong]
Any one know how to fix it?