IT/Software/Web Applications/WordPress
It is not the best but it is the industry standard. There is always someone who has had your issue and can help fix it.
Install
There are a hundred ways to do this.
Here is what I recommend(incomplete/draft)
- Put an entry in the vhosts file.
- Only the port 80 one for now.
- You can do the 443 one also
- Setup dns to hit your site.
- Test with a ping or traceroute
- Use LetsEncrypt via certbot to get a cert and redirect all traffic to https
- Use phpMyAdmin to make a user with associated database.
- Download the software and unzip in the folder where you will run it.
- Hit the site and run the installation.
- Test
Upgrade
It auto upgrades as long as you set it up.
We do encourage daily, weekly, monthly backups of the database, web files and files.
You most likely will not need it.
Basic Config after Install
- Turn off all comments
- Disable anyone from adding a comment.
- We do not use the website as a blog but only as a basic information portal.
- Add plugins
- Ninja Forms
- Ultimate FAQ
- WP Mail SMTP
- SSL 465
- use the global email server sl-507-7.slc.westdc.net
- Test email when done.
- Ask Isaac to add the goodies
- This gives us DiVi builder and a few other security goodies
Other Config
Moving a Site
Problems
- Usually a permissions issue.
- Set all files to 644
- Set all folders to 755
- Here is how. find chmod and exec
- Or a nasty plugin
- Or a messed up entry in wp-config
- Or a messed up entry in vhost or ssl-vhost