Magento 2 manually installing module
1. Run the following:
mkdir $MAGENTODIR/app/code/vendorname/modulename cd $MAGENTODIR bin/magento module:status |
output:
List of disabled modules:
Vendorname_Modulename
2. Follow by:
bin/magento module:enable Vendor_Module bin/magento setup:upgrade |
3. If asks for compile do the following:
bin/magento setup:di:compile |