User:Dan Nessett/Technical/How to set up a CZ clone on Ubuntu

From Citizendium
< User:Dan Nessett‎ | Technical
Revision as of 19:43, 18 November 2009 by imported>Dan Nessett (New page: ==Notes== * Had to modify createAndPromote.php to check password for validity before creating user. Otherwise, if the password is invalid a "ghost" user is created in mwuser table. * Had ...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Notes

  • Had to modify createAndPromote.php to check password for validity before creating user. Otherwise, if the password is invalid a "ghost" user is created in mwuser table.
  • Had to create a dummy user with user_id of 0, so XML dump import would work.
  • Need to set Xdebug variables for both apache2/php and php-cli versions of php.ini