Open coolaj86 opened 1 year ago
I actually had an installer sometime in the last few years. The branch may still exist on the backup of the old beta site.
Hey @coolaj86 I would like to work on this issue. Could you assign this to me?
@Apoorv012 Go!
What parts will you be working on?
Be sure to check out webinstall/webi-installers#661 before getting started.
The last time I tried to add MariaDB they just didn't have capacity for direct downloads. According to the notice on https://mariadb.org/download/?t=mariadb&p=mariadb&r=11.3.0, it appears that they now do.
The name should be
mariadb
and there should be additional aliases formariadbd
,mysql
, andmysqld
.This has multiple components which could be performed by multiple people:
1. Create the Cheat Sheet
(I have some of this already which I can put in a gist for whoever takes this task)
2. Create a
releases.js
from the MariaDB APIhttps://mariadb.org/downloads-rest-api/
This will be very similar to go/releases.js - iterating over the releases and producing an object similar to this:
This browser extension will be helpful:
3. Copy/Find/Replace on
install.sh
andinstall.ps1
Most likely the postgres or go installers will be a good source to copy from.
WATCH THE VIDEO to see how this is done over at https://github.com/webinstall/webi-installers/issues/661