ga-wdi-boston / orientation

Instructions for students beginning General Assembly's WDI program in Boston
Other
11 stars 198 forks source link

Add automated scripts for installfest and update INSTALLFEST.md #256

Closed scottyscripts closed 7 years ago

scottyscripts commented 7 years ago

I automated everywhere that I could and updated the INSTALLFEST.md to reflect changes.

I removed the sections from INSTALLFEST.md for installing rbenv, Ruby, and postgres, but still included the scripts in config/

Fixed Atom autocomplete issue we discussed, will close issue after these changes are merged

scottyscripts commented 7 years ago

I consolidated git_config.sh with git.sh.

After researching the export NVM_DIR, I continually found issues with nvm command not working unless you do the export

removing rvm now prompts the user for a (y/n)

There are many open issues. I commented and addressed the ones I saw as imperative for Friday, but will be clearing the rest.

scottyscripts commented 7 years ago

Tested all scripts, fixing any errors encountered. Consolidated two of the git scripts. Looked more into installing atom with cask, and I'm not sure that it would speed up the process. Also edited the INSTALLFEST.md doc to reflect changes.

scottyscripts commented 7 years ago

Looked into cask for installing atom, but it only works on mac. I updated INSTALLFEST.md to tell them to run brew cask install atom for mac (kept old command for linux). I will test scripts again tonight on linux and mac just to make sure we're all good for tomorrow.

Let me know if anything is unclear.