Drupal

From Alessandro's Wiki
Revision as of 11:06, 7 July 2011 by Xunil (talk | contribs) (Created page with " 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/...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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