Skip to main content

How to Install Modules in Drupal

1. download the package
2. move the tar.gz folder to to sites/all/modules folder {we need to create the module folder inside all }
3. untar it using tar -zxvf tarfilename.tar.gz
4. Go in administrator menu of DRupal -> Modules
    enable all the modules you installed.

And there you go ...Voilla ! :-D

Comments

Popular posts from this blog

Backslash on mac

I had been struggling to type back slash ( \) character on mac japanese keyboard as they don't have it printed on the keyboard, and I was doing copy paste all the time from google when i needed to type it until recently a tip came to my rescue , shortcut to backslash on mac japanese keyboard. Alt + ¥  Hope it helps others.