Maestro Server is an open source software platform for management and discovery servers, apps and system for Hybrid IT. Can manage small and large environments, be able to visualize the latest multi-cloud environment state.
To test out the demo, Demo Online
Official Maestro Server documentation
- Read the docs (RST + Sphinx Docs)
See how install read the docs using reStructuredText
pip install sphinx sphinx-autobuild
Install Docs Sphinx Theme
pip install sphinx_rtd_theme
Go to docs folder and execute make html to build
cd docs/
make html
You can use a simple python http server to visualize the content, as example:
cd docs/_build/html/
python3 -m http.server 7777
Are you interested in developing Maestro Server, creating new features or extending them?
We created a set of documentation, explaining how to set up your development environment, coding styles, standards, learn about the architecture and more. Welcome to the team and contribute with us.
We may be able to resolve support queries via email. Please send me a message here
I have made Maestro Server with my heart, think to solve a real operation IT problem. Its not easy, take time and resources.
The donation will be user to:
- Create new features, implement new providers.
- Maintenance libs, securities flaws, and technical points.