MyBB Community Forums

Full Version: One-click App @ DigitalOcean
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
https://www.digitalocean.com/products/on...discourse/

I'm curious if MyBB could do something like that.
There is actually bitnami images which you can do to have one click app install
https://bitnami.com/stack/mybb
Also I can see there is a docker compose is being created (I see kawaii commits there so he will know the progress)
https://github.com/mybb/docker-compose
Things are going quite interesting for MyBB Smile
The recent work on the docker-compose recipe would make a one-click isntall for DO pretty simple, though it might also be worth creating similar things for other services, such as StackScripts for Linode or images for Scaleway.

Obviously covering all of these different service providers would be quite a big job, so some of it would be nice as a community project.
From what I know, the DO "one-click installs" are merely cloud-init scripts in a prepackaged format, much like the ones you can manually input upon droplet creation. I don't think it would be that complicated for me to create such a thing for MyBB (using the Docker stuff mentioned earlier in the thread) but I'm not sure how to go about getting in touch with DO and having it published as one of their official one-click scripts.
(2017-12-10, 01:02 PM)kawaii Wrote: [ -> ]From what I know, the DO "one-click installs" are merely cloud-init scripts in a prepackaged format, much like the ones you can manually input upon droplet creation. I don't think it would be that complicated for me to create such a thing for MyBB (using the Docker stuff mentioned earlier in the thread) but I'm not sure how to go about getting in touch with DO and having it published as one of their official one-click scripts.

Hello folks, 

I realize this is a little older but I wanted to let you know that a DigitalOcean user has also submitted this as an IDEA on https://ideas.digitalocean.com/ideas/DO-I-1034

[/url]


Quote:[url=https://ideas.digitalocean.com/ideas/DO-I-1034/idea_endorsements?]9VOTE
Create a MyBB 1-Click application
It would be wonderful to have a 1-Click application for MyBB.
  • [Image: 4c1f474dcea42d4922214ff296f75aea?default...ue&size=32] Cody S.

  • Sep 11 2018


The idea has several votes. I wanted to let you all know that we opened up DigitalOcean Marketplace recently just for this purpose. We can help with any questions and provide technical guidance as to how. There are several other open source communities who've released a 1-Click App on our new DigitalOcean Marketplace with good user adoption growth, including OpenFaaS, Redash, Jenkins, and more.

The process is relatively easy, although we require a VM image it can largely be scripted in cloud-init as you suggested, and is automated with documented Fabric and Packer examples here: https://github.com/digitalocean/marketplace-partners

If anyone is interested, you can easily register as such here: https://marketplace.digitalocean.com/vendors 

Thanks, -nick 
Head of Ecosystem & Marketplace, DigitalOcean