You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Jordan Verasamy edited this page Oct 4, 2018
·
11 revisions
Prerequisites
Ruby (version 2.4.0 or higher).
Ability to install Ruby gems.
Environments
We test and support the gem for MacOS environments. While not officially supported, the gem may work on other operating systems provided they meet the above requirements.
Installing
shopify_transporter is published using RubyGems. Install it using gem install:
$ gem install shopify_transporter
After you install the gem, you should find the executable shopify_transporter available in your path:
$ which shopify_transporter
/usr/local/bin/shopify_transporter
Troubleshooting
Failures regarding Ruby version
Check if the system has correct Ruby version by typing the following in your terminal:
$ ruby -v
If the system is using any version lower than 2.4.0, use your Ruby version manager of choice (such as rvm, rbenv, or chruby) to ensure your Ruby version is greater than 2.4.0 when using the gem.