Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"File not found" revisited #29

Open
gmuylst opened this issue Dec 5, 2019 · 2 comments
Open

"File not found" revisited #29

gmuylst opened this issue Dec 5, 2019 · 2 comments

Comments

@gmuylst
Copy link

gmuylst commented Dec 5, 2019

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

@rkhyd
Copy link

rkhyd commented Feb 6, 2020

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

@AntRoyal
Copy link

AntRoyal commented May 7, 2020

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants