do_user_scripts
do_user_scripts copied to clipboard
Script to Install WordPress with Nginx, MySQL, PHP-FPM for Ubuntu 16.04
Script to Install WordPress with Nginx, MariaDB, PHP-FPM for CentOS 7
This is a cloud-init script that installs a lemp stack, clones and configs the laravel quickstart example app, points a subdomain at droplet, runs let’s encrypt. I include the readme...
This is a cloud-init script that installs nginx, points a subdomain at the droplet, runs let’s encrypt certbot to get ssl certs, and installs magento with mariadb as database. I...
This is a cloud-init script that installs nginx, points a subdomain at the droplet, runs let’s encrypt certbot to get ssl certs, and installs jenkins with the digitalocean plugin. I...
So, I was reading [this article](https://www.digitalocean.com/community/tutorials/7-security-measures-to-protect-your-servers) on securing droplets and I thought that most of this is just grunt work. Stuff that should be done by default, but the one...
Any chance of making this script work for ubuntu 16.04?
Ubuntu16.04/cms/wordpress.sh only works on droplet with SSH keys. Does this script required droplet with the SSH leys?
This error occurs without removing the TLS line, as it cannot find the `ta.key` file ``` TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network...