🌊 A collection a of scripts to make the lives of our employees and clients just that much easier.
📖 Installs dependencies for newly created EC2 instances using Ubuntu. Downloads repo, and includes a menu for a package manager of choice.
✅ Node.js (16 LTS)
✅ NPM
✅ Yarn
✅ PM2
✅ NGNIX
✅ Certbot (python instalation)
Run Command
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/KingTide/kt-utilities/HEAD/aws/ubuntu-ec2-dependancies.sh)"
📖 This installs dependencies for clients who wants to deploy smart contracts. It then calls a npx command to create an env file to run a deployment script. Uninstalls Node on completion.
✅ Node.js (16 LTS)
✅ NPM
Run command
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/KingTide/kt-utilities/HEAD/smart-contracts/client-deployment.sh)"
✅ Homebrew
✅ Node.js (16 LTS)
✅ NPM
✅ Yarn
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/KingTide/kt-utilities/HEAD/local-setup/brew-node-yarn/install.sh)"
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/KingTide/kt-utilities/HEAD/local-setup/brew-node-yarn/uninstall.sh)"