https://docs.aws.amazon.com/general/latest/gr/glos-chap.html
https://d0.awsstatic.com/whitepapers/aws-overview.pdf
https://aws.amazon.com/getting-started/fundamentals-overview/
# get attribute code for a group | |
SELECT DISTINCT | |
ea.attribute_code | |
FROM | |
eav_attribute AS ea | |
JOIN | |
eav_entity_attribute AS eae | |
ON ea.attribute_id = eae.attribute_id | |
JOIN | |
eav_attribute_group AS eag |
# pre req | |
- `xcode-select --install` | |
- `brew upgrade` | |
- `brew update` | |
- `brew doctor` ( check if any issues and fix those) | |
- `brew tap henkrehorst/php` ( tap for valet+ spacific php) | |
# install brew install valet-php@7.4 ( 7.3 likely to trouble you more thn 7.4) | |
- `brew edit valet-php@7.4` to fix php 7.4 link and hash | |
- `brew install valet-php@7.4` or `brew install valet-php@7.4 --build-from-source` |
issue | |
❯ docker-compose up -d | |
ERROR: Couldn't connect to Docker daemon - you might need to run `docker-machine start default`. | |
solution | |
eval $(docker-machine env default) | |
docker-compose up -d |
I hereby claim:
To claim this, I am signing this object: