Drupal

From Alessandro's Wiki

http://drupal.org/


installation

  • create a directory for Drupal in the web server and unzip the source there.
  • set permissions ad default configuration file:
cp sites/default/default.settings.php sites/default/settings.php && chmod a+w sites/default/settings.php && chmod a+w sites/default
  • create a database (mysql) and grant all the permissions to a user.
  • go to the web address where you've just installed the thing with your browser and follow instructions.
  • protect a directory (Drupal will complain about it)
chmod sites/default 700