Hi, let me help you with my limited experience ^^.
First time? better use Windows OS, then you install XAMPP download from here http://www.apachefriends.org/en/xampp-windows.html
install Apache+MySQL (phpMyAdmin) so that you get C:\xampp
to check if success, go to http://localhost you should see like XAMPP screen
then, download Drupal 6.2. Extract the content, you'll get a folder drupal-6.2.
Comments
Read the documentation:
Read the documentation: http://drupal.org/handbooks
Hi, let me help you with my
Hi, let me help you with my limited experience ^^.
First time? better use Windows OS, then you install XAMPP download from here http://www.apachefriends.org/en/xampp-windows.html
install Apache+MySQL (phpMyAdmin) so that you get C:\xampp
to check if success, go to http://localhost you should see like XAMPP screen
then, download Drupal 6.2. Extract the content, you'll get a folder drupal-6.2.
simply move that folder to C:\xampp\htdocs
now from your web browser, go to http://localhost/drupal-6.2
installation should start
don't forget to create new database before from http://localhost/phpMyAdmin
Hope this helps.