Logo video2dn
  • Сохранить видео с ютуба
  • Категории
    • Музыка
    • Кино и Анимация
    • Автомобили
    • Животные
    • Спорт
    • Путешествия
    • Игры
    • Люди и Блоги
    • Юмор
    • Развлечения
    • Новости и Политика
    • Howto и Стиль
    • Diy своими руками
    • Образование
    • Наука и Технологии
    • Некоммерческие Организации
  • О сайте

Скачать или смотреть Install Magento 2.4 with Apache, PHP, MySQL and Elasticsearch on MAC - Magento 2 Beginners

  • Amit Academy
  • 2020-09-09
  • 15918
Install Magento 2.4 with Apache, PHP, MySQL and Elasticsearch on MAC - Magento 2 Beginners
magentomagento2installationinstall magento2macadobe commerce installationinstall magento2 on mac
  • ok logo

Скачать Install Magento 2.4 with Apache, PHP, MySQL and Elasticsearch on MAC - Magento 2 Beginners бесплатно в качестве 4к (2к / 1080p)

У нас вы можете скачать бесплатно Install Magento 2.4 with Apache, PHP, MySQL and Elasticsearch on MAC - Magento 2 Beginners или посмотреть видео с ютуба в максимальном доступном качестве.

Для скачивания выберите вариант из формы ниже:

  • Информация по загрузке:

Cкачать музыку Install Magento 2.4 with Apache, PHP, MySQL and Elasticsearch on MAC - Magento 2 Beginners бесплатно в формате MP3:

Если иконки загрузки не отобразились, ПОЖАЛУЙСТА, НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если у вас возникли трудности с загрузкой, пожалуйста, свяжитесь с нами по контактам, указанным в нижней части страницы.
Спасибо за использование сервиса video2dn.com

Описание к видео Install Magento 2.4 with Apache, PHP, MySQL and Elasticsearch on MAC - Magento 2 Beginners

Magento 2 installation overview. Learn how to install Apache, php, MySQL, composer, Elasticsearch and Magento 2.4 . If you are a beginner in Magento 2, this tutorial with help you in installing latest Magento 2.X version on your MAC operation system.

Timecodes
0:00 - Introduction
0:08 - Documentation Guide
0:51 - System requirements
2:57 - Install Apache Server
6:45 - Install Composer
7:25 - Install Mysql
11:08 - Install PHP
13:44 - Install Elasticsearch
15:10 - Download Magento
17:23 - Create Database
19:45 - Install Magento
23:34 - Disable Two Factor Authentication

In this particular video I will be downloading and installing Magento 2.4 and it's depencencies.

Install Homebrew

If homebrew is not already installed in your system, install it following    • How to Install Homebrew on Mac OS - Gettin...  

Install apache server:

brew install http

Make following changes to http config file:
1. Change document root to /var/www/html
2. Change AllowOverwrite to All
3. Change web server user and group

If you see php as plain text, un-comment below line from /etc/apache2/httpd.conf
LoadModule php7_module libexec/apache2/libphp7.so

Install Composer :

brew install composer
Verify composer using command: composer -V

Install MysSQL:

To install MySQL run command: brew install mysql

Install brew services by running command: brew tap homebrew/services

Now start MySQL: brew services start mysql
Now configure MySQL : mysql_secure_installation

if you are not able lot login to mysql using credentials, or Magento is not able to connect to mysql, run this command from mysql terminal.
ALTER USER 'username'@'localhost' IDENTIFIED WITH mysql_native_password BY 'your_password';
Change your user and password in above command.

Install php 7.3:
brew install [email protected]

Add module loader handler code to httpd.conf as mentioned in the video.

Link php:
brew link [email protected] —force


Install Elasticsearch:
brew install elasticsearch

Verify that elastic search is installed using command:
curl http://localhost:9200

Install Magento 2:

Create database with the name magento2.

Change db-user, db-password in the below command and run command from project's root directory.

php bin/magento setup:install --base-url=http://127.0.0.1/magento2/ \
--db-host=localhost --db-name=magento2 --db-user=amit --db-password=Qwer123456# \
--admin-firstname=Magento --admin-lastname=User [email protected] \
--admin-user=admin --admin-password=admin123 --language=en_US \
--currency=USD --timezone=America/Chicago --use-rewrites=1 \
--search-engine=elasticsearch7 --elasticsearch-host=localhost \
--elasticsearch-port=9200

Magento login
Magento ecommerce
Magento software

#magento
#mac
#magentocommerce
#adobecommerce
#adobe

Комментарии

Информация по комментариям в разработке

Похожие видео

  • О нас
  • Контакты
  • Отказ от ответственности - Disclaimer
  • Условия использования сайта - TOS
  • Политика конфиденциальности

video2dn Copyright © 2023 - 2025

Контакты для правообладателей [email protected]