Drupal

Drupal is a content management system offering shorter time to market, empowerment of end users to do customizations that traditionally requires software engineering, sustainability and lower total cost of ownership.

What's Drupal?

Drupal is a content management system (also refered to as CMS), meaning Drupal is used to manage content on informational sites, social media sites, member sites, intranets and web applications.
Drupal isn't a CMS, strictly speaking, but a platform into which various modules can be plugged and combined to provide CMS customized to your needs. There are modules for many purposes, for example storing different kinds of content, retrieving content based on criteria, and for displaying content in different ways and much more.

What is it that makes Drupal different from other CMS's?

EPiServer, SiteVision, Sitecore, Polopoly and Escenic are all examples of first generation content management systems. They're characterized by the fact that new or customized functionality is added through development of new modules that are programmed in Java or the .NET platform. This is time consuming and requires help from specialists. In practice, what this results in, is a monopoly-like situation where you become dependent on a limited number of service providers for making even the smallest of changes or development.
Drupal, on the other hand, is a second generation CMS. It means that a lot of new or customized functionality can be created in the user interface without programming. Doing this doesn't take much time and can be done by a member of your staff versed in your operations. This lessens your dependency on service providers offers you the freedom to make simple adjustments and development yourself.
But even Drupal requires programming at one point or another, for purposes like integrating other systems into your own operations. But don't worry, Drupal is also free software with open source, unlike EPiServer, SiteVision et c. This means that Drupal is free (gratis), that you may use or modify Drupal to your heart's desire. It's up to you (no one else!) to decide whether you want to distribute your modifications. The only thing you're expected to do in return is that if you choose to distribute said modifications you make them available under the same terms you obtained Drupal, that is an open source license.

Install Drupal for Linux 


Step 1) :- Create databases name EX. drupal_new

Step 2) :-  Downloade Drupal  (drupal-7.34).zip or .tar file then extract on your localhost folder.

              Ex. /opt/lampp/htdocs or /var/www/ or etc
               
Step 3) :-  click  (localhost/your folder name)


drupal installation process step 1

drupal installation process step 2


drupal installation process step 3

drupal installation process step 4


drupal installation process step 5

drupal installation process step 6




drupal installation process step 8


drupal installation process step 9

Drupal 8 Download 
System requirements
1) :- Drupal 8:MySQL 5.5.3/MariaDB 5.5.20/Percona Server 5.5.8 or higher with PDO and an           
        InnoDB-compatible primary storage engine,
2) :- PostgreSQL 9.1.2 or higher with PDO,
        SQLite 3.6.8 or higher
       PHP
      Drupal 8: PHP 5.5.9 or higher


Installation Process...... 
http://localhost/drupal8

drupal8 installation process 1

drupal8 installation process 2



Enable Zend OPcache

Edit the php configuration file at /opt/lampp/etc/php.ini & server file /etc/php5/apache2/php.ini & Window 7 C:\Xampp\php\php.ini

Linux Ubuntu Xampp :- 
:- $ su
:- $ password********
:- # sudo gedit /opt/lampp/etc/php.ini
then Ctrl+F Find this line ;zend_extension = opache.so 
uncomment/(remove ;) zend_extension = opache.so  
Add the all line
          opcache.memory_consumption=128

          opcache.max_accelerated_files=2500

          opcache.interned_strings_buffer=8

          opcache.revalidate_freq=60

          opcache.fast_shutdown=1

then Ctrl+S & close the file then Restart lampp

:- # /opt/lampp/lampp restart 

Show Images  
drupal8 installation process 3


drupal8 installation process 4
drupal8 installation process 5

drupal8 installation process 6

drupal8 installation process 7

drupal8 installation process 8

drupal8 installation process 9

drupal8 installation process 10

drupal8 installation process 11

drupal8 installation process 12




No comments:

Post a Comment