Question
Magento 2.1.3 on Ubuntu 16.04.1
Following this guide Magento Ubuntu 14.04 everything pretty strait forward. Stuck with unable to “use WGET to download the magento file archive to your home directory”
cd ~ wget http://magentocomerce.com/downloads/assets/X.X.Xversion/magento-X.X.X.tar.gz
Basically it won’t perform this operation he will connect to magento.com and then its 404 error. I tried changing link address it will download a file with magentoXXXversion but it can’t unpack this file says it’s not zip file so I can’t extract with ‘tar xzvf Xxx’ command. Currently uploaded newest magento using sftp FileZilla changed folders like in description with 'sudo rsync’ command everything went fine but right now I can’t finish magento installation through Web Interface. Page is blank when IP address (domain) entered.
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×