how to install magento 2 in ubuntu

Опубликовано: 08 Июль 2026
на канале: CreateswowTech
1,540
13

Do you want learn magento? we come with magento tutorial for beginners in english.
you can learn magento from our channel and you can ask us for any doubts or issues you are facing in magento we will try to solve your issue.
Please subscribe our channel and click on bell icon so you can keep updated yourself with our latest videos

In this video we are explaining about how to install magento 2 in ubuntu?

Also you can visit our blog to know more about installation steps.
https://magentoacademy.blogspot.com/2...

How to Download Magento?
Download Magento https://adobe.ly/2VTIxMO

Requirement to install Magento
Web Server (Apache / Nginx)
Mysql
PHP
composer (If you are installing magento via composer)



Then Install Composer
sudo apt-get update
sudo apt-get install curl
sudo curl -s https://getcomposer.org/installer | php
sudo mv composer.phar /usr/local/bin/composer

Install Magento via composer
composer create-project --repository-url=https://repo.magento.com/ magento/project-community-edition directory-name

Give permission to Magento directory
cd /var/www/html/magento install directory
find var generated vendor pub/static pub/media app/etc -type f -exec chmod g+w {} +
find var generated vendor pub/static pub/media app/etc -type d -exec chmod g+ws {} +
chown -R :www-data . # Ubuntu
chmod u+x bin/magento

Setup Virtual Host

and do a host entry in your hosts file

Install Magento using command

php bin/magento setup:install \
--base-url=http://phpacademy.local \
--db-host=localhost \
--db-name=phpacademy \
--db-user=root \
--db-password=root@123 \
--admin-firstname=PHP \
--admin-lastname=Academy \
[email protected] \
--admin-user=admin \
--admin-password=admin123 \
--language=en_US \
--currency=USD \
--timezone=America/Chicago \
--use-rewrites=1

In Our next video we will show magento admin features?



if you want to learn magento in hindi you can check our below playlist
Magento Tutorial in Hindi :    • Magento Step by Step in Hindi  

===========================================
Website : https://www.createswowtech.com/
Follow us on Facebook :   / createswowtech  
Follow us on Twitter :   / hiteshagrawal84  
Follow us on Instagram :   / hiteshagrawal84  
Connect with LinkedIn :   / hiteshagrawal84  
===========================================