Page tree

Versions Compared

Key

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

...

Explain variables on a table, wordpresskryptondb, wpkryptonuser, localhost, password.

Install WordPress

If working with WordPress developers in a shared environment, the security posture would be to lock down access to a developer group tailored for the particular application instance of WordPress.

Using the target application account, in our case we will use serveradmin, download and install WordPress,

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
  • ...

...