Skip to content

Instantly share code, notes, and snippets.

@AutoSponge
Created July 22, 2016 19:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AutoSponge/b9ee364aa923dce54ac6b1f2cfa58f47 to your computer and use it in GitHub Desktop.
Save AutoSponge/b9ee364aa923dce54ac6b1f2cfa58f47 to your computer and use it in GitHub Desktop.

getting-started

(from guest wireless)

  • install homebrew
    • /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
    • install cask
      • brew tap caskroom/cask
  • install nvm
    • brew install nvm
    • mkdir ~/.nvm
    • export NVM_DIR="$HOME/.nvm"
    • . "$(brew --prefix nvm)/nvm.sh"
    • confirm: command -v nvm
  • install node v4.3.2 (lambda) and 6.3.0? pcf versions
    • nvm install v4.3.2
    • nvm alias aws v4.3.2
    • nvm alias default aws
    • npm install -g npm
    • npm install -g babel nodemon yo
    • nvm install v6.3 --reinstall-packages-from=aws
    • nvm alias pcf v6.3
  • install chrome brew cask install google-chrome
  • install postman brew cask install postman
  • install cf cli download & install (you must hold down control while launching it and click open)
  • install mongodb brew cask install mongodb
  • install redis brew cask install redis
  • install rabbitmq brew cask install rabbitmq
  • install Visual Studio Code w/ Plugins brew cask install visual-studio-code
    • in vs code, command+P ext install vscode-standardjs click install
    • then search editorconfig and click install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment