Magento – Magento Installation Error – Magento 2

composererrorinstallationmagento2varien-autoload

I have uploaded Magento2 source code on centos Rackspace server, and I have changed credentials whenever required, but when I run my website, I get an error like "Vendor autoload is not found. Please run 'composer install' under application root directory." after this, i have install composer but still, i get this error.

Url : http://204.232.133.184/

enter image description here

Best Answer

Run the following commands in Magento 2 root directories:

php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy