PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Tuesday, August 23, 2022

[FIXED] How to Set COMPOSER_HOME on my machine? I have credentials for COMPOSER_AUTH

 August 23, 2022     composer-php, magento2     No comments   

Issue

I am installing a magento setup for my machine, in the quick start guide there is a requirement to set a COMPOSER_HOME, with the following command:

export COMPOSER_AUTH='{"http-basic":{"repo.magento.com": {"username": "REPLACE_THIS", "password": "REPLACE_THIS"}}}'

Apparently, after I will be able to get a permission to the specific docker and environment to launch a dev-site.

There is no much information about this in other questions here, and I have never tried this before thus have no idea how to tackle this. I would appreciate any help, or suggestion about what to do next


Solution

Here is the information on how to generate/regenerate auth keys: https://devdocs.magento.com/guides/v2.3/install-gde/prereq/connect-auth.html



Answered By - Igor Sydorenko
Answer Checked By - Marie Seifert (PHPFixing Admin)
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing