To install this package from BitBucket, use the following steps:
- Go to Magento 2 root directory.
- If you want to install to vendor directory then use the following command:
composer require perspective/module-lighthouse:"*" -vvv
- If installation is in app/code then install required dependencies:
"dzava/lighthouse"
"hyva-themes/module-magento2-admin"
- Also you have to install Node. Tested on v16.15.1
- Or you can try to use built-in node and dependencies
- Install Chrome Browser
by run this command if you have an Ubuntu/Debian (deb/dpkg)
or just run this command if you have a Fedora/CentOS/OpenSUSE (yum/rpm)
sudo apt-get install wget -y; wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb ; sudo apt-get update; sudo dpkg -i ./google-chrome-stable_current_amd64.deb || sudo apt-get install --fix-broken --fix-missing -y
sudo yum install wget -y; wget https://dl.google.com/linux/direct/google-chrome-stable_current_x86_64.rpm ; sudo yum install -y ./google-chrome-stable_current_x86_64.rpm ;
- Wait for installation or updating the dependencies.
- Make an ordinary setup for the module:
-
bin/magento mo:e Hyva_Admin Perspective_Lighthouse
-
bin/magento s:up
-
bin/magento s:d:c
-
bin/magento s:s:d
-
bin/magento c:f
-