-
Notifications
You must be signed in to change notification settings - Fork 48
Description
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