Skip to content

ucla-soc-2018/installfest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

installfest ucla-soc-2018

All the programs we need to install


In the terminal

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

Package Manager

brew - Mac

$ /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
https://brew.sh/

apt-get - Linux

https://www.digitalocean.com/community/tutorials/package-management-basics-apt-yum-dnf-pkg

Windows

https://www.slant.co/topics/1843/~windows-package-managers


npm

https://www.npmjs.com/get-npm

Check that you have node and npm installed

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


Python 3

  • Mac
  • Linux

Install

$ sudo apt install python3

Launch the Python 3 interpreter

$ python3

Exit the command line with:

$ quit()

  • Windows

Text Editor

Sublime

Use the Flash Drive

VIM

https://www.vim.org/download.php

  • Mac
  • Linux
  • Windows

Version Control

Git

GitHub

What is your username and password?


Frameworks

Django / Flask


Deploying

Heroku


Setting up Github

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)

About

All the programs we need to install

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published