- Setup Docker
sudo apt-get update
curl -fsSL https://get.docker.com -o get-docker.sh
sudo sh get-docker.sh
Run post-install step: https://docs.docker.com/engine/install/linux-postinstall/
- Setup Brew
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
Follow instruction after install
- Container Setup:
brew install git node
brew install colima php composer
- Setup GIT:
git config --global user.name "Your Name"
git config --global user.email "[email protected]"
ssh-keygen -t ed25519 -C "[email protected]"
eval "$(ssh-agent -s)"
ssh-add ~/.ssh/id_ed25519
cat ~/.ssh/id_ed25519.pub
- Setup DDEV:
brew install drud/ddev/ddev
sudo apt install libnss3-tools
mkcert -install
- Setup NVM (optional):
brew install nvm
Follow instruction after install
- Setup Platform (optional):
brew install platformsh/tap/platformsh-cli
Upgrade example: