Category:Technology -> Adventures with the naked Mac Mini Server -> Drupal | ARTS & FARCES internet wiki

Category:Technology -> Adventures with the naked Mac Mini Server -> Drupal

Category:Technology -> Adventures with the naked Mac Mini Server -> Install and configure Drupal

Install and configure Drupal

Use these steps to configure Apache to support clean URLs in Drupal:

  1. In your text editor of choice, edit the /etc/apache2/sites/0000_any_80.conf file (not the httpd.conf file you’re probably used to working with).
  2. Edit the following section:
  3.   Options All +MultiViews -ExecCGI -Indexes -Includes   AllowOverride None
  4. Change AllowOverride None to AllowOverride All

Install Drupal using the documentation at drupal.org

Change Drupal file permissions

Follow these steps to finalize the necessary file permissions after installing Drupal:

  1. From a Mac on your network, open an SSH connection to your server.
  2. Enter the following commands from your home directory (be sure to modify the path statements for your specific server):
    • chmod 755 /Library/WebServer/Documents/drupal/sites/default
    • chmod 444 /Library/WebServer/Documents/drupal/sites/default/settings.php
    • chmod -R 777 /Library/Webserver/Documents/drupal/sites/default/files

Categories:

Copyright © 1993–2012 ARTS & FARCES LLC. All rights reserved.