Visit Mozilla.org

User:Clouserw/CMS Setup

From MozillaWiki

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

Warning sign
Warning: The content of this article may be out of date.


Prerequisites:

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


Main install [edit]

  • 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