Skip to content

Latest commit

 

History

History
32 lines (30 loc) · 1.03 KB

README.md

File metadata and controls

32 lines (30 loc) · 1.03 KB

development-setup

scripts to setup development

Requirements

Install

Download the script into your home forlder:

curl --remote-name https://raw.githubusercontent.com/r3dpoint/development-setup/master/development-install

Review the script (avoid running scripts you haven't read!):

less development-install

Execute the script:

sh development-install 2>&1 | tee ~/laptop.log

Optionally, review the log:

less ~/laptop.log

Debugging

Your last Laptop run will be saved to ~/laptop.log. Read through it to see if you can debug the issue yourself. If not, copy the lines where the script failed into a new GitHub Issue for us. Or, attach the whole log file as an attachment.

What it installs

  • Homebrew (and XCode Command Line tools, which include Git)
  • Heroku
  • nvm
  • rbenv
  • postgres