Hello all,
I’ve been trying to deploy Grav to IBM Bluemix’s service, Cloud Foundry PHP (CF). What it is, is basically a PaaS (platform as a service) which allows for quick deployment of apps to the cloud.
I’ve downloaded the .zip Grav Core + Admin from the download page, deployed it locally (XAMPP) and it ran perfectly. But when I deploy to CF, it only returns:
Please run: bin/grav install
I’ve no idea what the problem is, since I downloaded the ZIP package which shouldn’t require me to run bin/grav install. In fact, I uploaded the folder which I’ve set up and run locally on XAMPP to the CF server.
You can visit the site at: https://gravcms.mybluemix.net/
The server instance is running PHP 5.6.31, you can view the phpinfo I’ve created here:
https://gravcms.mybluemix.net/info.php
I hope someone can help me with this problem.
Thank you.