Cloud Cultivator

WordPress up and running

Just got this WordPress blog up and running with the following tools: WP CLI: http://wp-cli.org/ Let’s Encrypt: https://letsencrypt.org/ Certbot: https://certbot.eff.org/ To keep things up to date, here are my crons: #update letsencrypt certs 45 3 * * * certbot-auto renew #update wp 0 9 * * * cd /var/www/blog-cloudcultivator/ && wp db optimize && wp db repair && wp core update && wp core update-db && wp plugin update –all