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