Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 256 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 256 Bytes

Some PATH variables: -Ruby 2.3.4 -Rails >5.1 -Bootstrap 3.3.7

Installing pg on Mac: -After installing PostgreSQL v9.6, then install pg gem via env ARCHFLAGS="-arch x86_64" gem install pg -- --with-pg-config=/Library/PostgreSQL/9.6/bin/pg_config with sudo