Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
su - serveradmin
cd ~
wget http://wordpress.org/latest.tar.gz
tar -xvpf latest.tar.gz
mv wordpress blog # We do not need to make the technology obvious.
mv blog /home/www.krypton.com/www/

 

Repeat for the second instance,.

 

Configure WordPress

  • Create config file for database access
  • Set URL
  • ...

...