-
Notifications
You must be signed in to change notification settings - Fork 3
/
tools.html
347 lines (347 loc) · 12 KB
/
tools.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Get tools — Fedora Developer Portal</title>
<meta name="description" content="Fedora Developer Portal provides information for developers running Fedora on their workstation or virtual machines.
">
<link rel="canonical" href="https://developer.fedoraproject.org/tools.html">
<!-- Link to Sitemap -->
<link rel="sitemap" type="application/xml" title="Sitemap" href="/sitemap.xml" />
<link href="/css/main.css" rel="stylesheet" media="screen, print">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:400,600,300">
<link rel="stylesheet" href="/static/css/bootstrap.min.css">
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-69605821-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<!-- The top blue thing -->
<div id="splash" class="splash-size-small splash-section-tools">
<div class="container">
<div class="row" id="top">
<div class="col-sm-2" id="logo-col">
<div class="text-center">
<h1>
<a href="/">
<img src="/static/logo_white.png" style="height: 46px; width: 152px;">
<span>Fedora Developer Portal</span>
</a>
</h1>
</div>
</div>
<div class="col-sm-7" id="menu-col">
<nav>
<ul class="nav navbar-nav">
<li class="">
<a href="/start.html">Start a project</a>
</li>
<li class=" active ">
<a href="/tools.html">Get tools</a>
</li>
<li class="">
<a href="/tech.html">Languages & databases</a>
</li>
<li class="">
<a href="/deployment.html">Deploy and distribute</a>
</li>
<!--
<li class="">
<a href="/">Resources</a>
</li>
<li class="">
<a href="/">Blogs</a>
</li>
-->
</ul>
</nav>
</div>
<div class="col-sm-3" id="search-col" style="display: none;">
<!-- // every other page -->
<style media="screen, print">
#search-results {
position: absolute;
top: 44px;
right: 15px;
z-index: 10;
width: 288px;
max-height: 260px;
overflow-y: scroll;
padding: 0 10px 0 10px;
background-color: #fff;
border: 1px solid transparent;
border-radius: 4px;
box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
#search-results a {
color: #000;
text-decoration: none;
}
#search-results a:visited {
color: #000;
}
#search-results article, a {
width: 100%;
}
#search-results a {
display: block;
}
#search-results article:hover {
background-color: #e6e6e6;
}
</style>
<form class="input-group" id="search" action="/search.html" method="get">
<input type="text" id="search-query" class="form-control" name="q" placeholder="Search" autocomplete="off">
<span class="input-group-btn">
<button class="btn btn-default glyphicon glyphicon-search" type="submit" aria-hidden="true"></button>
</span>
</form>
<section id="search-results" style="display: none;">
<div class="entries">
</div>
</section>
<script id="search-results-template" type="text/mustache">
{{#entries}}
<article>
<a href="{{url}}">{{title}}</a>
</article>
{{/entries}}
</script>
</div>
</div>
<div class="row" id="headlines">
<div class="col-sm-12">
<h2>Get tools</h2>
<p>Prepare your environment with DevAssistant. Collaborate with Docker, Vagrant and Virt-builder. Handle and debug crashes with ABRT.</p>
</div>
</div>
<div class="row" id="attribution">
<div class="col-sm-12">
<a href=""></a>
</div>
</div>
</div>
</div>
<!-- Content -->
<div class="container">
<div class="section-content">
<div class="row">
<div class="col-sm-12">
<h2> Development Tools Overview </h2>
</div>
<div class="col-sm-6">
<a class="panel-link" href="/tools/abrt/about.html">
<div class="panel panel-default">
<div class="panel-body">
<div class="media">
<div class="media-left">
<img style="height:100px" src="/static/logo/abrt.png">
</div>
<div class="media-body">
<h3>
ABRT
</h3>
<p>Handle crashes of your applications automatically and debug with ease!</p>
</div>
</div>
</div>
</div>
</a>
</div>
<div class="col-sm-6">
<a class="panel-link" href="/tools/docker/about.html">
<div class="panel panel-default">
<div class="panel-body">
<div class="media">
<div class="media-left">
<img style="height:100px" src="/static/logo/docker.png">
</div>
<div class="media-body">
<h3>
Docker
</h3>
<p>Platform for distributed applications.</p>
</div>
</div>
</div>
</div>
</a>
</div>
<div class="col-sm-6">
<a class="panel-link" href="/tools/vagrant/about.html">
<div class="panel panel-default">
<div class="panel-body">
<div class="media">
<div class="media-left">
<img style="height:100px" src="/static/logo/vagrant.png">
</div>
<div class="media-body">
<h3>
Vagrant
</h3>
<p>Create reproducible and portable development environments that can be easily shared in your team.</p>
</div>
</div>
</div>
</div>
</a>
</div>
<div class="col-sm-6">
<a class="panel-link" href="/tools/virt-builder/about.html">
<div class="panel panel-default">
<div class="panel-body">
<div class="media">
<div class="media-left">
<img style="height:100px" src="/static/logo/virt-builder.png">
</div>
<div class="media-body">
<h3>
Virt-builder
</h3>
<p>Tool to quickly build (and customize) virtual machine images</p>
</div>
</div>
</div>
</div>
</a>
</div>
<div class="col-sm-6">
<a class="panel-link" href="/tools/eclipse/about.html">
<div class="panel panel-default">
<div class="panel-body">
<div class="media">
<div class="media-left">
<img style="height:100px" src="/static/logo/eclipse.png">
</div>
<div class="media-body">
<h3>
Eclipse
</h3>
<p>Full featured development environment for various programming languages integrating with plethora of different tools to make development process as integrated as possible</p>
</div>
</div>
</div>
</div>
</a>
</div>
<div class="col-sm-6">
<a class="panel-link" href="/tools/virtualization/about.html">
<div class="panel panel-default">
<div class="panel-body">
<div class="media">
<div class="media-left">
<img style="height:100px" src="/static/logo/virtualization.png">
</div>
<div class="media-body">
<h3>
Virtualization
</h3>
<p>Run virtual machines at near-native speeds and manage them at ease</p>
</div>
</div>
</div>
</div>
</a>
</div>
</div>
</div>
</div>
<!-- Some other stuff -->
<div class=" banner-contribute">
<div class="container">
<h2> Share your knowledge </h2>
<p> Fedora Developer Portal is a community effort to share guides and information about open-source development. And we need your help! </p>
<a href="http://developer-portal.github.io/contributing/" class="btn btn-primary">Learn how to contribute</a>
</div>
</div>
<footer class="footer">
<div class="container">
<div class="row footerlinks">
<div class="col-sm-3 col-xs-6 widget">
<h3 class="widget-title">About</h3>
<div class="widget-body">
<dl>
<dd><a href="/about.html">About Developer Portal</a></dd>
<dd><a href="https://docs.fedoraproject.org/en-US/project/">About Fedora</a></dd>
<dd><a href="https://getfedora.org/en/sponsors">Sponsors</a></dd>
<dd><a href="https://fedoramagazine.org">Fedora Magazine</a></dd>
<dd><a href="https://fedoraproject.org/wiki/Legal:Main#Legal">Legal</a></dd>
</dl>
<ul class="list-inline">
<li>
<a class="btn-social btn-outline" href="https://www.facebook.com/TheFedoraProject"><i class="fa fa-fw fa-facebook"></i></a>
</li>
<li>
<a class="btn-social btn-outline" href="https://plus.google.com/112917221531140868607"><i class="fa fa-fw fa-google-plus"></i></a>
</li>
<li>
<a class="btn-social btn-outline" href="https://twitter.com/fedora"><i class="fa fa-fw fa-twitter"></i></a>
</li>
</ul>
</div>
</div>
<div class="col-sm-3 col-xs-6 widget">
<h3 class="widget-title uppercase">Download</h3>
<div class="widget-body">
<dl>
<dd><a href="https://getfedora.org/en/workstation/download/">Get Fedora Workstation</a></dd>
<dd><a href="https://getfedora.org/en/server/download/">Get Fedora Server</a></dd>
<dd><a href="https://getfedora.org/en/atomic/download/">Get Fedora Atomic</a></dd>
<dd><a href="https://alt.fedoraproject.org/en/cloud/">Get Fedora Cloud</a></dd>
<dd><a href="https://spins.fedoraproject.org">Fedora Spins</a></dd>
<dd><a href="https://labs.fedoraproject.org">Fedora Labs</a></dd>
<dd><a href="https://arm.fedoraproject.org">Fedora ARM<span class="sup">®</span></a></dd>
<dd><a href="https://alt.fedoraproject.org/">Alternative Downloads</a></dd>
</dl>
</div>
</div>
<div class="col-sm-3 col-xs-6 widget">
<h3 class="widget-title">Support</h3>
<div class="widget-body">
<dl>
<dd><a href="https://fedoraproject.org/wiki/Communicating_and_getting_help">Get Help</a></dd>
<dd><a href="https://ask.fedoraproject.org/">Ask Fedora</a></dd>
<dd><a href="https://fedoraforum.org/">Forums</a></dd>
<dd><a href="https://fedoraproject.org/wiki/Common_F39_bugs">Common Bugs</a></dd>
<dd><a href="https://docs.fedoraproject.org/en-US/fedora/f39/install-guide/">Installation Guide</a></dd>
</dl>
</div>
</div>
<div class="col-sm-3 col-xs-6 widget">
<h3 class="widget-title">Join</h3>
<div class="widget-body">
<dl>
<dd><a href="https://fedoraproject.org/wiki/Join">Join Fedora</a></dd>
<dd><a href="http://fedoraplanet.org">Planet Fedora</a></dd>
<dd><a href="https://fedoraproject.org/wiki/SIGs">Fedora SIGs</a></dd>
<dd><a href="https://admin.fedoraproject.org/accounts/">Fedora Account System</a></dd>
<dd><a href="https://fedoracommunity.org/">Fedora Community</a></dd>
</dl>
</div>
</div>
</div> <!-- /row of widgets -->
<div class="row">
<div class="col-md-2">
<div class="widget-body">
<a href="https://www.redhat.com/"><img alt="Red Hat Logo" src="/static/logo/redhat.png" class="rh-logo"></a>
</div>
</div>
<div class="col-md-7">
<div class="widget-body">
<p class="sponsor">Fedora is sponsored by Red Hat.</p>
<p class="sponsor"><a href="https://www.redhat.com/en/technologies/linux-platforms/articles/relationship-between-fedora-and-rhel">Learn more about the relationship between Red Hat and Fedora »</a></p>
<p class="copy">© 2024 Red Hat, Inc. and others.</p>
</div>
</div>
<!-- /row of widgets -->
</div>
</footer>
</body>
</html>