CMS
Drupal
- copy /usr/share/drupal/* to ~/htdocs
- need to give mysql user all privileges on the db
set
ini_set('error_reporting',E_ALL ^ E_NOTICE);on all root-level php files- select MySQLi during drupal initialization
CMS Made Simple
- copy bundle into the desired dir
- chmod -R a+rx the whole thing
- set up SCCC session stuff in include.php
- touch config.php in base dir of install
- edit config.php
- CMSMailer needs to be configured
- CMSMailer_mapi_pref_from and CMSMailer_mapi_pref_fromuser in siteprefs table in MySQL
Wordpress
- unzip tarball in users directory
- create db, db-user etc..
- set values in wp-config.php
