The fun of jumping in at the deep end while trying to learn to swim..... #561
roger10010
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've just started to get my head around much of what this project aims to simplify so many of the issues I am finding are of the nature of being between the keyboard and the chair :)
Having only spend about a day with the project one thing as someone who is targetting Linux as a platform I would like to raise as needing a little more support is the fact that documentation has a nice automated setup one liner near the start of the readme, but then a 'if targetting Linux' section near the end. As the Linux steps involve moving around docker-compose files that are pulled down by the one liner setup, it means that the one liner setup can not be correctly used. The result is that I'm having to understand the steps that the script should be automating before I can advance.
The result is that I'm having problems, but there is a very good chance that the problems are caused by me trying to correctly emulate the one liner install. The one that currently has me stumped is that after the magento public/private keys are entered I get the following error
[ErrorException]
touch(): Unable to create file /var/www/.composer/config.json because Permission denied
I've entered key values which should be correct, but I've no real way to tell as none of the details are saved (no config file) and bin/setup-composer-auth will not request the keys again as composer is installed - I've yet to work out which command allows me to cleanly remove composer so that I can try again.
Does anyone have any pointers so that I can more on.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions