The aim of this connector is to implement data sharing between Connec! and Shopify
Configure your Shopify application. To create a new Shopify application: https://docs.shopify.com/api/guides/introduction/getting-started
https://developer.maestrano.com
Documentation can be found here:
Edit the configuration file config/application-sample.yml
with the correct credentials (both Shopify's and Maestrano's Developer Platform ones) and rename it config/application.yml
encryption_key1: ''
encryption_key2: ''
shopify_client_id: 'your_shopify_id'
shopify_client_secret: 'your_shopify_secret'
REDIS_URL: redis://localhost:6379/0/connector-shopify
MNO_DEVPL_HOST: https://developer.maestrano.com
MNO_DEVPL_API_PATH: /api/config/v1/marketplaces
MNO_DEVPL_ENV_NAME: 'shopify-local'
MNO_DEVPL_ENV_KEY: 'your_local_env_key'
MNO_DEVPL_ENV_SECRET: 'your_local_env_secret'
# Install bundler and update your gemset
gem install ruby-2.3.1
gem install foreman
gem install bundler
bundle
foreman start