I just recently downloaded the Drupal 7.2 .zip from the Drupal website, then I started the install on an Ubuntu 11.04 & LAMP. I extracted the zip file to the /var/www/ directory and then renamed the folder to "drupal". Then, I chose the standard install option, however when I got to the "Requirements" stage, it kicked back two problems. The first problem states:
File system
The directory sites/default/files does not exist. An automated attempt to create this directory failed, possibly due to a permissions problem. To proceed with the installation, either create the directory and modify its permissions manually or ensure that the installer has the permissions to create it automatically. For more information, see INSTALL.txt or the online handbook.
I'm relatively new to Linux and I just barely understand permissions. Also, is the "sites/default/files" directory relative to the the drupal directory in "/var/www/"? How do I go about changing the permissions and for whom should I give permissions too? Can I then just create the "/var/www/drupal/sites/default/files/" (if in fact it is relevant to that directory) and proceed with the installation, so long as the other problem is taken care of first?
The second problem states:
Settings file The settings file does not exist.