RUVIDEO
Поделитесь видео 🙏

Drupal Installation Drupal tutorial Compleate Guide

Drupal is one of the best Content Management Systems (CMS) on the Internet. With Drupal, you can create all sorts of websites - from small personal ones to big corporate portals. It's up to you and your needs - Drupal can handle it all!
In this tutorial you will find detailed information on how Drupal works through its architecture as well as how to install Drupal on your domain server and also in PC server. The installation process is easy and requires just a few clicks. You won't need any coding or design skills to install a fully-functional Drupal application within a minute.
Now let’s first check the architecture of Drupal
Where The architecture of Drupal contains the following layers
Users
Administrator
Drupal
PHP
Web Server
Database
Users − These are the users on the Drupal community. The user sends a request to a server using Drupal CMS and web browsers, search engines, etc. acts like clients.
Administrator − Administrator can provide access permission to authorized users and will be able to block unauthorized access. Administrative account will be having all privileges for managing content and administering the site.
Drupal − Drupal is a free and open source Content Management System (CMS) that allows organizing, managing and publishing your content and is built on PHP based environments. Drupal CMS is very flexible and powerful and can be used for building large, complex sites. It is very easy to interact with other sites and technologies using Drupal CMS. Further, you will be able to handle complex forms and workflows.
PHP − Drupal uses PHP in order to work with an application which is created by a user. It takes the help of web server to fetch data from the database. PHP memory requirements depend on the modules which are used in your site. Drupal 6 requires at least 16MB, Drupal 7 requires 32MB and Drupal 8 requires 64MB.
Web Server − Web server is a server where the user interacts and processes requests via HTTP (Hyper Text Transfer Protocol) and serves files that form web pages to web users. The communication between the user and the server takes place using HTTP. You can use different types of web servers such as Apache, IIS, Nginx, Lighttpd, etc.
Database − Database stores the user information, content and other required data of the site. It is used to store the administrative information to manage the Drupal site. Drupal uses the database to extract the data and enables to store, modify and update the database.


xampp/php/php.ini

max_execution_time = 600
max_input_time = 600
memory_limit = 512M
post_max_size = 64M
upload_max_filesize = 64M
mysql.connect_timeout = 600
Remove ;
extension=php_fileinfo.dll
paste below line
zend_extension=php_opcache.dll
Remove ;
opcache.enable=1
Remove ;
opcache.enable_cli=0
Remove ;
opcache.interned_strings_buffer=4
Remove ;
opcache.use_cwd=1
Remove ;
opcache.memory_consumption=64



xampp\mysql\bin\my.ini
max_allowed_packet = 64M
innodb_flush_log_at_trx_commit = 2

Что делает видео по-настоящему запоминающимся? Наверное, та самая атмосфера, которая заставляет забыть о времени. Когда вы заходите на RUVIDEO, чтобы посмотреть онлайн «Drupal Installation Drupal tutorial Compleate Guide», вы рассчитываете на нечто большее, чем просто загрузку плеера. И мы это понимаем. Контент такого уровня заслуживает того, чтобы его смотрели в HD 1080, без дрожания картинки и бесконечного буферизации.

Честно говоря, Rutube сегодня — это кладезь уникальных находок, которые часто теряются в общем шуме. Мы же вытаскиваем на поверхность самое интересное. Будь то динамичный экшн, глубокий разбор темы от любимого автора или просто уютное видео для настроения — всё это доступно здесь бесплатно и без лишних формальностей. Никаких «заполните анкету, чтобы продолжить». Только вы, ваш экран и качественный поток.

Если вас зацепило это видео, не забудьте взглянуть на похожие материалы в блоке справа. Мы откалибровали наши алгоритмы так, чтобы они подбирали контент не просто «по тегам», а по настроению и смыслу. Ведь в конечном итоге, онлайн-кинотеатр — это не склад файлов, а место, где каждый вечер можно найти свою историю. Приятного вам отдыха на RUVIDEO!

Видео взято из открытых источников Rutube. Если вы правообладатель, обратитесь к первоисточнику.