dcos-labs / dcos-config-tool

A config UI to browse and create configurations for DC/OS packages
Apache License 2.0
9 stars 0 forks source link
dcos dcos-ux-guild

DCOS CONFIG TOOL

This project provides a basic interface to browse the Mesosphere Universe repository and add properties and values to generate a configuration file.

Starting the application

The tool is now hosted at http://www.dcos-package-browser.io

If you want to start it locally with docker:

docker run -p 8080:8080 -d ftrossbach/dcos-config-reader

Using the application

The entry site

The entry site

The entry site

The entry site

To Do

This is still very rough with hardly any error handling. Array properties and required parameters are also not handled yet. But it should work for a basic use case.

License

The project is licensed under the Apache License 2.0 (http://www.apache.org/licenses/LICENSE-2.0)