Skip to content
pcsforeducation edited this page Apr 4, 2011 · 1 revision

Notes on improving Wordpress installer:

3 modes

  • Blank Server: Install Apache, MySQL, PHP, SuExec, etc etc.
  • Single installs: Install full copy each time.
  • Multi install: Lots of symlinks and such. All updated together.

Installation notes: trim username to 16 chars

Create user: useradd -m -d /home/$DOMAIN_NAME -U $DOMAIN_NAME

MySQL user -> trim username to 16 chars

Clone this wiki locally