Practicing Drupal on a localhost
webjourneyman - May 10, 2006 - 13:23
I´m moving and will not have internet access for some time. I´ve decided to learn using Drupal to make a website for a birthday present in mid july.
Can I install Apache on my computer, download Drupal and practice offline? Do you know of any info for that purpose? Do I need to install anything else, MySql perhaps?
Thanks in advance.

Use IIS 5.1 in Windows XP Pro
You can use Microsoft Internet Information Service 5.1 server to host your drupal site on the localhost. IIS 5.1 is not installed on Windows XP Pro by default. Go to Control Panel Add/Remove Components and check IIS to install. You can also download Apache and install it on Windows if you don't have Windows XP Pro because Home Edition doesn't include IIS. I use IIS 5.1 to host my drupal site and it works very well. You can even host your site on the internet on IIS 5.1 if you want to. Also you need MySQL server to create the database for your drupal site. It is also available to download for free.
WAMP solution
Hi webjourneyman.
You can download a WAMP solution at http://www.appservnetwork.com and with one installer you'll have Apache, PHP and MySQL. It installs everything at C:\AppServ and at C:\AppServ\www you can add on different directories you're projects that will be locally accessed as http://localhost/directoryname. I recommend you AppServ 2.4.4a for more stable versions. That's the solutions I'm using on three different computers without any difficulty.
Thank you both, that gives
Thank you both, that gives me two solutions to look into. While I´m here, can you recomend a tutorial for an absolute drupal beginner?
video of install on windows
You may want to watch my video on how to install on windows. Its a speedy 3 minutes, so you may want to pause it as you go:
http://www.jakeg.co.uk/drupal/install_video.htm
Jake
---
School and university yearbooks and Drupal web services, London
Excellent
Thank you
XAMPP!
There is another option and that is the XAMPP package from www.apachefriends.org. The additional advantage is that you can find a few handbook pages on drupal.org for configuring and using XAMPP for drupal on localhost.
Offline reading
I don't know how up to date these are, but there's PDFs of the handbook:
http://www.puregin.org/Drupal-handbooks
There's also some Drupal books (as in real paper) available to purchase.
Michelle
Thanks
Ramdak, could you give me an url? Are those pages on the apachefriend site or drupal?
Michelle, those will be great help.
I read in a comment in the guestbook that drupal has problems with php5, that comment was since januar 2005. Have those bugs been worked out, anyone know?
Yikes, I thought there were
Yikes, I thought there were many more pages than just this one on XAMPP:
http://drupal.org/node/43545
However, XAMPP is really easy to set up, especially if you use the .exe download. It installs like any other Windows program. Be sure to pay attention to some of its warnings about security issues, and then configure clean urls and you are ready to go. One advantage with XAMPP is that you can use php4 or php5.