Advanced Documentation is restricted to officers only.
Updating WordPress
Sign in as administrator and click on the control panel. On the left side click dashboard -> updates. Check for updates follow the onscreen prompts.
Updating Back-end software
SSH in and run the command “sudo yum update”
How to Read Documentation
Documentation is restricted to select officers only.
In most cases, people turn to documentation for one of two reasons:
Something is Broken:
If something breaks try to figure out what’s changed.
- If the server breaks after an update, try rolling back the update or installing the update manually
- Try to narrow down where the break happens. If you can’t connect to a service. ssh in to see if the process is running. If the process isn’t running, figure out why it stopped. If the service is running fine, see why you can’t connect.
You’re trying to add a feature:
- Try not to add too much to the list of installed programs, another program is another update, another thing to break, another security risk
- Keep your updates modular! Don’t allow an error in a config file on the game server crash the entire system.