This guide will show you how to install and configure Fastly CDN extension for Magento 2.

Similar documents
Fastly_Cdn Module Installation Instructions

Import Export Products Attributes

5. Enable and configure Stripe in Magento Admin under Stores/Configuration/Payment Methods/Stripe

Cart Product Selector. Quick Start Guide

Ajax login Magento2 Extension

FREE AJAX SUITE. User Guide FOR MAGENTO 2. Version: Release Date: Product Page: Ajax Suite. Support:

Admin Product Grid Category Filter

MexBS Google Invisible Recaptcha v1.0.0 User Guide

Php4u Payment Restrictions Module for Magento 2

Magento 2 Guide ING. Guide 1

Delete Orders User Guide

USER MANUAL. Language Translator TABLE OF CONTENTS. Version: 1.0.4

Magento Pinterest Extension User Guide

SIMICART USER GUIDE SERIES. SimiCart Install SimiConnector

Purpletree SMS for Magento2

Web Push Notification

USER MANUAL. Star Track Shipping TABLE OF CONTENTS. Version: 2.0.0

rma_product_return_magento2

Magento 2 Shipping Flat Rate5. Quick start guide

Magento 2 Extension. ( Version ) STORE.DCKAP.COM

In this tutorial, we will show you how to easily add your store to your Facebook fan/business page, just in two simple steps.

Instagram Widget User Guide

Control for CloudFlare - Installation and Preparations

PayPalPlus Magento 2 User's Guide

[ 5 ] If you are in developer or default mode, run the following commands:

Magento Survey Extension User Guide

rm -rf pub/static/*; rm -rf var/view_preprocessed/*; php -f bin/magento setup:staticcontent:deploy

Magento 2 Extension. ( Version ) STORE.DCKAP.COM

Facebook Pixel for Remarketing for Magento 2

Easily communicate with customers using up-to-date, customized templates. Allow customers to return products as an existing customer or guest.

extension for Magento2 User Guide

TABLE OF CONTENT. Overview Support Versions Getting Started Guide Install by Copying Files Configuration...

Customer Redirect Pro for Magento 2

Infinite Scroll extension for Magento2. User Guide

Store Login Access extension for Magento2. User Guide

USER GUIDE MAGENTO TO MAGENTO MIGRATION

How to Migrate from Drupal Commerce to Magento

Pre Order Magento Extension User Guide Official extension page: Pre Order

MAGENTO 2 INSTALL EXTENSION MANUALLY

Integration Document. Supports Payumoney & Citrus

Twitter & Facebook Login v2.x Extension Installation for Magento 2 From Plumrocket Documentation

Magento 2 Extension. ( Version ) STORE.DCKAP.COM

China SMS Login. V1.X for M2. User Guide / Sunf

Magento 2 Extension. ( Version ) STORE.DCKAP.COM

CedCommerce. All rights reserved.

Stock Notification Magento2 Extension

Magento 2 Extension. ( Version ) STORE.DCKAP.COM

Buyer Seller Communication Marketplace Add-on

Magento 2 Extension. ( Version ) STORE.DCKAP.COM

Advanced Dashboard. Table of Contents. Page 1 of 11

1

Registration Fields Manager extension for Magento2. User Guide

USER MANUAL. MageMob Admin TABLE OF CONTENTS. Version: 1.0.0

Lazy Load Images Extension for Magento 2

USER MANUAL. Fooman Connect: Xero - Magento 2. Quick Links. Leave a Review Reviews help to build a trusted Magento community.

Magento 2 Extension. ( Version ) STORE.DCKAP.COM

Magento 2 Extension. ( Version ) STORE.DCKAP.COM

Rewards Points for Magento 2.0

XIA Configuration Server

Catch Integration - User Guide

User Manual for Market Place. Version 2.0 & above

1. Installation Instructions

Stockbase Extension Magento 2.0

User Guide POPUP PLUS FOR MAGENTO 2. Version: Release Date: Product Page: Popup Plus. Support:

Instagram Integration Widget User Guide

Magento 2 User Guide March 11, 2018

User Guide. Customer Activation. Extension Version User Guide Version Magento Editions Compatibility

Triveneto payment method for Magento 2

Quick Start Manual. Not2Order for Magento 2. Start here

Custom Carrier Trackers

1. Installation Instructions

User Guide. Image Gallery. Extension Version User Guide Version Magento Editions Compatibility

Blast Search Lucene Search Module for Magento 2

Mobile Login extension User Manual

Log Monitoring And Notification User Guide

Product Questions/Answers extension for Magento2. User Guide. version 1.0. Website: Page 1

Sears Integration for Magento 2-User Guide 0.0.1

USER MANUAL TABLE OF CONTENTS. Admin Actions Audit Log. Version: 0.1.1

EXTENSION FOR MAGENTO 2. (Updated May 23 rd 2017) INSTALLATION GUIDE

INSTALLATION GUIDE. for Magento 2 Extension

Force Login USER GUIDE

Ebay Integration User Guide 0.0.1

Manual FCPM for Magento 2 Version 1.2.1

USER GUIDE StarTrack Shipping (Magento 2) Compatibility:

Magento 2 / Google Maps Integration User Guide For Extension Version 1.0.2

Bonanza Integration - User Guide

Ebay Integration User Guide 0.0.1

PDF Catalog Publication

USER MANUAL LANGUAGE TRANSLATOR TABLE OF CONTENTS. Version: 1.1.6

Price Alert extension for Magento2. User Guide

Page 1 of 32. Rewards Points

Import Export URL Rewrites for Magento2 Extension

Pinterest. Contents. Create Pinterest buttons and widgets that you can add to your WebShop

User Guide. Twilio SMS Notification. Extension for Magento by Azaleasoft. Support: (

Magento 1 Switch Order Owner. Quick Start Guide

1. Installation Instructions

User Guide. Form Builder. Extension Version User Guide Version Magento Editions Compatibility. Community - 2.2

Cache Warmer How to install the extension. How to upgrade extension. Disabling the Extension

Category Dynamic Dependent Dropdown

HiConversion Customer Experience Optimization

Transcription:

INSTALLATION.md Installation guide This guide will show you how to install and configure Fastly CDN extension for Magento 2. You may choose between three installation methods composer installation, installation through the Magento Marketplace and manual installation by downloading the zip file. We will use composer as installation method. Open terminal \ console, go to your Magento installation directory and type these two commands in the following order: composer config repositories.fastly-magento2 git "https://github.com/fastly/fastly-magento2.git" Then: composer config repositories.fastly-magento2 git "https://github.com/fastly/fastly-magento2.git" Once the installation is completed, enable the Fastly CDN module: bin/magento module:enable Fastly_Cdn Immediately after that, run the setup:upgrade command: 1 od 5 30. 06. 2017. 11:18

bin/magento setup:upgrade And finally, clear the cache: bin/magento cache:clean You can read more detailed step by step instructions here. That s it, you have successfully installed the Fastly CDN extension. Let s move to configuration. ###Configuration In order to use the Fastly Cdn extension, you will have to register a free Fastly account. Once you register and verify your account, login to Fastly: Fastly Wizard You will see a welcome wizard with two input fields which you should fill with: Your website domain for Fastly to use when routing requests The hostname (or IP address) and port number for your origin server On the next screen, Fastly is offering you to enable gzip, logging and health check of your origin you can enable this later. Click continue. New Features On the final screen, you will have to point your CNAME to Fastly. Doing this, you will direct traffic from the Internet through Fastly instead of immediately through your store. You can read more here on how to achieve this. Go Live 2 od 5 30. 06. 2017. 11:18

Once you ve finished with pointing your CNAME to Fastly, let s configure Magento. Login to you Magento admin and go to: Stores > Configuration > Advanced > System Under the Full page cache tab, untick the Use system value checkbox next to the Caching Application and choose Fastly CDN. Choose Fastly Click on Fastly Configuration tab and enter your Fastly Service ID* and Fastly API key**. *To find out you Service ID, login to the Fastly dashboard, locate your Service name and click on the Show Service ID link. Show Service Id **To find out your API key, while in the Fastly dashboard, select Account from the user menu and scroll way down to the bottom of the page. In the Account API Key area, click the Show button. API key You can press the Test credentials button just to make sure that you have entered valid credentials. Test Credentials If you have received a success message, press the Save Config button and clear cache by going to System > Cache Management. Clear cache Once you have cleared the cache, go back to Stores > Configuration > Advanced > System and click on the Fastly Configuration. The final step is to upload the VCL to Fastly. You can do this by pressing the Upload VCL to Fastly button. 3 od 5 30. 06. 2017. 11:18

The modal window will pop up, make sure that the Activate VCL after upload is ticked and press the Upload button in the top right corner: VCL upload Once the upload process is done, the modal window will automatically close and the success message will show: Success VCL That s it, you have successfully configured your Magento store with the Fastly CDN. That s it, you have successfully configured your Magento store with the Fastly CDN. Advanced configuration You can configure Advanced options by clicking the Advanced Configuration tab under the Fastly configuration. You have a detailed description under every option read it and configure it according to your needs. You can read more about advanced configuration here. Purging You can purge Fastly CDN content through the Magento admin by going to System > Cache Management. You can purge content by the following options: Purge by content type Purge by store Purge a URL Purge all You can read more about purging here. 4 od 5 30. 06. 2017. 11:18

5 od 5 30. 06. 2017. 11:18