Though ServerPilot focuses more on ongoing server management (e.g. updates, control panel, monitoring, support) for DigitalOcean servers rather than one-click installers, there is now a one-click WordPress installer.<p><a href="https://serverpilot.io/blog/2015/07/22/one-click-wordpress-and-automatic-serverpilot-installer.html" rel="nofollow">https://serverpilot.io/blog/2015/07/22/one-click-wordpress-a...</a>
I like Bitnami and I am a big fan. However, when deploying Jboss, Glassfish and Tomcat application servers from Bitnami onto AWS, I have found that you need to configure the application server specs based on the specs of your host EC2 -- I ended up creating custom images for each type of EC2 in my inventory for these application servers.
<a href="https://www.vultr.com/" rel="nofollow">https://www.vultr.com/</a> is like DO except it allows arbitrary ISO and iPXE. No need to wait on DigitalOcean for them to provide your OS. They also have IPv6, private IPs and more locations. And it's a bit cheaper.
The Bitnami images for GitLab are impossible to upgrade automatically and are a worse experience than our Omnibus packages. I hope Bitnami addresses this soon.
This has been available on AWS also: <a href="https://aws.amazon.com/marketplace/search/results/ref=srh_navgno_search_box?page=1&searchTerms=bitnami" rel="nofollow">https://aws.amazon.com/marketplace/search/results/ref=srh_na...</a>
> DigitalOcean users get two free months of Bitnami access.<p>Uh, I don't really understand what "Bitnami access" constitutes. Once I've done the install, I don't really need Bitnami for anything more, right? <i>right?</i> Does that mean everyone who wants to do a Bitnami-powered install should hurry up and do it now, before they have to pay to get access to the Bitnami installer?
Flockport provides something similar but with containers <a href="https://www.flockport.com/store" rel="nofollow">https://www.flockport.com/store</a> We have a fledgling app store with over 30 apps that can be deployed on any Linux server in minutes. It's completely free.<p>The advantage with using containers as opposed to VMs is containers are portable so you are not stuck to any server or cloud provider. Your apps are portable, and cloning, snapshots and backups become simpler.<p>The advantage of using LXC is the entire stack can be in one container and the environment is more like an OS that users are familiar with. Users can use the flockport utility to pull the app and then directly get to the App dashboard, without all the installation and configuration hassles of a typical stack. And Flockport apps should work with nspawn and other container managers.
Please add Dada Mail [0] to your DO offerings. It's already available on the Mojo Marketplace, Softaculous, Installtron, etc,<p>It comes bundled with a CLI installer, which would be trivial to utilize when automating the install process.<p>[0] <a href="http://dadamailproject.com" rel="nofollow">http://dadamailproject.com</a>
<a href="https://sandstorm.io/" rel="nofollow">https://sandstorm.io/</a> remains the best option for packaging webapps IMHO.
Wordpress is awful on DO and many things can and do break. Trust me, I've been developing with Wordpress for over a decade, and WP on a VPS is a whole different kettle of fish. Whether it's hardening the VPS to avoid a DDOS, or auto-patching Ubuntu when OpenSSL gets another vulnerability. It's quite mightmarish. DO is good for things like Gitlab and VPNs and things like that, but good luck trying to get something bulletproof and high availability. It's a devops nightmare. It can be achieved, but it takes some time...