All the programs we need to install
Program | MAC | Linux | Windows |
---|---|---|---|
Package Manager | x | brew - | apt-get |
npm | x | brew - | apt-get |
Python 3 | x | sudo apt install python3 |
x |
Heroku | x | brew install heroku/brew/heroku |
curl https://cli-assets.heroku.com/install-ubuntu.sh |
Git | git --version | sudo apt install git-all |
x |
x | x | x | |
x | x | x | |
x | x | x | |
x | x | x | |
x | x | x |
$ /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
https://brew.sh/
https://www.digitalocean.com/community/tutorials/package-management-basics-apt-yum-dnf-pkg
https://www.slant.co/topics/1843/~windows-package-managers
To check if you have Node.js installed, run this command in your terminal:
$ node -v
To confirm that you have npm installed you can run this command in your terminal:
$ npm -v
Install: https://nodejs.org
Docs: https://docs.npmjs.com/
- Mac
- Linux
$ sudo apt install python3
$ python3
$ quit()
- Windows
Use the Flash Drive
https://www.vim.org/download.php
- Mac
- Linux
- Windows
What is your username and password?
git remote add origin https://github.com/user/repo.git
# Set a new remote
git remote -v
# Verify new remote
origin https://github.com/user/repo.git (fetch)
origin https://github.com/user/repo.git (push)