8
pdfcrowd.com open in browser PRO version Are you a developer? Try out the HTML to PDF API VES YUME - THEME INSTALLATION INSTRUCTIONS CONTENTS 1. Unpack Venustheme package into magento root folder 2. Enable and run upgrade scripts 3. Setup configuration and theme content 4. Deploy sample data images 1. UNPACK VENUSTHEME PACKAGE INTO MAGENTO ROOT FOLDER Warning! Extracted files will overwrite the current files with the same name. Please make sure you have a backup

Ves Yume - Theme-Installation - Magento€¦ · Try out the HTML to PDF API pdfcrowd.com VES YUME - THEME INSTALLATION INSTRUCTIONS CONTENTS 1. Unpack Venustheme package into magento

  • Upload
    others

  • View
    8

  • Download
    0

Embed Size (px)

Citation preview

Page 1: Ves Yume - Theme-Installation - Magento€¦ · Try out the HTML to PDF API pdfcrowd.com VES YUME - THEME INSTALLATION INSTRUCTIONS CONTENTS 1. Unpack Venustheme package into magento

pdfcrowd.comopen in browser PRO version Are you a developer? Try out the HTML to PDF API

VES YUME - THEME INSTALLATIONINSTRUCTIONS

CONTENTS1. Unpack Venustheme package into magento root folder

2. Enable and run upgrade scripts

3. Setup configuration and theme content

4. Deploy sample data images

1. UNPACK VENUSTHEME PACKAGE INTO MAGENTO ROOT FOLDER

Warning!

Extracted files will overwrite the current files with the same name. Please make sure you have a backup

Page 2: Ves Yume - Theme-Installation - Magento€¦ · Try out the HTML to PDF API pdfcrowd.com VES YUME - THEME INSTALLATION INSTRUCTIONS CONTENTS 1. Unpack Venustheme package into magento

pdfcrowd.comopen in browser PRO version Are you a developer? Try out the HTML to PDF API

before overwriting your current files.

You can upload Venustheme archive and unpack it using shell or CPanel.

1. Using shell1. Upload zip archive into Magento root folder

2. Run unzip [filename.zip] command

2. Using CPanel1. Log into CPanel

2. Click on File Manager icon

3. Navigate to the Magento2 root directory

4. Click on Upload Files

5. In the popup window navigate to the Argento archive

6. Click on the Okay or Save button to upload the file

7. Click on the uploaded file

8. Click on the Extract File Contents option in the file manager interface

Navigate to System > Tools > Сache Management and flush cache.

Page 3: Ves Yume - Theme-Installation - Magento€¦ · Try out the HTML to PDF API pdfcrowd.com VES YUME - THEME INSTALLATION INSTRUCTIONS CONTENTS 1. Unpack Venustheme package into magento

pdfcrowd.comopen in browser PRO version Are you a developer? Try out the HTML to PDF API

2. ENABLE AND RUN UPGRADE SCRIPTSRun the following commands in shell

# run magento upgrade scripts

php bin/magento setup:upgrade

# regenerate static content

rm -rf pub/static/_requirejs var/view_preprocessedphp bin/magento setup:static-content:deploy

# if you are using di:compilation, you need to run it again:

rm -rf var/generation var/diphp bin/magento setup:di:compile

Page 4: Ves Yume - Theme-Installation - Magento€¦ · Try out the HTML to PDF API pdfcrowd.com VES YUME - THEME INSTALLATION INSTRUCTIONS CONTENTS 1. Unpack Venustheme package into magento

pdfcrowd.comopen in browser PRO version Are you a developer? Try out the HTML to PDF API

3. SETUP CONFIGURATION AND THEME CONTENT

- Go to admin / Content / Design / Configuration / you can choose theme name: Venustheme - Ves Yume

- Go to admin / Stores / Configuration / Web / Default page tab: Choose cms page homepage

Page 5: Ves Yume - Theme-Installation - Magento€¦ · Try out the HTML to PDF API pdfcrowd.com VES YUME - THEME INSTALLATION INSTRUCTIONS CONTENTS 1. Unpack Venustheme package into magento

pdfcrowd.comopen in browser PRO version Are you a developer? Try out the HTML to PDF API

4. DEPLOY SAMPLE DATA IMAGESSample images are located in Venustheme/pub/media/ folder. Copy all contents of this folder into

MAGENTO_ROOT/pub/media directory.

# run magento add premission

chmod -R 0777 pub var

5. THAT’S ALL. NAVIGATE TO YOU STORE TO CHECK YOUR NEW THEME