#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
- Visit http://:8080/index.html and see the list of packages
- Select an application version
- Select a property and provide a value
- Click the link to generate config
##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)