You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
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.
I refer to the former issue posted here: #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
The text was updated successfully, but these errors were encountered: