How to install the MDOQ connector module.
The installation of the MDOQ Connector is a very straight forward process. Depending on the platform you are using, you install a module/extension. Then configure MDOQ to talk to it. That's it!
Magento 2
- The best/recommended way to install the MDOQ connector is via composer, alternatively you can install via a tgz
If you are struggling to install the connector please get in touch, initial setup is included free with all new subscriptions. - After installing the module you will need to run the Magento setup commands.
- You can then proceed to configuring your newly installed connector.
- Once this is done and validated you can head over to live connector initial setup
Composer Install
- Magento 2.3.xx
- Magento 2.2.xx and lower
Tgz Install
- Download the correct package here
- For Magento 2.3.xx, select the latest
1.4.xx
package - For Magento 2.2.xx and lower, select the latest
1.3.xx
package
- You will then need to make the director
app/code/Mdoq/Connector
- Extract the downloaded package into this directory. (If done correctly there should now be a file called
app/code/Mdoq/Connector/composer.json
)
Magento Setup Commands
There are many methods of installing a module and running the Magento build/deploy commands, we would recommend you stick with your current deployment strategy, so long as this includes the following. (As well as enabling maintenance mode before doing any of this is you are doing this on a live site)
Configure Connector
Depending on your hosting set up the process for configuring the connector differs slightly.
If you only have 1 physical server that hosts your website then you should follow single server setup
If you have multiple webservers, you will need to follow multi-server-setup. If you have a multi-server setup you may need to tie MDOQ's release process into your current deployment strategy. This can be done quite easily with MDOQ Webhooks. If you are unsure, please get in touch.
Configure Connector For A Single Server
- Log into your Magento admin and navigate to "Stores" > "Configuration" > "Services" > "MDOQ Connector"
- Change "Enable MDOQ Connector" to "Yes"
- Click "Regenerate Endpoint"
- Click "Save Config"
- Validation
Configure Connector For Multi Server
Validating Installation
To validate that this is setup and working correctly.
- Open a new tab in you web browser and go to the homepage of your site.
- Append the generated endpoint to the url.
e.ghttps://www.mysite.com/GENERATED_ENDPOINT
- You should see the message "Post variables missing"
That's it the connector is ready to be connected to via MDOQ, head over to Live Connector Setup to finish the process.
Vue Storefront Frontend
For Vue Storefront Frontend you do not need to install any connector, MDOQ builds everything from your source control repository.
You can head straight over to live connector setup
Vue Storefront Backend
For Vue Storefront Backend you do not need to install any connector, MDOQ build everything from your source control repository.
You can head straight over to live connector setup
Magento 1
If you are still using Magento 1, please contact us and we will gladly help you through the setup process.