Cocolabs-SAS / cocorico-docker

The official Cocorico docker image that give you the ability to run Cocorico out of the box.
https://www.cocolabs.io/
MIT License
23 stars 48 forks source link

"File not found" revisited #29

Open gmuylst opened 4 years ago

gmuylst commented 4 years ago

I refer to the former issue posted here: https://github.com/Cocolabs-SAS/cocorico-docker/issues/25

We installed Cocorico through Docker on a brand new CentOS virtual server. All installations seem to work perfectly without any error messages. We also tried changing cocorico_core.assets_base_urls: in the app/config/parameters.yml but this does not seem to help at all.

Does anybody have any other ideas on how to fix this issue? Or is it required to install other things on the clean Linux OS before even trying to install Cocorico with the docker package?

parameters: database_host: 217.19.239.128 database_port: null database_name: cocorico database_user: cocorico database_password: cocorico mongodb_server: 'mongodb://localhost:27017' mongodb_database_name: cocorico mailer_transport: smtp mailer_host: localhost mailer_user: null mailer_password: null mailer_port: null secret: d69958a4fff6ba8f0f4fc4fc2657366ccf9dd0f3 use_assetic_controller: false cocorico.assets_base_urls: 'http://217.19.239.128' router.request_context.host: 217.19.239.128

rkhyd commented 4 years ago

i also have the same issue with docker version running on ubuntu 18.04

AntRoyal commented 4 years ago

After installation of this docker version I had a "file not found" when trying to access via the web. Discovered that permissions for /cocorico wouldn't let nginx access. Changed permissions to 755 and then it worked fine. Hope this is useful for someone.