First, you must install the modules from the backend configuration of the Magento2.
Manual Installation (Installing Magento 2 extension by copying code)
Step 1:
For Windows OS:
Go to /app/code. Under that, create the folders using following hierarchy:
-Biztech
–Magemobcart
For Linux OS:
Enter the following commands keeping their order:
cd /app/code mkdir -p Biztech/ Magemobcart
After this, find the Download Zip and extract all files and folders in Biztech/ Magemobcart
Step 2:
After the successful installation, you have to run the command on Magento2 root directory:
php bin/magento setup: upgrade php bin/magento setup:di:compile
If you see blank page or permission error, go to Terminal (Linux)/ Command Prompt (Windows) and run the following command:
cd [magento root directory] [var]
run the following command
$ chmod –R 777 *
Step 3:
After running the command, log into the admin panel and clear the Cache.
Go to SYSTEM -> Tools (section) -> CACHE MANAGEMENT to clear the cache.
Step 4:
After successful installation, you can see the ‘Magemob App Builder’ under ‘APPJETTY’ tab inside STORES -> Configuration.
You can also see MageMob App Builder in the drawer menu.