Instalando Drupal 7 | Develop Site

ernesto's picture

Estoy instalando en forma local en un ordenador que tiene instalado UBUNTU 11.04 como sistema operativo. De momento realice los siguientes pasos:

  • Descargue Drupal 7.12 de la dirección http://drupal.org/project/drupal
  • Descomprimo el archivo Drupal-7.12.tar.gz
  • Creo la base de datos y el usuario con PHPMYADMIN
  • Tomo nota del nombre de usuario, la base de datos y el nombre del host
  • Ejecuto, en mi caso http://localhost/carpeta/install.php
  • Selecciono la OPCION STANDARD
  • Guardo y continuo con la instalacion

En este paso me aparece el siguiente error:

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.

Settings file The settings file does not exist.
The Drupal installer requires that you create a settings file as part of the installation process. Copy the ./sites/default/default.settings.php file to ./sites/default/settings.php. More details about installing Drupal are available in INSTALL.txt.

Para solucionarlos ejecuto en el modo terminal:

  • mkdir /var/www/carpeta/sites/default/files
  • chmod a+w /var/www/carpeta/sites/default/files
  • cp /var/www/carpeta/sites/default/default.settings.php /var/www/carpeta/sites/default/settings.php
  • chmod a+w /var/www/carpeta/sites/default/settings.php
  • chmod go-w /var/www/carpeta/sites/default/settings.php
  • chmod go-w /var/www/carpeta/sites/default
Spanish
Taxonomy upgrade extras [en:field:taxonomyextra:blog:label]: