How to install drupal?

Asked by bismay

how to install drupal?What are the other necessary thing s that are needed before installing drupal?After installing how to run drupal inubuntu 9.10 karmic koala?Is there any free tutorial available on the net which tells how to run drupal?
Is there any linux equivalent for adobe dreamweaver,fireworks,photoshop,afterworks and flash? What is the difference between blogspot and drupal which one is better?

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu yelp Edit question
Assignee:
No assignee Edit question
Solved by:
Vikram Dhillon
Solved:
Last query:
Last reply:
Revision history for this message
anonymous1 (anonymous1-deactivatedaccount) said :
#1

Drupal is a robust Content Management System that runs on a LAMP server. The LAMP server uses MySQL by default, but PostgreSQL can also be used with Drupal. There are currently two stable branches of Drupal, Drupal5 and Drupal6 (Drupal7 is in development). Versions from either branch can be installed in more or less the same way. I have included a link to the documentation for the current release of Ubuntu 9.10 below.

https://help.ubuntu.com/community/Drupal

Blogger is a blog publishing system. The service itself is located at www.blogger.com, and blogs that do not publish to their own websites are hosted by Google at subdomains of blogspot.com. Drupal is a free and open source Content Management System (CMS). It is used as a back-end system for many different types of websites.

There are numerous alternatives to the software that you listed. I have included a link showing some alternatives below.

http://wiki.linuxquestions.org/wiki/Linux_software_equivalent_to_Windows_software

Revision history for this message
dinar qurbanov (qdinar) said :
#2

hello.
i think probably you can found tutorial in internet how to install drupal. probably you know how to search sites in internet with search engines, but i give you a link to a search result: http://www.google.com/search?q=how+to+install+drupal+ubuntu+9.10 . there are short cites from sites in which that tutorials are, and links to that sites.
you should install apache server and mysql server. then install drupal from synaptic or download from site and unpack. then you should configure apache to show drupal folder to internet. then or before downloading drupal you should install mod_php or (php-cgi and mod_fcgid) , and install phpmyadmin program that is for administering mysql server, also should configure apache if it is not already configured to show phpmyadmin to internet. when installing mysql you write password, when logging in phpmyadmin use that password, it is mysql administrator, "root"'s password. in phpmyadmin create database and user and assign to that user permission to that database, this is hard to explain simply just now, several ways of doing that in phpmyadmin.
then read some readme files in drupal directory. run drupal installer in browser and write there that mysql user name and password and database name, which i just said to create in phpmyadmin.
also install "apc" for php works faster.

dreamweaver - there are several programs. i have forgotten. search in synaptic by description and name for "web", "editor", "html".
fireworks - i do not know it just now.
photoshop - gimp
afterworks - i do not know it just now.
flash - flash player works in ubuntu 9.10

you can also install "virtual box" program and in it install windows and in it install that programs.

Revision history for this message
anonymous1 (anonymous1-deactivatedaccount) said :
#3

Please mark this question as solved if this has answered your question.

Revision history for this message
bismay (bismay) said :
#4

bismay@bismay:~$ sudo a2enmod rewrite
Enabling module rewrite.
Run '/etc/init.d/apache2 restart' to activate new configuration!
bismay@bismay:~$ sudo /etc/init.d/apache2 restart
 * Restarting web server apache2 apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1 for ServerName
 ... waiting apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1 for ServerName
                                                                         [ OK ]
bismay@bismay:~$
bismay@bismay:~$ http://localhost/drupal6/install.php
bash: http://localhost/drupal6/install.php: No such file or directory
bismay@bismay:~$

Revision history for this message
Best Vikram Dhillon (dhillon-v10) said :
#5

On Tue, Jan 5, 2010 at 2:57 PM, bismay
<email address hidden> wrote:
> Question #95819 on yelp in ubuntu changed:
> https://answers.launchpad.net/ubuntu/+source/yelp/+question/95819
>
>    Status: Answered => Open
>
> bismay is still having a problem:
> bismay@bismay:~$ sudo a2enmod rewrite
> Enabling module rewrite.
> Run '/etc/init.d/apache2 restart' to activate new configuration!
> bismay@bismay:~$ sudo /etc/init.d/apache2 restart
>  * Restarting web server apache2                                                apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1 for ServerName
>  ... waiting apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1 for ServerName
>                                                                         [ OK ]
> bismay@bismay:~$
> bismay@bismay:~$ http://localhost/drupal6/install.php
> bash: http://localhost/drupal6/install.php: No such file or directory
> bismay@bismay:~$
>
> --
> You received this question notification because you are an answer
> contact for Ubuntu.
>

Have you tried this out [1]

[1] https://help.ubuntu.com/community/Drupal

--
Regards,
Vikram Dhillon

~~~
There are lots of Linux users who don't care how the kernel works, but
only want to use it. That is a tribute to how good Linux is.
-- Linus Torvalds

Revision history for this message
bismay (bismay) said :
#6

Thanks Vikram Dhillon, that solved my question.