User:Clouserw/CMS Setup

From MozillaWiki
Jump to: navigation, search

This has been moved to Kubla:Deployment - Please use that page instead!

Ambox outdated.png THIS PAGE MAY BE OUTDATED
This article is in parts, or in its entirety, outdated. Hence, the information presented on this page may be incorrect, and should be treated with due caution until this flag has been lifted. Help by editing the article, or discuss its contents on the talk page.

Prerequisites:

  • php5
  • mysqli
  • mbstring extension (up2date -i php-mbstring)
  • gd extension (up2date -i php-gd)


Main install

  • Setup a database
  • Extract Drupal 5.1 somewhere
  • chmod o+w sites/default/settings.php
  • Load the drupal installation in your browser
  • Fill in the db info and hit submit
  • chmod o-w sites/default/settings.php
  • mkdir files and make it writable by your webserver
  • (eventually import a db, but for now:)
    • create admin account
    • disable comment,
    • enable locale, path, localizer.*
    • enable module::localizer's "multilingual content support"
    • enable clean urls
    • enable all the locales you want
  • Make sure nothing is red on the ?q=admin/logs/status page
  • cp mozilla.com/img/* to /img/
  • cp mozilla.com/js/* to /js/
  • cp mozilla.com/style/* to /style/
  • Run the files2drupal.pl script