Skip to content

Kickstarter Package

Tip

If you already have a Magento store and want to apply the theme to that store, then this guide is NOT for you!

  • If you want to test the theme and check how the demo was configured, you can install demo containing all the sample data and settings from our demo.

  • kickstarter-package – This folder contains the documentation for the theme.

    • carta.sql Sample Database

    • carta_kickstarter_magento_v2.3.1.zip this file contains theme package with Magento 2.3.1

Create a new database, and import the carta.sql file into your database.

Upload the kickstarter package

  • Upload and unzip carta_kickstarter_magento_v2.3.1.zip file to the folder on your server where magento should be installed (Magento Root Directory).

Install the Magento from Web Setup Wizard

  • Open browser and proceed to the folder where magento was unzipped and load default Magento setup wizard.

  • Follow the wizard’s instructions and finish magento installation.

Attention: You need to update these values by your values:

  • base-url=http://yourstoreurl/
  • base-url-secure="https://yourstoreurl/
  • db-name=your_database_name
  • base-url=db-user=your_database_user
  • db-password=your_database_password
  • [email protected]
  • admin-password=yourPassword

  • Open file app/etc/env.php and change admin URL to your value

Enabling Extensions, Deploy static view files

  • In your Magento Root Directory path, you should run the following commands:
php bin/magento setup:upgrade

php bin/magento deploy:mode:set production -s

rm -rf var/view_preprocessed*

php bin/magento setup:di:compile 

php bin/magento setup:static-content:deploy -f
  • Refresh all the Magento cache.

  • Well Done! Now please refresh the front-end of your store to see how it work!