I want to install Drupal in Ubuntu. How can I do it?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
migrated from drupal.stackexchange.com Mar 30 '11 at 6:35
|
I found this walkthrough to be helpful when I was first setting up Drupal on my Ubuntu desktop. |
|||
|
|
|
It is this easy to install
|
|||||||||
|
|
You can just start software center and search for Drupal. Then you just install the Drupal package. If you have a server without running x-server, you need to use the command line, which is like on all Debian based system "sudo apt-get install Drupal". However, Ubuntu normally does not have a very updated version of Drupal in the archives. It may be good if you need a stable version or if you test, but not if you require to have newer versions or security updates very fast. In all other cases, you are better off to follow the normal Drupal installation instruction for any Linux system. |
||||
|
|