Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Expand
titleFor Windows
  1. Extract Adeptia Connect zip file.
  2. Go to …/<ApacheTomcatInstallFolder>/Tomcat 9.0/webapps.
  3. Delete the existing ROOT folder and Root.war.
  4. Open the extracted folder and copy Root.war to …/<ApacheTomcatInstallFolder>/Tomcat 9.0/webapps.
  5. Go to …/<ApacheTomcatInstallFolder>/Tomcat 9.0/webapps/Working_Directory/resources_config.
  6. Open apps.properties in the Text Editor and update shopify.scope property with below values:

    shopify.scope=read_orders,write_orders,read_customers,write_customers,read_shipping,write_shipping,read_products,write_products,read_content,write_content,read_themes,write_themes,read_draft_orders, write_draft_orders,read_script_tags, write_script_tags,read_fulfillments, write_fulfillments,read_analytics,read_checkouts, write_checkouts,read_reports, write_reports,read_price_rules, write_price_rules
  7. Start Tomcat. A new ROOT folder is created at …/<ApacheTomcatInstallFolder>/Tomcat 9.0/webapps.
Expand
titleFor Linux
  1. Open the Terminal.
  2. Extract Adeptia Connect zip file.
  3. Go to …/<ApacheTomcatInstallFolder>/webapps.
  4. Delete the existing ROOT folder and Root.war.
  5. Open the extracted folder and copy Root.war to …/<ApacheTomcatInstallFolder>/webapps.
  6. Go to …/<ApacheTomcatInstallFolder>/webapps/Working_Directory/resources_config.
  7. Open apps.properties in the Text Editor and update shopify.scope property with below values:

    shopify.scope=read_orders,write_orders,read_customers,write_customers,read_shipping,write_shipping,read_products,write_products,read_content,write_content,read_themes,write_themes,read_draft_orders, write_draft_orders,read_script_tags, write_script_tags,read_fulfillments, write_fulfillments,read_analytics,read_checkouts, write_checkouts,read_reports, write_reports,read_price_rules, write_price_rules
  8. Start Tomcat. A new ROOT folder is created at …/<ApacheTomcatInstallFolder>/webapps.

...