-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathgetting-started.html
825 lines (774 loc) · 52.6 KB
/
getting-started.html
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
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
<!DOCTYPE html>
<html prefix="og: http://ogp.me/ns#">
<head>
<meta charset="utf-8">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-76144216-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'UA-76144216-1');
</script>
<!-- Facebook Pixel Code -->
<script>
!function(f,b,e,v,n,t,s)
{if(f.fbq)return;n=f.fbq=function(){n.callMethod?
n.callMethod.apply(n,arguments):n.queue.push(arguments)};
if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0';
n.queue=[];t=b.createElement(e);t.async=!0;
t.src=v;s=b.getElementsByTagName(e)[0];
s.parentNode.insertBefore(t,s)}(window,document,'script',
'https://connect.facebook.net/en_US/fbevents.js');
fbq('init', '129106771214783');
fbq('track', 'PageView');
</script>
<!-- <noscript>
<img height="1" width="1"
src="https://www.facebook.com/tr?id=129106771214783&ev=PageView
https://www.facebook.com/tr?id=129106771214783&ev=PageView&noscript=1"/>
</noscript> -->
<!-- End Facebook Pixel Code -->
<!-- jQuery -->
<script src="./js/jquery.js"></script>
<script>
$(document).ready(function() {
//apply the smooth to all links at this page
$("a").on('click', function(event) {
if (this.hash !== "") {
event.preventDefault();
//store hash
var hash = this.hash;
$('html, body').animate({
scrollTop: $(hash).offset().top
}, 800, function(){
window.location.hash = hash;
});
} //end if
});
});
</script>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta property="og:url" content="https://subutai.io/getting-started.html" />
<meta property="og:image" content="https://subutai.io/img/SubutaiHeroImageV6.jpg"/>
<meta property="og:image:type" content="image/jpeg"/>
<meta property="og:image:width" content="800"/>
<meta property="og:image:height" content="600"/>
<!-- no cache meta tags - after changes, this should be exclude -->
<meta http-equiv="cache-control" content="max-age=0">
<meta http-equiv="cache-control" content="no-cache">
<meta http-equiv="expires" content="-1">
<meta http-equiv="expires" content="Tue, 01 Jan 1980 11:00:00 GMT">
<meta http-equiv="pragma" content="no-cache">
<title>Getting Started</title>
<!-- CSS Links-->
<link rel="stylesheet" type="text/css" href="./css/bootstrap/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="dist/css/style.css">
<link rel="stylesheet" type="text/css" href="./css/goodwill-styles.css">
<link rel="stylesheet" type="text/css" href="./css/bootstrap/bootstrap-social.css">
<!-- <link href="https://fonts.googleapis.com/css?family=Maven+Pro" rel="stylesheet"> -->
<link href="https://fonts.googleapis.com/css?family=Maven+Pro:400,500,700,900" rel="stylesheet">
<link href="./fontawesome/fontawesome-all.css" rel="stylesheet">
<link href="https://use.fontawesome.com/releases/v5.0.6/css/all.css" rel="stylesheet">
<link rel="stylesheet" href="./js/syntax-highlighter/styles/shCore.css" media="all">
<link rel="stylesheet" href="./js/syntax-highlighter/styles/shCoreRDark.css" media="all">
<link rel="stylesheet" href="./css/custom.css">
<!-- JS Links-->
<!-- Favicon link-->
<link rel="shortcut icon" href="./img/favicon.png" />
<style type="text/css">
.getting-started p{
text-align: justify;
line-height: 30px;
font-size: 15px;
}
.getting-started ul li{
text-align: justify;
line-height: 30px;
font-size: 15px;
}
</style>
</head>
<body>
<header id="header">
<div class="getStarted-btn">
<a href="https://subutai.io/#companion">Downloads</a>
<a href="https://bazaar.subutai.io/register" target="_blank">Join Us</a>
<a href="https://slack.subutai.io/" target="_blank">Help on Slack</a>
<a href="https://subutai.io/goodwill.html">Buy GoodWill</a>
</div>
<nav class="navbar navbar-expand-xl navbar-light bg-light">
<div id="topbar">
<a class="navbar-brand" href="./index.html"><img alt="logo" src="img/logo.png" width="160"></a>
<div class="collapse navbar-collapse" id="navbarNavDropdown">
<ul class="navbar-nav scrollable-menu">
<li class="nav-item">
<a class="nav-link" href="./p2p-cloud-platform.html">P2P Cloud Platform</a>
</li>
<li class="nav-item">
<a class="nav-link" href="goodwill.html">GoodWill</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Products <span class="caret"></span></a>
<ul class="dropdown-menu" aria-labelledby="navbarDropdownMenuLink">
<li><a class="dropdown-item" href="./peer-os.html">PeerOS</a></li>
<li><a class="dropdown-item" href="./bazaar.html">Bazaar</a></li>
<li><a class="dropdown-item" href="./router.html">Blockchain Router</a></li>
<li><a class="dropdown-item" href="./khan.html">KHAN</a></li>
<li><a class="dropdown-item" href="./blueprints.html">Blueprints</a></li>
<li><a class="dropdown-item" href="https://docs.subutai.io/Blueprints/blockchain-in-a-box/Introduction.html">Blockchain-in-a-Box</a></li>
</ul>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Ideation <span class="caret"></span></a>
<ul class="dropdown-menu" aria-labelledby="navbarDropdownMenuLink">
<li><a class="dropdown-item" href="p2p-cloud.html">P2P Cloud</a></li>
<li><a class="dropdown-item" href="https://subutai.blog/" target="_blank">Blog</a></li>
<li><a class="dropdown-item" href="manifesto.html">Manifesto</a></li>
<li><a class="dropdown-item" href="Hardware-Security-Framework.pdf" target="_blank">Hardware Security</a></li>
<li><a class="dropdown-item" href="tribute.html">Tribute</a></li>
<!-- <li><a class="dropdown-item" href="https://www.youtube.com/watch?v=zJkmIAyhvFM&feature=youtu.be" target="_blank">Presentation</a></li> -->
</ul>
</li>
<li class="nav-item">
<a class="nav-link" href="./getting-started.html">Get Started</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">How To <span class="caret"></span></a>
<ul class="dropdown-menu" aria-labelledby="navbarDropdownMenuLink">
<!-- <li><a class="dropdown-item" href="./getting-started.html">Get Started</a></li> -->
<li><a class="dropdown-item" href="./getting-involved.html">Get Involved</a></li>
<li><a class="dropdown-item" href="https://bazaar.subutai.io/login" target="_blank">Share Resources</a></li>
<li><a class="dropdown-item" href="./goodwill.html">Earn GoodWill</a></li>
<li><a class="dropdown-item" href="https://subutai.blog/" target="_blank">Read our Blog</a></li>
<li><a class="dropdown-item" href="https://docs.subutai.io/Contributing.html">How to Contribute</a></li>
<li><a class="dropdown-item" href="https://slack.subutai.io/" target="_blank">Get Help</a></li>
<li><a class="dropdown-item" href="https://docs.subutai.io/">Read the Docs</a></li>
</ul>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Resources <span class="caret"></span></a>
<ul class="dropdown-menu" aria-labelledby="navbarDropdownMenuLink">
<li><a class="dropdown-item" href="https://docs.subutai.io/Glossary.html">Glossary</a></li>
<li><a class="dropdown-item" href="https://docs.subutai.io">Documentation</a></li>
<li><a class="dropdown-item" href="https://github.com/subutai-io" target="_blank">GitHub</a></li>
<li><a class="dropdown-item" href="https://docs.subutai.io/FAQ.html">FAQ</a></li>
<li><a class="dropdown-item" href="getting-involved.html">Get Involved</a></li>
<li><a class="dropdown-item" href="https://docs.subutai.io/Subutai_Use_Cases.html">Use Cases</a></li>
<li><a class="dropdown-item" href="https://bazaar.subutai.io">Bazaar</a></li>
</ul>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Community <span class="caret"></span></a>
<ul class="dropdown-menu" aria-labelledby="navbarDropdownMenuLink">
<li><a class="dropdown-item" tabindex="-1" href="getting-involved.html">Get Involved</a></li>
<li><a class="dropdown-item" tabindex="-1" href="https://slack.subutai.io/" target="_blank">Slack</a></li>
<li><a class="dropdown-item" tabindex="-1" href="https://t.me/SubutaiKHAN" target="_blank">Telegram</a></li>
<li><a class="dropdown-item" tabindex="-1" href="https://twitter.com/Subutai_KHAN" target="_blank">Twitter</a></li>
<li><a class="dropdown-item" tabindex="-1" href="https://www.reddit.com/r/SubutaiKHAN/" target="_blank">Reddit</a></li>
<li><a class="dropdown-item" tabindex="-1" href=" https://www.facebook.com/SubutaiKHAN/" target="_blank">Facebook</a></li>
<li><a class="dropdown-item" tabindex="-1" href="https://www.linkedin.com/company/subutai-social-cloud/" target="_blank">Linkedin</a></li>
<li><a class="dropdown-item" tabindex="-1" href="https://www.youtube.com/channel/UCISHGzbHjYWYFfu7krnYLkA" target="_blank">Youtube</a></li>
</ul>
</li>
</ul>
</div>
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbarNavDropdown" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
</nav>
<div class="jumbotron" id="topBanner">
<div id="bannerText">
<h1 class="pageTitle">Getting Started</h1>
</div>
</div>
</header>
<div class="getting-started">
<div class="container">
<div class="row">
<div class="col-lg-12 layerUp-1">
<h3>To get started with the Subutai Platform:</h3>
<ul>
<li>Register at <a href="#Bazaar">Subutai Bazaar</a>, our social marketplace for user-administered P2P cloud services</li>
<ul>
<li>Create environments on other users' peers</li>
<li>Choose the products or applications that you need</li>
</ul>
<li>Install the <a href="#E2E">E2E Browser plugin</a>, which allows you to authenticate in the Subutai platform and transact in <a href="goodwill.html" target="_blank">GoodWill</a></li>
<ul>
<li>Create your wallet and keys</li>
<li>Associate your keys with your Bazaar account</li>
</ul>
<li>If you want to have your own Peer: install the <a href="#PeerOS">PeerOS</a>, open source software for the peer-to-peer cloud</li>
<ul>
<li>Set up your computing resources to run virtual environments</li>
<li>Register your Peer to the Subutai Bazaar for sharing, rent, or barter</li>
</ul>
</ul>
</div>
<div class="row resetMargin">
<div class="titleSectionWrap layerDown-1">
<div class="iconTitleWrapper">
<img class="iconTitleSection" src="img/bazaar-logo.png">
</div>
<h2 class="anchorTitle" id="Bazaar">Subutai Bazaar</h2>
</div>
</div>
<div class="row resetMargin">
<div class="col-lg-12 layerUp-1">
<h6 class="title-level3 quickLinks">Quick links</h6>
<ul>
<li><a href="./bazaar.html" target="_blank">What is Subutai Bazaar</a></li>
<li><a href="https://bazaar.subutai.io/login" target="_blank">Sign up or log in</a></li>
<li>For tasks that require authentication (e.g., adding cloud providers) or wallet management (hiring resources from other users or charging users who rent your peer), you need to set up the <a href="#E2E">E2E plugin</a>. Other <a href="#companion">software components</a> are available to facilitate administrative tasks on peers and environments.</li>
<li>View the <a href="https://docs.subutai.io/working-with-subutai/using-bazaar/">complete documentation</a></li>
</ul><br/>
</div>
<div class="col-lg-8 col-sm-12 mb-4 d-flex justify-content-center align-items-center">
<img src="./img/bazaar2.gif" alt="Subutai" class="img-responsive center-block">
</div>
</div>
<div class="row resetMargin">
<div class="titleSectionWrap layerDown-1">
<div class="iconTitleWrapper" style="padding-top: 80px;">
<img class="iconTitleSection" src="img/logo-img.png">
</div>
<h2 class="anchorTitle" id="PeerOS">Subutai PeerOS</h2>
</div>
</div>
<div class="row resetMargin">
<div class="col-lg-7 col-sm-12 mb-4 d-flex justify-content-center align-items-center">
<h6 class="title-level3 quickLinks">Quick links</h6>
<ul>
<li>Learn more about <a href="https://subutai.io/peer-os.html" target="_blank"> Subutai PeerOS</a>.</li>
<li>Install the <a href="#Control-Center">Subutai Control Center</a> and <a href="#P2P">P2P daemon</a> on your desktop to access your Peers. You may also want to install the <a href="#E2E">E2E plugin</a> that will manage the GoodWill wallet and PGP keys for you.</li>
<li>Choose your preferred way to get the PeerOS up and running:<br>
<i>* Subutai recommends that you use Debian Stretch 9.X to create your Peers.</i>
</li>
<ul>
<li><a href="https://docs.subutai.io/working-with-subutai/using-peeros/peeros-quick-install">Quick install</a> (about 5 minutes)<br>
<i>* Requirements: any system that uses Vagrant and 100 GB disk space</i>
</li>
<li><a href="https://docs.subutai.io/working-with-subutai/using-peeros/peeros-advanced-install">Advanced admin install</a> (about 20 minutes)<br>
<i>* Requirements: Debian system (preferably, freshly installed) and 100 GB disk space</i>
</li>
</ul>
<li>Learn the basics:</li>
<ul>
<li><a href="https://docs.subutai.io/working-with-subutai/using-peeros/management-console">How to use the Subutai Console</a></li>
<li><a href="https://docs.subutai.io/working-with-subutai/using-peeros/manage-peers">How to manage your Peer</a></li>
</ul>
<li>View the <a href="https://docs.subutai.io/working-with-subutai/using-peeros">complete documentation</a></li>
</ul>
</div><br/>
<div class="col-lg-8 col-sm-12 mb-4 d-flex justify-content-center align-items-center">
<img src="./img/peer3.gif" alt="Subutai" class="img-responsive center-block">
</div>
</div>
<div class="row resetMargin">
<div class="col-lg-12">
<!-- <h2 class="anchorTitle" id="companion">Companion software</h2><br/> -->
<h2 class="anchorTitle" id="companion">Downloads</h2><br/>
<p>Optimize your use of the Subutai Bazaar or PeerOS by installing the following companion software:</p>
<!-- E2E plugin -->
<h2 style="color: #078DD0;" class="anchorSubtitle" id="E2E">E2E plugin</h2>
<p>Easily manage the PGP keys and GoodWill wallets that are required to ensure secure communications within the Subutai platform.</p>
<p>The E2E plugin is directly available from the official store of main browsers <a href="https://chrome.google.com/webstore/detail/subutai-e2e-plugin/ffddnlbamkjlbngpekmdpnoccckapcnh">Chrome</a> and <a href="https://addons.mozilla.org/en-US/firefox/addon/subutai-e2e-plugin/">Firefox</a>. For other supported browsers, you may download from <a href="https://github.com/subutai-io/browser-plugins/releases" target="_blank">here</a>.</p>
<p>Make sure to check the E2E plugin <a href="https://docs.subutai.io/software-components/e2e-plugin" target="_blank">documentation</a>.</p>
<img src="./img/e2e-screenshot.png" alt="E2E plugin" class="img-responsive center-block">
<br/>
<!-- Subutai Control Center -->
<h2 style="color: #078DD0;" class="anchorSubtitle" id="Control-Center">Subutai Control Center</h2>
<p>Access your peers, containers, and environments via SSH or Remote Desktop. Check or update relevant local software and view your GoodWill balance. Equipped with a built-in file transfer system, the Subutai Control Center also enables you to upload and download files from a remote cloud storage in a secure way.</p>
<p>The Subutai Control Center is available in Windows, Mac, and Linux versions.</p>
<div class="tabs_download">
<ul class="nav nav-pills nav-justified btnWrap">
<li id="windows">
<a data-toggle="tab" href="#" class="sysButton btnWin">
<i class="fab fa-windows mr" aria-hidden="true"></i>
<span>Windows</span>
</a>
</li>
<li id="macos">
<a data-toggle="tab" href="#" class="sysButton btnMac">
<i class="fab fa-apple mr" aria-hidden="true"></i>
<span>Mac OS</span>
</a>
</li>
<li id="linux">
<a data-toggle="tab" href="#" class="sysButton btnLinux">
<i class="fab fa-linux mr" aria-hidden="true"></i>
<span>Linux</span>
</a>
</li>
</ul>
<ul>
<li class="sysDownload">You can
<!-- link windows -->
<span id="winLink">download the MSI package for Windows (64-bit): <a href="https://bazaar.subutai.io/rest/v1/cdn/raw?name=subutai-control-center.msi&latest&download" onclick="ga('send', 'event', 'downloads', 'subutai-control-center.msi', 'Win');" class="download">Subutai Control Center x64 7.x</a></span>
<!-- link mac -->
<span id="macLink">download the package for Mac (64-bit): <a href="https://bazaar.subutai.io/rest/v1/cdn/raw?name=subutai-control-center.pkg&latest&download" onclick="ga('send', 'event', 'downloads', 'subutai-control-center.pkg', 'Mac');" class="download">Subutai Control Center x64 7.x</a></span>
<!-- link linux -->
<span id="linuxLink">download the DEB package for Linux (64-bit): <a href="https://bazaar.subutai.io/rest/v1/cdn/raw?name=subutai-control-center.deb&latest&download" onclick="ga('send', 'event', 'downloads', 'subutai-control-center.deb', 'Linux');" class="download">Subutai Control Center x64 7.x</a></span>
</li>
<i>Check the <b>For Developers</b> box to display and download the developer and master versions.<br>
You may access and test these versions accordingly.</i>
<div class="tab-content">
<!-- WIndows -->
<!-- <div id="home" class="tab-pane fade"> -->
<div id="home" class="tab-pane">
<br>
<input id="fcheckwin" type="checkbox" value=""> For Developers
<br>
<br>
<table cellspacing="5" cellpadding="10" width="100%">
<tr>
<td class="for_dev_win">
<a href="https://devbazaar.subutai.io/rest/v1/cdn/raw?name=subutai-control-center-dev.msi&latest&download" onclick="ga('send', 'event', 'downloads', 'subutai-control-center-dev.msi', 'Win');"
class="download">
<strong>Subutai Control Center x64 Dev</strong>
</a>
</td>
<td></td>
<td></td>
</tr>
<tr>
<td class="for_dev_win">
<a href="https://masterbazaar.subutai.io/rest/v1/cdn/raw?name=subutai-control-center-master.msi&latest&download" onclick="ga('send', 'event', 'downloads', 'subutai-control-center-master.msi', 'Win');"
class="download">
<strong>Subutai Control Center x64 Master</strong>
</a>
</td>
<td></td>
<td></td>
</tr>
</table>
<!-- <h3>Install the <strong>Subutai P2P Daemon and Control Center</strong></h3>
<p>Install the MSI packages for Windows. Double click after downloading and follow instructions.</p> -->
</div>
<!-- MAC OS -->
<!-- <div id="menu1" class="tab-pane fade"> -->
<div id="menu1" class="tab-pane">
<br>
<input id="fcheck" type="checkbox" value=""> For Developers
<br>
<br>
<table cellspacing="5" cellpadding="10" width="100%">
<tr>
<td class="for_dev">
<a href="https://devbazaar.subutai.io/rest/v1/cdn/raw?name=subutai-control-center-dev.pkg&latest&download" onclick="ga('send', 'event', 'downloads', 'subutai-control-center.pkg', 'Mac');"
class="download">
<strong>Subutai Control Center x64 Dev</strong>
</a>
</td>
<td></td>
<td></td>
</tr>
<tr>
<td class="for_dev">
<a href="https://masterbazaar.subutai.io/rest/v1/cdn/raw?name=subutai-control-center-master.pkg&latest&download" onclick="ga('send', 'event', 'downloads', 'subutai-control-center.pkg', 'Mac');"
class="download">
<strong>Subutai Control Center x64 Master</strong>
</a>
</td>
<td></td>
<td></td>
</tr>
</table>
<!-- <h3>Install the <strong>Subutai P2P Daemon and Control Center</strong></h3>
<p>Install the dmg packages for MacOS.</p> -->
</div>
<!-- Linux -->
<!-- <div id="menu2" class="tab-pane fade"> -->
<div id="menu2" class="tab-pane">
<br>
<input id="fchecklin" type="checkbox" value=""> For Developers
<br>
<br>
<table cellspacing="5" cellpadding="10" width="100%">
<!-- <tr>
<th>Files</th>
<th></th>
<th></th>
</tr> -->
<tr>
<td class="for_dev_lin">
<a href="https://devbazaar.subutai.io/rest/v1/cdn/raw?name=subutai-control-center-dev.deb&latest&download" onclick="ga('send', 'event', 'downloads', 'subutai-control-center-dev.deb', 'Linux');"
class="download">
<strong>Subutai Control Center x64 Dev</strong>
</a>
</td>
<td></td>
<td></td>
</tr>
<tr>
<td class="for_dev_lin">
<a href="https://masterbazaar.subutai.io/rest/v1/cdn/raw?name=subutai-control-center-master.deb&latest&download" onclick="ga('send', 'event', 'downloads', 'subutai-control-center-master.deb', 'Linux');"
class="download">
<strong>Subutai Control Center x64 Master</strong>
</a>
</td>
<td></td>
<td></td>
</tr>
</table>
<h3>Install the <strong>Subutai Control Center Application</strong>
</h3>
<p>We only support Debian based systems right now. Use apt install:</p>
<pre class="brush:html">
sudo apt install /path/to/subutai-control-center.deb
</pre>
</div>
</div>
<!-- <p><i>Check the For Developers box to display and download the developer and master versions. You may access and test these versions accordingly.</i></p> -->
<!-- <li>Install by following the instructions on the installation wizard.</li> -->
<li>Learn more: <a href="https://docs.subutai.io/Products/PeerOS/06_How_to_use_Control_Center_and_P2P.html">How to use the Control Center</a></li>
</ul>
<!-- ***************************************************************************************** -->
<!-- P2P DAEMON -->
<!-- ***************************************************************************************** -->
<h2 style="color: #078DD0;" class="anchorSubtitle" id="P2P">P2P daemon</h2>
<p>Enable your system to join the swarm and access private cloud environments. The P2P daemon is required to access your Peers, containers, and Environments via SSH or Remote Desktop from the Bazaar, Subutai Management Console, or Control Center.</p>
<p>The P2P daemon is available in Windows, Mac, and Linux versions.</p>
<ul>
<li>You can download
<!-- link windows -->
<span id="winLink2">the MSI package for Windows (64-bit): <a href="https://bazaar.subutai.io/rest/v1/cdn/raw?name=subutai-p2p.msi&latest&download" onclick="ga('send', 'event', 'downloads', 'subutai-p2p.msi', 'Win');" class="download">Subutai P2P x64 8.x</a></span>
<!-- link mac -->
<span id="macLink2">the package for Mac (64-bit): <a href="https://bazaar.subutai.io/rest/v1/cdn/raw?name=subutai-p2p.pkg&latest&download" onclick="ga('send', 'event', 'downloads', 'subutai-p2p.pkg', 'Mac');" class="download">Subutai P2P for Mac OS X ( 64 bit ) 8.x</a></span>
<!-- link linux -->
<span id="linuxLink2">the DEB package for Linux (64-bit): <a href="https://bazaar.subutai.io/rest/v1/cdn/raw?name=subutai-p2p.deb&latest&download" onclick="ga('send', 'event', 'downloads', 'subutai-p2p.deb', 'Linux');" class="download">Subutai P2P for Linux ( 64 bit ) 8.x</a></span>
</li>
<i>Check the <b>For Developers</b> box to display and download the developer and master versions.<br>
You may access and test these versions accordingly.</i>
<!-- <input id="fcheck" type="checkbox" value=""> For Developers -->
<div class="tab-content">
<!-- WINDOWS -->
<div id="linksP2P-win" class="tab-pane">
<br>
<!-- <input id="fcheckwin" type="checkbox" value=""> For Developers -->
<input id="checkP2P-win" type="checkbox" value=""> For Developers
<br>
<br>
<ul>
<!-- <li class="for_dev_win"> -->
<li class="devP2P_win">
<a href="https://devbazaar.subutai.io/rest/v1/cdn/raw?name=subutai-p2p-dev.msi&latest&download" onclick="ga('send', 'event', 'downloads', 'subutai-p2p-dev.msi', 'Win');"
class="download">
<strong>Subutai P2P x64 Dev </strong>
</a>
</li>
<li class="devP2P_win">
<a href="https://masterbazaar.subutai.io/rest/v1/cdn/raw?name=subutai-p2p-master.msi&latest&download" onclick="ga('send', 'event', 'downloads', 'subutai-p2p-master.msi', 'Win');"
class="download">
<strong>Subutai P2P x64 Master </strong>
</a>
</li>
</ul>
</div>
<!-- MAC OS -->
<div id="linksP2P-mac" class="tab-pane">
<br>
<input id="checkP2P-mac" type="checkbox" value=""> For Developers
<br>
<br>
<table cellspacing="5" cellpadding="10" width="100%">
<tr>
<td class="devP2P_mac">
<a href="https://devbazaar.subutai.io/rest/v1/cdn/raw?name=subutai-p2p-dev.pkg&latest&download" onclick="ga('send', 'event', 'downloads', 'subutai-p2p-dev.pkg', 'Mac');"
class="download">
<strong>Subutai P2P for Mac OS X Dev </strong>
</a>
</td>
<td></td>
<td></td>
</tr>
<tr>
<td class="devP2P_mac">
<a href="https://masterbazaar.subutai.io/rest/v1/cdn/raw?name=subutai-p2p-master.pkg&latest&download" onclick="ga('send', 'event', 'downloads', 'subutai-p2p-dev.pkg', 'Mac');"
class="download">
<strong>Subutai P2P for Mac OS X Master </strong>
</a>
</td>
<td></td>
<td></td>
</tr>
</table>
<!-- <h3>Install the <strong>Subutai P2P Daemon and Control Center</strong></h3>
<p>Install the dmg packages for MacOS.</p> -->
</div>
<!-- Linux -->
<div id="linksP2P-linux" class="tab-pane">
<br>
<input id="checkP2P-linux" type="checkbox" value=""> For Developers
<br>
<br>
<table cellspacing="5" cellpadding="10" width="100%">
<tr>
<!-- <td class="for_dev_lin"> -->
<td class="devP2P_linux">
<a href="https://devbazaar.subutai.io/rest/v1/cdn/raw?name=subutai-p2p-dev.deb&latest&download" onclick="ga('send', 'event', 'downloads', 'subutai-p2p.deb', 'Linux');"
class="download">
<strong>Subutai P2P for Linux Dev</strong>
</a>
</td>
<td></td>
<td></td>
</tr>
<tr>
<!-- <td class="for_dev_lin"> -->
<td class="devP2P_linux">
<a href="https://masterbazaar.subutai.io/rest/v1/cdn/raw?name=subutai-p2p-master.deb&latest&download" onclick="ga('send', 'event', 'downloads', 'subutai-p2p-master.deb', 'Linux');"
class="download">
<strong>Subutai P2P for Linux Master</strong>
</a>
</td>
<td></td>
<td></td>
</tr>
</table>
<h3>Install the <strong>Subutai P2P Daemon</strong></h3>
<p>We only support Debian based systems right now. Use apt install:</p>
<pre class="brush:html">sudo apt install /path/to/subutai-p2p.deb
</pre>
</div>
</div>
<!-- <li>Download the MSI package for Windows (64-bit): <b>Subutai P2P x64 7.x</b></li> -->
<!-- <li>Install by following the instructions on the installation wizard.</li> -->
</ul>
<br/>
</div> <!-- tabs_download -->
</div> <!-- col-lg-12 -->
</div> <!-- row -->
</div> <!-- container -->
</div> <!-- getting-started -->
<!-- Section 4 - Community -->
<section id="communitySection">
<div>
<div class="titleSectionWrap">
<h2>Community</h2>
<h3>We’d love to hear from you!</h3>
</div>
<div class="socialButtonWrap">
<a class="btn btn-block btn-social btn-twitter" href="https://twitter.com/Subutai_KHAN" target="_blank" style="margin-top: 5px;"><span class="fab fa-twitter"></span>Twitter</a>
<a class="btn btn-block btn-social btn-facebook" href="https://www.facebook.com/SubutaiKHAN/" target="_blank"><span class="fab fa-facebook"></span>Facebook</a>
<a style="color: #333;" class="btn btn-block btn-social btn-reddit" href="https://www.reddit.com/r/SubutaiKHAN/"target="_blank"><span class="fab fa-reddit"></span>Reddit</a>
<a class="btn btn-block btn-social btn-linkedin" href="https://www.linkedin.com/company/subutai-social-cloud" target="_blank"><span class="fab fa-linkedin"></span>LinkedIn</a>
<a class="btn btn-block btn-social btn-slack" href="https://slack.subutai.io/" target="_blank" style="background-color: #fff; color: #000;"><span class="fab fa-slack"></span>Slack</a>
<a class="btn btn-block btn-social btn-telegram" href="https://t.me/SubutaiKHAN" target="_blank" style="background-color: #2fade7; color: #fff;"><span class="fab fa-telegram"></span>Telegram</a>
</div>
<div class="mailchimp">
<!-- Begin MailChimp Signup Form -->
<link href="//cdn-images.mailchimp.com/embedcode/classic-10_7.css" rel="stylesheet" type="text/css">
<!-- <style type="text/css">
Add your own MailChimp form style overrides in your site stylesheet or in this style block.
We recommend moving this block and the preceding CSS link to the HEAD of your HTML file.
</style> -->
<div id="mc_embed_signup">
<form action="https://optdyn.us17.list-manage.com/subscribe/post?u=35361aa6e4a7374ec14c974bc&id=a9787e94b0" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
<div class="formContainer">
<div class="formWrap">
<div id="mc_embed_signup_scroll">
<div class="mc-field-group">
<input type="email" placeholder="YOUR EMAIL" value="" name="EMAIL" class="required email newsletterField" id="mce-EMAIL">
</div>
<div id="mce-responses" class="clear">
<div class="response" id="mce-error-response" style="display:none"></div>
<div class="response" id="mce-success-response" style="display:none"></div>
</div> <!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
</div>
<div class="signupWrap">
<div style="position: absolute; left: -5000px;" aria-hidden="true">
<input type="text" name="b_35361aa6e4a7374ec14c974bc_a9787e94b0" tabindex="-1" value="">
</div>
<div class="clear">
<input class="newsletterButton" type="submit" value="SIGN UP FOR UPDATES" name="subscribe" id="mc-embedded-subscribe">
</div>
</div>
</div>
</div>
</form>
</div>
<script type='text/javascript' src='//s3.amazonaws.com/downloads.mailchimp.com/js/mc-validate.js'></script><script type='text/javascript'>(function($) {window.fnames = new Array(); window.ftypes = new Array();fnames[0]='EMAIL';ftypes[0]='email';fnames[1]='FNAME';ftypes[1]='text';fnames[2]='LNAME';ftypes[2]='text';fnames[3]='ADDRESS';ftypes[3]='address';fnames[4]='PHONE';ftypes[4]='phone';}(jQuery));var $mcj = jQuery.noConflict(true);</script>
<!--End mc_embed_signup-->
</div>
</div>
</section>
<!-- Section 5 - Tribute -->
<!-- <section>
<div class="cont-part6">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="text-center">
<h3>Tribute: <a href="tribute.html">Standing on the Shoulders of Giants ></a></h3>
</div>
</div>
</div>
</div>
</div>
</section> -->
<footer>
<div class="cont-footer">
<div class="container">
<div class="row">
<div class="col-lg-4">
<div class="text-center">
<a href="https://optdyn.com/"><img src="./img/optdyn.png" class="img" alt="Optdyn" width="150"></a>
</div>
</div>
<div class="col-lg-4">
<p style="padding-top: 0px">Copyright © <span id="currentYear"></span> OptDyn. All rights reserved.</p>
<p style="padding-top: 0px"><a href="privacy.html">Privacy |</a> <a href="privacy.html#term">Terms of Use |</a> <a href="privacy.html#cookies"> Cookies</a></p>
</div>
<div class="col-lg-4">
<div class="icons-cont-footer">
<div class="text-center">
<a href="https://twitter.com/Subutai_KHAN" target="_blank"><i class="fab fa-twitter-square"></i></a>
<a href="https://www.facebook.com/SubutaiKHAN/" target="_blank"><i class="fab fa-facebook-square"></i></a>
<a href="https://www.reddit.com/r/SubutaiKHAN/" target="_blank"><i class="fab fa-reddit-square"></i></a>
<a href="https://www.linkedin.com/company/subutai-social-cloud" target="_blank"><i class="fab fa-linkedin"></i></a>
</div>
</div>
</div>
</div>
</div>
</div>
</footer>
<script src="./js/jquery.js"></script>
<script src="./js/bootstrap.min.js"></script>
<script type="text/javascript">
var currentYear = (new Date()).getFullYear();
document.getElementById("currentYear").innerHTML = currentYear;
</script>
<script>
var os = 0;
if (navigator.userAgent.indexOf('Windows') != -1) os = 1;
if (navigator.userAgent.indexOf('Linux') != -1) os = 2;
if (navigator.userAgent.indexOf('Mac') != -1) os = 3;
if (navigator.userAgent.indexOf('FreeBSD') != -1) os = 4;
switch (os) {
case 1:
$("#windows").addClass("active");
$("#home").addClass("in active");
$("#linksP2P-win").addClass("in active");
$("#winLink").addClass("active");
$("#winLink2").addClass("active");
break;
case 2:
$("#linux").addClass("active");
$("#menu2").addClass("in active");
$("#linksP2P-linux").addClass("in active");
$("#linuxLink").addClass("active");
$("#linuxLink2").addClass("active");
break;
case 3:
$("#macos").addClass("active");
$("#menu1").addClass("in active");
$("#linksP2P-mac").addClass("in active");
$("#macLink").addClass("active");
$("#macLink2").addClass("active");
break;
case 4:
break;
default:
break;
}
</script>
<script>
$(document).ready(function() {
// windows
$(".btnWin").click(function() {
$("#windows").addClass("active");
$("#macos").removeClass("active");
$("#linux").removeClass("active");
$("#home").show();
$("#menu1").hide();
$("#menu2").hide();
$("#linksP2P-win").show();
$("#linksP2P-mac").hide();
$("#linksP2P-linux").hide();
$("#winLink").addClass("active");
$("#macLink").removeClass("active");
$("#linuxLink").removeClass("active");
$("#winLink2").addClass("active");
$("#macLink2").removeClass("active");
$("#linuxLink2").removeClass("active");
});
// mac
$(".btnMac").click(function() {
$("#windows").removeClass("active");
$("#macos").addClass("active");
$("#linux").removeClass("active");
$("#home").hide();
$("#menu1").show();
$("#menu2").hide();
$("#linksP2P-win").hide();
$("#linksP2P-mac").show();
$("#linksP2P-linux").hide();
$("#winLink").removeClass("active");
$("#macLink").addClass("active");
$("#linuxLink").removeClass("active");
$("#winLink2").removeClass("active");
$("#macLink2").addClass("active");
$("#linuxLink2").removeClass("active");
});
// linux
$(".btnLinux").click(function() {
$("#windows").removeClass("active");
$("#macos").removeClass("active");
$("#linux").addClass("active");
$("#home").hide();
$("#menu1").hide();
$("#menu2").show();
$("#linksP2P-win").hide();
$("#linksP2P-mac").hide();
$("#linksP2P-linux").show();
$("#winLink").removeClass("active");
$("#macLink").removeClass("active");
$("#linuxLink").addClass("active");
$("#winLink2").removeClass("active");
$("#macLink2").removeClass("active");
$("#linuxLink2").addClass("active");
});
});
</script>
<script>
$(document).ready(function() {
$('#checkP2P-win').change(function() {
if($(this).is(":checked")) {
$('.devP2P_win').show();
} else {
$('.devP2P_win').hide();
}
});
$('#checkP2P-mac').change(function() {
if($(this).is(":checked")) {
$('.devP2P_mac').show();
} else {
$('.devP2P_mac').hide();
}
});
$('#checkP2P-linux').change(function() {
if($(this).is(":checked")) {
$('.devP2P_linux').show();
} else {
$('.devP2P_linux').hide();
}
});
});
</script>
<script src="./js/main.js"></script>
<script src="./js/syntax-highlighter/scripts/shCore.js"></script>
<script src="./js/syntax-highlighter/scripts/shBrushXml.js"></script>
<script src="./js/syntax-highlighter/scripts/shBrushCss.js"></script>
<script src="./js/syntax-highlighter/scripts/shBrushJScript.js"></script>
</body>
</html>