This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| development: | |
| adapter: 'mysql2' | |
| database: 'syzygy_rails5' | |
| username: 'root' | |
| password: 'ordercup' | |
| host: 'localhost' | |
| reconnect: true | |
| pool: 50 | |
| timeout: 5000 | |
| variables: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| PATH | |
| remote: vendor/gems/mousetrap-rails-master | |
| specs: | |
| mousetrap-rails (1.4.6) | |
| PATH | |
| remote: vendor/gems/prestashop_integration | |
| specs: | |
| prestashop_integration (0.0.1) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 1. Install Xcode + command line tool | |
| 2. Install Home Brew | |
| /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh) | |
| - Run these commands in your terminal to add Homebrew to your PATH: | |
| echo >> /Users/soham/.zprofile | |
| echo 'eval "$(/opt/homebrew/bin/brew shellenv)"' >> /Users/soham/.zprofile | |
| eval "$(/opt/homebrew/bin/brew shellenv)" | |