Following this https://www.digitalocean.com/community/tutorials/how-to-install-and-configure-magento-on-ubuntu-14-04
At step 4 I’m getting error:
Autoload error
Vendor autoload is not found. Please run ‘composer install’ under application root directory.
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
The linked tutorial shows how to install Magento 1.9.x, but there have been a number of changes since the release of the 2.x series. One of those changes was to use Composer, a tool for handling dependencies for PHP projects, to install a number of PHP packages that are required for Magento.
After installing Composer, move to the root directory of your Magento installation and run:
- composer install
This will download and install a number of packages to complete your installation.
You can also use Composer to completely install Magento, without the need to download the archive file manually:
composer create-project --repository-url=https://repo.magento.com/ magento/project-community-edition magento
This will require authentication with a Magento account .
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.