I just installed Drupal, and found the documentation in Install.txt to be quite confusing. Obviusly it's written more for UNIX-geeks with direct access to the server than for me, and not suitable for my situation/setup.
I download to my PC and unpack with WinZip. Then I upload to my service provider, and use PHPmyAdmin to set up the database.
In the spirit of Drupal, I'll not going to complain more about this, but try to write a install.txt more suited for those in my situation. Since I'm not techproficient I'm sure this can be done better, but take it as a starting point.
1. DOWNLOAD DRUPAL
You can obtain the latest Drupal release from http://drupal.org/ http://drupal.org/project/releases.
Download the current tar.gz format [Redundant - Thats the only format present] and extract the files:
$ wget http://drupal.org/drupal/drupal-x.x.x.tgz
$ tar -zxvf drupal-x.x.x.tgz
Unzip it.
This will create a new directory drupal-x.x.x/ containing all
Drupal files and directories. MoveUpload the contents of that directory
into a directory within your web server's document root or your
public HTML directory:
$ mv drupal-x.x.x/* drupal-x.x.x/.htaccess /var/www/html
2. CREATE THE DRUPAL DATABASE [This step tripped me bad]
[Delete all text and replace with:]