Cocolabs-SAS / cocorico

👐 Cocorico is an open source marketplace solution for services and rentals. More information right here: https://www.cocorico.io/ 🚀 Cocorico is also available in an off-the-shelf SaaS package, check out https://www.hatch.li to launch your platform today. 😍 We are hiring (telecommute welcome 🏡): https://www.welcometothejungle.com/en/companies/cocorico/jobs/candidatures-spontanees#apply
https://www.cocolabs.com
MIT License
857 stars 610 forks source link

Deployment Error #457

Closed pablovilla4 closed 4 years ago

pablovilla4 commented 4 years ago
Q A
Bug report? [ ]
Feature request? [ ]
Support request? [x]

Hello how are you? I have an error when deploying in production I followed these indications

https://github.com/Cocolabs-SAS/cocorico/blob/master/doc/deployment.md

I don't have any error but on the server when entering it shows me a 404 error

I tried to copy the app.php file that was not copied with the rsync and also the .htaccess.prod.dist (I rename it to .htaccess) but I get a 500 error, is there a little more detailed guide on how to make the deployment in production ??

cocolabssas commented 4 years ago

Hi @pablovilla4,

could you look at your http server (eg: /var/log/apache2/) and application logs (var/logs) and send the corresponding 500 error messages.

EconsultingWCU commented 4 years ago

Q A Bug report? [ ] Feature request? [ ] Support request? [x] Hello how are you? I have an error when deploying in production I followed these indications

https://github.com/Cocolabs-SAS/cocorico/blob/master/doc/deployment.md

I don't have any error but on the server when entering it shows me a 404 error

I tried to copy the app.php file that was not copied with the rsync and also the .htaccess.prod.dist (I rename it to .htaccess) but I get a 500 error, is there a little more detailed guide on how to make the deployment in production ??

Did you get it working? I am facing a similar problem. I have an internal developer exp. with drupal but he does not manage to launch the basic setup of Cocorico based on the publicly available instructions.

SchulzWill commented 4 years ago

What error are you having, @EconsultingWCU ?

pablovilla4 commented 4 years ago

Hello finally I deployed it manually copying the files like this in Symfony https://symfony.com/doc/3.4/deployment.html

Thanks and regards!!!