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

Скачать или смотреть Installing PrestaShop on Centos 7

  • Dr. Anand Nayyar
  • 2016-05-09
  • 3457
Installing PrestaShop on Centos 7
  • ok logo

Скачать Installing PrestaShop on Centos 7 бесплатно в качестве 4к (2к / 1080p)

У нас вы можете скачать бесплатно Installing PrestaShop on Centos 7 или посмотреть видео с ютуба в максимальном доступном качестве.

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

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

Cкачать музыку Installing PrestaShop on Centos 7 бесплатно в формате MP3:

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

Описание к видео Installing PrestaShop on Centos 7

In this Video, Detailed Step by Step Description is being done on Installing Prestashop on Centos 7.

Official Website: https://www.prestashop.com/en/

Steps to Install Prestashop on Centos 7

Step 1: Install EPEL-Repository
#yum install epel-release

Step 2: Disable SELinux Firewall
#setenforce 0

Part - A Apache Web Server

Step 1: Install Apache Web Server
#yum -y install httpd

Step 2: Start Apache Server
#systemctl start httpd

Step 3: Enable Apache Server to start with Linux OS
#systemctl enable httpd

Step 4: Test Apache Server
#systemctl status httpd

Open Firefox
addressbar type: localhost

Step 5: Enable Mod_Rewrite module in Apache Server
Open the file:
#vi /etc/httpd/conf/httpd.conf

Change AllowOverride None
to

AllowOverride All

Save the file and Exit

Part-B Installing MariaDB Database Server

Step 1: Installing MariaDB- Server
#yum install mariadb-server mariadb

Step 2: Start Mariadb Server
#systemctl start mariadb

Step 3: Configuring Server
#mysql_secure_installation

Press Enter and Change the Password
Press Y on everything else and exit

Part-C Installing Php

Step 1: Installing Php and other Php dependencies
#yum -y install php php-mysql php-gd php-ldap php-odbc php-pear php-xml php-xmlrpc php-mbstring php-snmp php-soap php-mcrypt curl zlib

Step 2: Installing Phpmyadmin
#yum -y install phpmyadmin

Step 3: Restart Apache Web Server
#systemctl restart httpd.service

Open web browser
localhost/phpmyadmin

Part-D Installing Prestashop
#mkdir prestashop
#cd prestashop

Open web browser and following link to download
prestashop
http://www.prestashop.com/en/download

It is 20 MB Version

#cd Dowload
#cp pre.... /root/prestashop
#cd prestashop
#unzip pres....

Copy the "Prestashop" Folder to /var/www/html

#cp -avr prestashop /var/www/html
#chmod -R 775 prestashop
#chown apache:apache prestashop

Test in Browser:
localhost/prestashop

Click on Next to Begin
Click on "I Agree,...." and click Next
System Compatibility
(If error Occurs)
Go back to terminal and issue the following command
#cd /var/www/html
#chmod -R 777 prestashop

And now refersh the browser

Give the Other Details on Next Page
Click Next

Database Name: other details

Go to localhost/phpmyadmin
Login with root and password which you have set

And click on new and create database
name: prestashop click ok

And now click next on main menu

And Prestashop would be installed...

Комментарии

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

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

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

video2dn Copyright © 2023 - 2025

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