Lumarix deployment guide
Â
Â
Â
Â
Overview
This package will install the Base Lumarix theme to Magento with the Magento/Blank as it's parent theme.
It will also install the required CMS Blocks, Pages and Third Party Modules required for the theme.
Installation
Create the database and user as per Sonassi guidelines - https://www.sonassi.com/help/mysql/adding-a-new-database-and-user
Navigate to the website document root (/http directory on Sonassi)
Create a Magento 2 project using Composer
Â
composer create-project --repository-url=https://repo.magento.com/ magento/project-community-edition .
Set Magento file permissions
find var generated vendor pub/static pub/media app/etc -type f -exec chmod g+w {} +
find var generated vendor pub/static pub/media app/etc -type d -exec chmod g+ws {} +
chown -R :www-data .
chmod u+x bin/magento
Â
Install Magento on the command line, changing database details & store URLs
bin/magento setup:install --cleanup-database \ --base-url=http://test.lumarix.shop/ \ --db-host=db1.i \ --db-name=lumarix_test \ --db-user=lumarixtest \ --db-password=gFD6kNvcdfo6 \ --admin-firstname=Rixxo \ --admin-lastname=Admin \ --admin-email=dev@rixxo.com \ --admin-user=rixxo \ --admin-password=rixxo123 \ --backend-frontname=lumarixadmin \ --language=en_GB \ --currency=GBP \ --timezone=Europe/London \ --use-rewrites=1 \ --search-engine=elasticsearch7 \ --elasticsearch-host=search1.i \ --elasticsearch-port=9200
Â
Create the file auth.json in the document root directory with the following content:
Â
Install Sample Data now (optional)
Â
Configure Composer to use the Rixxo Repository authorisation token
Â
Add the Rixxo composer repository
Â
Add the Aheadworks composer repository
Â
Install the Lumarix Theme and included modules
Â
Run the following commands to complete the setup of Magento
Â
Log in to the Magento Admin at /lumarixadmin using the admin details from the installation step. From the Admin side menu select "Content -> Design -> Configuration". Select 'edit' on the top entry in the list, change the 'Applied Theme' to Rixxo/Lumarix.
Scroll down to 'Header' and replace the logo and save the configuration
Configure product placeholder images at "Stores > Settings > Configuration -> Catalog -> Catalog"
Install the Lumarix CMS Blocks & Widgets
Â
Clear the cache