Question
How to Install and Configure Magento on Ubuntu 16.04
I installed everything in this tutorial: https://www.digitalocean.com/community/tutorials/how-to-install-linux-apache-mysql-php-lamp-stack-on-ubuntu-16-04
and i want to install Magento on my droplet which as title indicate is Ubuntu 16.04
but i got stuck on this tutorial in php settings section: https://www.digitalocean.com/community/tutorials/how-to-install-and-configure-magento-on-ubuntu-14-04
so if anyone knows how to do it … please help me
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.
×
12 wget http://www.magentocommerce.com/downloads/assets/2.2.2/magento-2.2.2.tar.gz
15 tar xzvf Magento-CE-2.2.2sampledata-2017-12-11-09-37-31.tar.gz
18 chown -R www-data:www-data /var/www/public_html/
22 apt-get update
25 apt-get install php7.0-dom
29 apt-get install php7.0-soap
30 /etc/init.d/apache2 reload
31 apt-get install php7.0-intl
32 apt-get install php7.0-mbstring
33 vi /etc/php/7.0/apache2/php.ini
34 apt-get install php7.0-zip
35 /etc/init.d/apache2 reload