Friday 2 August 2013

Drupal- The Warrior of Web Development

INSTALLATION PROCESS


Q) How to install drupal in the system?

Requirements:
Installation:

  • Download the drupal 7.22 version from above link
  • Go to Mozilla Firefox and type: localhost


  • The downloaded file is of tar format, so unzip the file.
  • Copy the extracted file to /var/www
This could be achieved using terminal(ctrl+alt+T)
$ sudo cp drupal-7.22 /var/www
$ password

  • Now, go to Mozilla Firefox and type localhost/drupal-7.22
 

  •  Follow the image sequences


  • Normally we get 2 errors at this stage then just open terminal and type:
$ cd /var/www/drupal-7.22/sites/default
 
follow the image...
 
 



  • Again open the existing Mozilla window and press F5, for refresh
  • Out of 2 only one error will be remaining.

 To remove this open terminal

Follow the image sequence


open terminal and create a database using the commands shown in image:





 Installation of Profile









Congratulations U are installed Drupal successfully to your system..
 
Enjoy!!!

Drupal - The Warrior of Web Development

DRUPAL


is a free, open-source web development platform for online content and user communities. Drupal powers some of the busiest sites on the web, and can be adapted to virtually any visual design. Drupal runs over a million sites, including White House.gov, World Economic Forum, Stanford University, and Examiner.com.

Q) Why Drupal?


Drupal is open
  • is open

Drupal was created over ten years ago and released as open-source software under the GNU Public License. That means it’s completely free to download, use, and modify: There are no purchase, license, or maintenance fees.


Drupal is web development
  • is web development

Drupal’s default installation is a database-backed web platform with file maintenance tools and a high level of security. Many developers take advantage of Drupal’s extensible architecture to go far beyond the “core” package.


Drupal is social
  • is social

Drupal is a multi-user system, letting site visitors log in (as “authenticated” users) or browse the site without doing so (as “anonymous” users). You control their access levels, and can also assign “roles” for multiple permission levels.


Drupal is content
  • is content

Drupal both hosts and promotes your content. It can reach out beyond your site to give you a presence on Twitter, Facebook, and in other venues. Drupal’s built-in features also give search engines what they want, improving your web impact automatically.


Drupal is scalable
  • is scalable

Drupal has proven itself repeatedly in the field on sites with over a million pages, and at over 20,000 requests per second. Its core installation handles over 99 percent of use cases, while free optimization tools and a large base of Drupal-trained administrators address the other one percent.


Drupal is design
  • is design

Drupal site designs come from “themes”, whose visual presentation is described in standard CSS. Drupal.org hosts hundreds of free, fully customizable themes, including several “base themes” to help you launch your own designs.


Drupal is everywhere
  • is everywhere

Drupal runs millions of web sites, including many of the world’s biggest. It’s especially strong among major governments and industry-leading enterprises, but is easy enough to be the platform of choice for individuals and small companies.



Drupal is Secure
  • is secure

Drupal is used by thousands of high profile web sites and is subject to rigorous security testing both by the Drupal community and by security experts around the world. Drupal's core code has been proven to prevent common security vulnerabilities such as those defined by the Open Web Application Security Project (OWASP).