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 Issues #41

Open
cloudybdone opened this issue Oct 3, 2022 · 1 comment
Open

File Not Found Issues #41

cloudybdone opened this issue Oct 3, 2022 · 1 comment

Comments

@cloudybdone
Copy link

    Hi,

I have a similar error, have you found a fix?

I am running it on my workstation (Ubuntu 16.04) and the terminal show the following warnings:

giancos@PC-KW-60110:~/git/cocorico-docker$ sudo docker run --name cocorico -ti -p 80:80 -p 3306:3306 -p 9001:9001 -p 27017:27017  -v `pwd`:/cocorico -v `pwd`/tmp/mysql:/var/lib/mysql -v `pwd`/tmp/mongo:/data/db -e HOST_UID=$UID cocolabs/cocorico
Unable to find image 'cocolabs/cocorico:latest' locally
latest: Pulling from cocolabs/cocorico
c87736221ed0: Pull complete 
c4510e94c06d: Pull complete 
261ce2f932b8: Pull complete 
422711fe38cd: Pull complete 
Digest: sha256:d06978f5684eba820ca9d20277bc0779ea5a854c57be67f61a96cfd90488ec15
Status: Downloaded newer image for cocolabs/cocorico:latest
PHP Warning:  Version warning: Imagick was compiled against Image Magick version 1799 but version 1800 is loaded. Imagick will run but may behave surprisingly in Unknown on line 0
Composer could not find a composer.json file in /cocorico
To initialize a project, please create a composer.json file as described in the https://getcomposer.org/ "Getting Started" section
PHP Warning:  Version warning: Imagick was compiled against Image Magick version 1799 but version 1800 is loaded. Imagick will run but may behave surprisingly in Unknown on line 0
Could not open input file: bin/console
PHP Warning:  Version warning: Imagick was compiled against Image Magick version 1799 but version 1800 is loaded. Imagick will run but may behave surprisingly in Unknown on line 0
Could not open input file: bin/console
PHP Warning:  Version warning: Imagick was compiled against Image Magick version 1799 but version 1800 is loaded. Imagick will run but may behave surprisingly in Unknown on line 0
Could not open input file: bin/console
cocorico is alive

Same here, the Supervisor is working, but bootstrap is in "exited" state.

image

Thanks for letting me know if you find a fix.

Cheers

Originally posted by @SilvioGiancola in #25 (comment)

Same issues here. I m using Ubuntu 20.04 LTS

@clateway
Copy link

clateway commented Oct 16, 2022

Same issue here. I installed it on EC2 on AWS in docker. Get a file not found error.

You need to edit: vi /home/ec2-user/app/config/parameters.yml and put your server in for the database as well as for the url. Put it between '' like this 'http://192.168.1.0'

Give 755 rights

Then it should work

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

2 participants