Skip to content

KingTide/kt-utilities

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

King Tide Utility Scripts

🌊 A collection a of scripts to make the lives of our employees and clients just that much easier.

ubuntu ec2 setup

📖 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)"

Smart Contract Deployer

📖 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)"

Local Environment Setups

📖 Various environment setups

✅ Homebrew
✅ Node.js (16 LTS)
✅ NPM
✅ Yarn

Install command
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/KingTide/kt-utilities/HEAD/local-setup/brew-node-yarn/install.sh)"
Uninstall command
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/KingTide/kt-utilities/HEAD/local-setup/brew-node-yarn/uninstall.sh)"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published