i am very new to all of this. i have only html and graphic design experience, but i've inherited a drupal board and am trying to understand it. i was told i should install it on my computer and play around with it locally before i attempt to make any changes to the functional site.
however, i am having quite a bit of difficulty understanding how to even install it
i've been reading this: http://drupal.org/node/257 on installing it on my computer and it mentions things like:
1. DOWNLOAD DRUPAL
You can obtain the latest Drupal release from http://drupal.org/.
Download the current tar.gz format and extract the files:
$ wget http://drupal.org/drupal/drupal-x.x.x.tgz
$ tar -zxvf drupal-x.x.x.tgz
This will create a new directory drupal-x.x.x/ containing all
Drupal files and directories. Move 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
even with the first instruction, i'm not understanding it. i do not see any files within the drupal-4.4.2.tgz file that i downloaded, named: "$ wget http://drupal.org/drupal/drupal-x.x.x.tgz"
i know how to move something to my web server's directory root, but when they say that, then immeadiately after just show this: $ mv drupal-x.x.x/* drupal-x.x.x/.htaccess /var/www/html... i have no clue what that means