Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

4. Give the web server “write privileges” to sites/default/settings.php and the sites/default/ directory:

Code Block
chmod ua+w sites/default/settings.php
chmod ua+w sites/default

5. Create a database for Drupal. Make note of your username and password as you will need it when the Drupal install script runs.

...