The scripts that powers the one-click installers on GleSYS Cloud (cloud.glesys.com).
- The one-click installer should be placed in a folder which is named after a rundown of what it does. Eg.
wordpress-nginx-mariadb
. - The folder should include a
cloud-config.yaml
, which should include the cloud-init code. And aREADME.md
, which should include a summary of what it does. - Include other license information in your
cloud-config.yaml
if the global license isn't applicable for your contribution (see License section below). - When your cloud-init is merged, it still has to be integrated in the GleSYS Cloud interface. This doesn't happen automatically.
- Fork it (https://github.com/yourname/yourproject/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request
GleSYS one-click installers is open-sourced software licensed under the CC0 1.0 Universal. Separate one-click installers may use other licenses and if so, they should be visible in their cloud-config.yaml
.