I am starting in this CMS World..
I read that drupal requires o web server, but i am not understanding this part..
It means that i will have to purchase a domain in a web server to install there the drupal and work there?

I've senn the video that shows how to install, but i did not understand this part..

Comments

dman’s picture

You might need to do some reading on learning about the internet in general before you start building a CMS yourself. It's not exactly difficult, but you do need to start somewhere.
What is a web server?

You can run Drupal on a local development machine (see the instructions) but at some point you will need to get an account with a web host provider and move things up there if you want the world to see it.

There are some Web hosts that will offer 'one-click-installs' also, so that may be worth asking for.

lmarques’s picture

No.. What i mean is how to develop my site on my machine?
I know that later i will have to get an account on a web server.

I've found documentation about run Drupal on a local machine, but what would you recomend? My OS is Vista.

dman’s picture

:-B

No, seriously, I strongly recommend the Acquia Stack Installer - it's 100% Drupal tuned and 100% just works, installing all the required Drupal,Apache,MySQL,PHP needed in one go.

lmarques’s picture

I'm gonna try that one.
Thank you!

lmarques’s picture

dman, after installing Acquia Drupal, how do I install the Drupal 6.14 that i downloaded from Drupal.org ?

dman’s picture

Acquia comes with everything there. I'm pretty sure the bundled Drupal will be the latest available.
If you really want, you can replace it I guess. I've run parallel version installs under the Acquia stack just by messing with Apache virtualhosts in the normal way. But that was just to see if I could.

But basically it comes with everything, so the drupal.org download is redundant. Why would you want to overcomplicate it?

Big greenBlue button.
Press it.
You have Drupal on your desktop.

Look into the folders and it's just the same under the hood.

lmarques’s picture

Oh.. I thought that Acquia had Apache, PHP and MySQL but not the Drupal.org.
So, is just install Drupal and start working and developinig the site? Nice :)

thanks again

lmarques’s picture

Not working :S

http://i45.tinypic.com/2m2temo.jpg

Any help?

dman’s picture

You really should see if there is something in the Acquia knowledge base about that, but the message on the screen there says that the server is not started because permission is denied.
So I imagine it's something to do with your OS security model.
Firewalls and things will (rightly) panic if they detect an unprivileged user is trying to start a service that will publish information to the outside world - like a web server. You probably need to up your privileges.

I don't personally know how your OS does it, but yep The answer is here

lmarques’s picture

I was a little in a hurry when i installed and try to run. Later i've just right cliked and run as administrator and worked :)

dbeall’s picture

It's real easy. two clicks to install the server and unpack Drupal in the www folder and it's off to the races...
get wamp here http://sourceforge.net/projects/wampserver/
It's very easy to have many Drupal installs with one wamp install

lmarques’s picture

- Where does Acquia stores the site? I mean, when i finish the site, where are all the files that i need to send to the web server?
- If i uninstall Acquia, the site and the work done, disappear?

thanks a lot