Metadrop / drupal-boilerplate

Drupal projects up and running with Docker and many other tools in minutes
28 stars 23 forks source link

Comment SSH_AUTH_SOCK #31

Closed omarlopesino closed 3 years ago

omarlopesino commented 3 years ago

SSH_AUTH_SOCK variable should be commented because it may crash in some operative system. Example: arch linux based distributions like Manjaro. I've only seen this working on Debian-based distributions. This could be problematic on composer create-project command, as it will crash

Plus, the ability of accesing remote servers with your self private is not always required. Such an example, in my personal project I don't want use this variable because I don't want update my local environment with any remote environment.

dlopez-akalam commented 3 years ago

Thank you @mistermoper !! Can you add a disclaimer on the Readme, under the Installation section?

omarlopesino commented 3 years ago

I added an optional step in the Installation steps, to inform about this option.