2011-08-16, 02:48 PM
Joomla probably needs write access to some directories, so you'll need to "chmod -R g+w public_html" the dir so that Apache can write to it (unless you've set up suPHP)
Note: It's not a good idea to delete your DocumentRoot directory - Apache will fail to start if it can't locate this dir. A safer method is to move the content into another dir but leave the DocumentRoot there, then drop a basic index.html placeholder to check Apache is working right.
Also: consider downloading and extracting as a non-root user, so you don't have to keep changing permissions/ownership over.