-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
276 lines (265 loc) · 14.7 KB
/
Copy pathabout.html
File metadata and controls
276 lines (265 loc) · 14.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" href="assets/img/favicon.ico" type="image/x-icon">
<!-- Site title -->
<title>Maestro Server - About cloud inventory</title>
<!-- Bootstrap CSS -->
<link href="assets/css/bootstrap.min.css" rel="stylesheet">
<!-- Icofont CSS -->
<link href="assets/css/icofont.css" rel="stylesheet">
<!-- Owl Carousel CSS -->
<link href="assets/css/owl.carousel.css" rel="stylesheet">
<!-- Magnific Popup CSS -->
<link href="assets/css/magnific-popup.css" rel="stylesheet">
<!-- SlickNav CSS -->
<link href="assets/css/slicknav.min.css" rel="stylesheet">
<!-- Animate CSS -->
<link href="assets/css/animate.css" rel="stylesheet">
<!-- Main/Custom CSS -->
<link href="assets/css/style.css" rel="stylesheet">
<!-- Responsive CSS -->
<link href="assets/css/responsive.css" rel="stylesheet">
<meta name="og:url" content="http://maestroserver.io/">
<meta name="og:title" content="Maestro Server - Infrastructure Analytics">
<meta name="og:description" content="Open source software platform for management and discovery of servers, applications and systems for Hybrid IT. It can manage both small and large environments, enabling the visualization of the latest multicloud state.">
<meta name="og:image" content="http://maestroserver.io/assets/img/tools.png">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-112879234-2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-112879234-2');
</script>
</head>
<body>
<!-- ============== Offcanvas Menu Area ============= -->
<div class="offcanvas-menu">
<span class="offcanvasmenu-close"><i class="icofont icofont-close-line"></i></span>
<div class="logo">
<h1><a href="index.html">
Maestro Server
</a></h1>
</div>
<ul>
<li><a href="about.html">About</a></li>
<li><a href="http://docs.maestroserver.io/en/latest/" target="_blank">Docs</a></li>
<li><a href="https://github.com/maestro-server/" target="_blank">Github</a></li>
<li><a href="contact.html">Contact</a></li>
<li><a href="https://maestroserver.slack.com/" target="_blank">Slack</a></li>
</ul>
<a href="http://docs.maestroserver.io/en/latest/quickstart.html" class="mobile-get-btn get-btn">Get Started</a>
</div>
<!-- ============== Header Area ============= -->
<header>
<div class="container">
<div class="row">
<div class="col-sm-3 col-6">
<div class="logo">
<h1><a href="index.html">
<img src="assets/img/logo250-white.png" alt="Maestro Server" />
</a></h1>
</div>
</div>
<div class="col-sm-9 col-6 text-right">
<div class="slack-desktop-menu main-menu theme-4">
<ul>
<li><a href="about.html">About</a></li>
<li><a href="http://docs.maestroserver.io/en/latest/" target="_blank">Docs</a></li>
<li><a href="https://github.com/maestro-server/" target="_blank">Github</a></li>
<li><a href="contact.html">Contact</a></li>
<li><a href="https://maestroserver.slack.com/" target="_blank">Slack</a></li>
</ul>
</div>
<div class="slack-main-menu main-menu offcanvas">
<span class="offcanvas-menu-trigger"><i class="icofont icofont-justify-all"></i></span>
</div>
<a href="http://docs.maestroserver.io/en/latest/quickstart.html" class="slack-desktop-get-btn get-btn">Get Started</a>
</div>
</div>
</div>
</header>
<!-- ============== Hero Area ============= -->
<div class="hero-area about-us">
<div class="container">
<div class="row">
<div class="col-lg-8 offset-lg-2 text-center wow fadeInDown" data-wow-delay=".5s">
<h1>About Maestro Server</h1>
<p>Open source software platform for management and discovery of servers, applications and systems for Hybrid IT.</p>
</div>
</div>
</div>
</div>
<!-- ============== Services Area ============= -->
<div class="about-us padding-40">
<div class="container">
<div class="row">
<div class="col-sm-5 offset-sm-1">
<h2 class="purple">What problems does it solve?</h2>
<p>Maestro was built to solve some problems faced in the operation of multicloud environments,
multi-shared devops culture and multiple clients,
where it becomes hard to (a) keep track of the lastest environment state,
(b) apply a compliance in all teams, (c) accurately visualize your infrastructure state, (d)
manage access for internals employees and (e) maintain the documentation up-to-date.</p>
<ol>
<li>How can we audit our environments?</li>
<li>How can we control and keep track of our environment?</li>
<li>How can we guarantee if our documentation is up-to-date?</li>
<li>Which servers belong to a given client?</li>
</ol>
</div>
<div class="col-sm-5">
<h2 class="purple">What Maestro does?</h2>
<p>Maestro comes to (a) help IT operation teams to organize and audit multicloud infrastructure; (b) substitute CMDB systems; (c) enable continuous discovery of servers, services and apps; (d) classify each service as a database, message queue, VPN, API gateway, service mesh, etc., and;
(e) create a relation between servers, services and clients.
<br/><br/>Maestro comes for you, to be a complete and simple cloud inventory.</p>
</div>
</div>
</div>
</div>
<!-- ============== How to Work Area ============= -->
<div class="section-padding about-us">
<div class="container">
<div class="row">
<div class="col-lg-5">
<h2>How do I use it?</h2>
<p>Analyse your full state environment of all providers do you have, centralize all information about
datacenters, servers, loadbalance, orchestrations tools, volumes, vpns and etc.</p>
<br/>
<ul>
<li>- Keep track their relations</li>
<li>- Create complex and powerful reports</li>
<li>- Analysis costs and growing up velocity</li>
<li>- Standards services names</li>
<li>- Network configurations</li>
<li>- Available deploys for each server</li>
</ul>
</div>
</div>
</div>
<img src="assets/img/about1.jpg" alt="How do I use it?" class="img-absulate">
</div>
<!-- ============== Call to Action Area ============= -->
<div class="cta-area padding-40 theme-2">
<div class="container">
<div class="row">
<div class="col-lg-8 offset-lg-2 text-center wow fadeInDown" data-wow-delay=".5s">
<h3>Do you like to experiment how maestro is?</h3>
<p>Demo verson is a complete open source installation.</p>
<a href="http://demo.maestroserver.io" class="boxed-btn">See Demo</a>
</div>
</div>
</div>
</div>
<div class="download-application theme-2">
<div class="container">
<div class="row">
<div class="col-md-5 col-sm-12 offset-lg-2 offset-md-1">
<div>
<h2>Developer Guides</h2>
<p>Interested in developing Maestro Server, create new features or extend them.</p>
<p>We create a set of documentation, explain how set up your development environment, coding styles, standards, learn about the architecture and more. Welcome to the team and contribute with us.</p>
<a href="http://docs.maestroserver.io/en/latest/contrib.html" class="boxed-btn">Contribute</a>
</div>
</div>
<div class="col-md-3">
<div class="big-icon">
<i class="icofont icofont-tools"></i>
</div>
</div>
</div>
</div>
</div>
<!-- ============== Footer Area ============= -->
<footer class="site-footer">
<div class="container ptb-40">
<div class="row">
<div class="col-md-4 col-xs-6">
<div class="widget">
<h4 class="widget-title">About</h4>
<p>Open source software platform for management and discovery servers, apps and system for Hybrid IT.</p>
<div class="widget-icon">
<a href="https://maestroserver.slack.com" target="_blank"><i class="icofont icofont-social-slack"></i></a>
<a href="https://github.com/maestro-server/" target="_blank"><i class="icofont icofont-social-github"></i></a>
</div>
</div>
</div>
<div class="col-md-1"></div>
<div class="col-md-2 col-sm-4 col-6">
<div class="widget">
<h4 class="widget-title">Usefull</h4>
<ul>
<li><a href="http://docs.maestroserver.io/en/latest/quickstart.html">Get Started</a></li>
<li><a href="http://docs.maestroserver.io/en/latest/userguide/index.html">User Guide</a></li>
<li><a href="http://demo.maestroserver.io">Demo</a></li>
</ul>
</div>
</div>
<div class="col-md-2 col-sm-4 col-6">
<div class="widget">
<h4 class="widget-title">Docs</h4>
<ul>
<li><a href="http://docs.maestroserver.io">Documentation</a></li>
<li><a href="http://docs.maestroserver.io/en/latest/developer/index.html">Developer Guide</a></li>
<li><a href="https://maestro-server.github.io/server-app/docs/inventory/">API - Server APP</a></li>
<li><a href="https://maestro-server.github.io/discovery-api/">API - Discovery APP</a></li>
</ul>
</div>
</div>
<div class="col-md-3 col-sm-4 col-6">
<div class="widget">
<h4 class="widget-title">Media</h4>
<ul>
<li><a href="#">Medium - About Maestro</a></li>
<li><a href="https://medium.com/maestro-server-cloud-analytics/master-server-inventory-for-multi-cloud-environment-c9471294f1a8">Medium - Cloud Inventory</a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="main-footer">
<div class="container">
<div class="row">
<div class="col-lg-10 offset-lg-1">
<div class="copywright">
<div class="row">
<div class="col-md-6">
<p>Copyright 2018 - All Right Reserved</p>
</div>
<div class="col-md-6 text-right">
<ul>
<li><a href="term.html">Term</a></li>
<li><a href="http://docs.maestroserver.io/en/latest/" target="_blank">Docs</a></li>
<li><a href="https://github.com/maestro-server/" target="_blank">Github</a></li>
<li><a href="https://maestroserver.slack.com/" target="_blank">Slack</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</footer>
<!-- ================ Footer area End ============== -->
<!-- jQuery Library -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/popper.min.js"></script>
<!-- Bootstrap JS -->
<script src="assets/js/bootstrap.min.js"></script>
<!-- Owl Carousel JS -->
<script src="assets/js/owl.carousel.min.js"></script>
<!-- SlickNav JS -->
<script src="assets/js/jquery.slicknav.js"></script>
<!-- Magnific popup JS -->
<script src="assets/js/magnific-popup.min.js"></script>
<!-- WoW JS -->
<script src="assets/js/wow-1.3.0.min.js"></script>
<!-- Main/Custom JS -->
<script src="assets/js/main.js"></script>
</body>
</html>