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