ee4 on macOS create site not working #1533
Unanswered
saidbenmoumen
asked this question in
Support Requests
Replies: 1 comment
-
Mac Build is currently failing and will be fixed soon in the coming release. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
hey guys,
i set up easyengine on macOS (BigSur) but i seem i cannot make it. work it says
i checked the logs here's it
[18-06-2021 12:14:57] ee.INFO: ======================== site create start ========================
[18-06-2021 12:14:57] html_type.DEBUG: args: ["test.test"]
[18-06-2021 12:14:57] html_type.DEBUG: assoc_args: ["NULL"]
[18-06-2021 12:14:57] ee.DEBUG: COMMAND: which docker
[18-06-2021 12:14:57] ee.DEBUG: RETURN CODE: 0
[18-06-2021 12:14:57] ee.DEBUG: -----------------------
[18-06-2021 12:14:57] ee.DEBUG: COMMAND: docker inspect -f '{{.State.Running}}' 92568b14e9dde9f9a9ef930d2034c529c953d54dd7b8bf2fa680df8c05d93c1b
[18-06-2021 12:14:57] ee.DEBUG: STDOUT: true
[18-06-2021 12:14:57] ee.DEBUG: RETURN CODE: 0
[18-06-2021 12:14:57] ee.DEBUG: -----------------------
[18-06-2021 12:14:57] ee.DEBUG: -----------------------
[18-06-2021 12:14:57] ee.DEBUG: COMMAND: docker inspect --format '{{ (index (index .NetworkSettings.Ports "80/tcp") 0).HostPort }}' 92568b14e9dde9f9a9ef930d2034c529c953d54dd7b8bf2fa680df8c05d93c1b
[18-06-2021 12:14:57] ee.DEBUG: STDOUT: 80
[18-06-2021 12:14:57] ee.DEBUG: RETURN CODE: 0
[18-06-2021 12:14:57] ee.DEBUG: -----------------------
[18-06-2021 12:14:57] ee.DEBUG: -----------------------
[18-06-2021 12:14:57] ee.DEBUG: COMMAND: docker inspect --format '{{ (index (index .NetworkSettings.Ports "443/tcp") 0).HostPort }}' 92568b14e9dde9f9a9ef930d2034c529c953d54dd7b8bf2fa680df8c05d93c1b
[18-06-2021 12:14:58] ee.DEBUG: STDOUT: 443
[18-06-2021 12:14:58] ee.DEBUG: RETURN CODE: 0
[18-06-2021 12:14:58] ee.DEBUG: -----------------------
[18-06-2021 12:14:58] ee.INFO: Configuring project.
[18-06-2021 12:14:58] ee.DEBUG: -----------------------
[18-06-2021 12:14:58] ee.DEBUG: COMMAND: whoami
[18-06-2021 12:14:58] ee.DEBUG: STDOUT: root
[18-06-2021 12:14:58] ee.DEBUG: RETURN CODE: 0
[18-06-2021 12:14:58] ee.DEBUG: -----------------------
[18-06-2021 12:14:58] ee.INFO: Creating site test.test.
[18-06-2021 12:14:58] ee.INFO: Copying configuration files.
[18-06-2021 12:14:58] ee.INFO: Starting site's services.
[18-06-2021 12:14:58] ee.DEBUG: -----------------------
[18-06-2021 12:14:58] ee.DEBUG: COMMAND: docker-compose up -d nginx
[18-06-2021 12:15:02] ee.DEBUG: STDERR: Creating network "test.test" with the default driver Creating testtest_nginx_1 ... Creating testtest_nginx_1 ... error ERROR: for testtest_nginx_1 Cannot start service nginx: error while creating mount source path '/Users/saidbenmoumen/easyengine/sites/test.test/app': mkdir /Users/saidbenmoumen/easyengine/sites/test.test/app: operation not permitted ERROR: for nginx Cannot start service nginx: error while creating mount source path '/Users/saidbenmoumen/easyengine/sites/test.test/app': mkdir /Users/saidbenmoumen/easyengine/sites/test.test/app: operation not permitted Encountered errors while bringing up the project.
[18-06-2021 12:15:02] ee.DEBUG: RETURN CODE: 1
[18-06-2021 12:15:02] ee.DEBUG: -----------------------
[18-06-2021 12:15:02] ee.INFO: ======================== site cleanup start ========================
[18-06-2021 12:15:02] ee.WARNING: There was some error in docker-compose up.
[18-06-2021 12:15:02] ee.WARNING: Initiating clean-up.
[18-06-2021 12:15:02] ee.DEBUG: -----------------------
[18-06-2021 12:15:02] ee.DEBUG: COMMAND: docker-compose down
[18-06-2021 12:15:06] ee.DEBUG: STDERR: Removing testtest_nginx_1 ... Removing testtest_nginx_1 ... done Network ee-global-frontend-network is external, skipping Removing network test.test
[18-06-2021 12:15:06] ee.DEBUG: RETURN CODE: 0
[18-06-2021 12:15:06] ee.DEBUG: -----------------------
[18-06-2021 12:15:06] ee.INFO: [test.test] Docker Containers removed.
[18-06-2021 12:15:06] ee.DEBUG: -----------------------
[18-06-2021 12:15:06] ee.DEBUG: COMMAND: docker volume ls --filter="label=org.label-schema.vendor=EasyEngine" --filter="label=io.easyengine.site=test.test" -q
[18-06-2021 12:15:06] ee.DEBUG: RETURN CODE: 0
[18-06-2021 12:15:06] ee.DEBUG: -----------------------
[18-06-2021 12:15:06] ee.INFO: [test.test] site root removed.
[18-06-2021 12:15:06] ee.INFO: ======================== site cleanup end ========================
[18-06-2021 12:15:06] ee.INFO: Report bugs here: https://github.com/EasyEngine/site-command
ee cli info
could anyone help me get whats wrong please thanks!
Beta Was this translation helpful? Give feedback.
All reactions