-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.dev.html
More file actions
610 lines (523 loc) · 30.6 KB
/
index.dev.html
File metadata and controls
610 lines (523 loc) · 30.6 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
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
<!doctype html>
<!--[if lt IE 7]> <html class="no-js ie6 oldie" lang="en"> <![endif]-->
<!--[if IE 7]> <html class="no-js ie7 oldie" lang="en"> <![endif]-->
<!--[if IE 8]> <html class="no-js ie8 oldie" lang="en"> <![endif]-->
<!--[if IE 9]> <html class="no-js ie9" lang="en"> <![endif]-->
<!--[if gt IE 9]><!--> <html> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0">
<title>GitSSH2 – Git Web Interface Client Over SSH2</title>
<meta name="description" content="GitSSH2 is a web git client built in Symfony PHP framework which can connect over sftp/ssh to remove servers and run git commands">
<meta name="author" content="Paul Schweppe">
<meta name="keywords" content="git, git web interface, ssh2, client, git gui, git app, vcs, version control">
<meta property="og:title" content="GitSSH2 – Git Web Interface Client Over SSH2" />
<meta property="og:image" content="https://www.gitssh2.com/img/og-sharing.jpg" />
<meta property="og:description" content="GitSSH2 - Manage your git repositories from your browser" />
<link rel="apple-touch-icon" sizes="152x152" href="/favicons/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicons/favicon-16x16.png">
<link rel="manifest" href="/favicons/manifest.json">
<link rel="mask-icon" href="/favicons/safari-pinned-tab.svg" color="#5bbad5">
<link rel="shortcut icon" href="/favicons/favicon.ico">
<meta name="msapplication-config" content="/favicons/browserconfig.xml">
<meta name="theme-color" content="#ffffff">
<!-- Bootstrap core CSS -->
<link href="css/all.min.css" rel="stylesheet">
<!-- Custom Google Web Font -->
<link href="font-awesome/css/font-awesome.min.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Roboto+Condensed" rel="stylesheet">
<!-- Custom CSS-->
<link href="css/general.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/styles/dracula.min.css">
<script src="js/modernizr-2.8.3.min.js"></script> <!-- Modernizr /-->
<!--[if IE 9]>
<script src="js/PIE_IE9.js"></script>
<![endif]-->
<!--[if lt IE 9]>
<script src="js/PIE_IE678.js"></script>
<![endif]-->
<!--[if lt IE 9]>
<script src="js/html5shiv.js"></script>
<![endif]-->
<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', 'https://www.google-analytics.com/analytics.js', 'ga');
ga('create', 'UA-97213008-1', 'auto');
ga('send', 'pageview');
</script>
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "SoftwareApplication",
"name": "GITSSH2",
"author": "Paul Schweppe",
"description": "GitSSH2 is a web git client built in Symfony PHP framework which can connect over sftp/ssh to remove servers and run git commands",
"applicationCategory": "http://schema.org/DeveloperApplication",
"downloadURL": "https://github.com/SSHVersionControl/git-web-client/archive/master.zip",
"softwareVersion": "0.1.0",
"requirements" : "PHP, webserver, database",
"memoryRequirements" : "1gb",
"operatingSystem": "Debain, Ubuntu, Windows",
"offers": {
"@type": "Offer",
"description" : "Free",
"price" :0,
"priceCurrency": "EUR"
},
"aggregateRating": {
"@type": "AggregateRating",
"ratingValue": "5",
"reviewCount": "1"
}
}
</script>
</head>
<body id="home">
<!-- Preloader -->
<div id="preloader">
<div id="status"></div>
</div>
<!-- FullScreen -->
<div class="intro-header">
<div class="container">
<div class="row">
<div class="col-sm-6 text-left abcen1">
<h1 class="h1_home wow fadeIn" data-wow-delay="0.4s"><i class="fa fa-code-fork" aria-hidden="true"></i>GITSSH2</h1>
<h3 class="h3_home wow fadeIn" data-wow-delay="0.6s">Git Web Interface Client to manage all your git repositories hosted on different servers in one place.</h3>
<ul class="list-inline intro-social-buttons">
<li><a href="https://github.com/SSHVersionControl/git-web-client" class="btn btn-lg mybutton_cyano wow fadeIn" data-wow-delay="0.8s">
<span class="network-name"><i class="fa fa-github" aria-hidden="true"></i> Github</span></a>
</li>
<li id="download" >
<a href="https://github.com/SSHVersionControl/git-web-client/archive/master.zip" class="btn btn-lg btn-info wow swing wow fadeIn" data-wow-delay="1.2s">
<span class="network-name"><i class="fa fa-download" aria-hidden="true"></i> Download</span>
</a>
</li>
<li id="demo" >
<a href="" class="btn btn-lg btn-demo wow swing wow fadeIn" data-wow-delay="1.6s" data-toggle="modal" data-target="#demoModal">
<span class="network-name"><i class="fa fa-desktop" aria-hidden="true"></i> Demo</span>
</a>
</li>
</ul>
</div>
<div class="col-sm-6 hidden-xs">
<img src="img/screenshots/file-listing-sm.jpg" class="img-responsive left-panel" />
</div>
</div>
</div>
</div>
<!-- NavBar-->
<nav class="navbar-default" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-ex1-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#home">GitSSH2</a>
</div>
<div class="collapse navbar-collapse navbar-right navbar-ex1-collapse">
<ul class="nav navbar-nav">
<li class="menuItem"><a href="#whatis">What is?</a></li>
<li class="menuItem"><a href="#screen">Screenshot</a></li>
<li class="menuItem"><a href="#features">Features</a></li>
<li class="menuItem"><a href="#installation">Installation</a></li>
</ul>
</div>
</div>
</nav>
<!-- What is -->
<div id="whatis" class="content-section-b" style="border-top: 0">
<div class="container">
<div class="col-md-6 col-md-offset-3 text-center wrap_title">
<h2>What is?</h2>
<p class="lead" style="margin-top:0">GitSSH2 is an open source Git web interface client built on Symfony's PHP framework. It can connect to remote servers over ssh and run git commands such as commit, branch, push, pull, etc. </p>
</div>
<div class="row">
<div class="col-sm-4 wow fadeInDown text-center">
<div class="box-icon middle">
<i class="fa fa-product-hunt fa-4x "> </i>
</div>
<h3>Projects</h3>
<p class="lead">Have multiple git repositories grouped under a single project.</p>
<!-- <p><a class="btn btn-embossed btn-primary view" role="button">View Details</a></p> -->
</div><!-- /.col-lg-4 -->
<div class="col-sm-4 wow fadeInDown text-center">
<div class="box-icon middle">
<i class="fa fa-file-code-o fa-4x "> </i>
</div>
<h3>File Listing</h3>
<p class="lead">List all files on a remote server project. Not just the files under version control.</p>
</div><!-- /.col-lg-4 -->
<div class="col-sm-4 wow fadeInDown text-center">
<div class="box-icon middle">
<i class="fa fa-bug fa-4x "> </i>
</div>
<h3>Issues</h3>
<p class="lead">Use the systems issue tracker, or integrate with Github or Gitlab issue tracker </p>
</div><!-- /.col-lg-4 -->
</div><!-- /.row -->
<div class="row tworow">
<div class="col-sm-4 wow fadeInDown text-center">
<div class="box-icon middle">
<i class="fa fa-user fa-4x "> </i>
</div>
<h3>User Control Access</h3>
<p class="lead">Create users with different access controls. Have different users commit to the same git repo but still have different author names</p>
</div><!-- /.col-lg-4 -->
<div class="col-sm-4 wow fadeInDown text-center">
<div class="box-icon middle">
<i class="fa fa-history fa-4x "> </i>
</div>
<h3>Simple Commit Interface</h3>
<p class="lead">Don't scare new users with all options showing on one screen</p>
</div><!-- /.col-lg-4 -->
<div class="col-sm-4 wow fadeInDown text-center">
<div class="box-icon middle">
<i class="fa fa-history fa-4x "> </i>
</div>
<h3>Commit History</h3>
<p class="lead">See history for any branch and search commits by message, author or content</p>
</div><!-- /.col-lg-4 -->
</div><!-- /.row -->
</div>
</div>
<!-- Screenshot -->
<div id="screen" class="content-section-a">
<div class="container">
<div class="row" >
<div class="col-md-6 col-md-offset-3 text-center wrap_title ">
<h2>Screen Shots</h2>
<p class="lead" style="margin-top:0"></p>
</div>
</div>
<div class="row wow bounceInUp" >
<div id="owl-demo" class="owl-carousel">
<a href="img/screenshots/new-project.jpg" class="image-link" title="Create New Project">
<div class="item">
<img class="img-responsive img-rounded" src="img/screenshots/new-project.jpg" alt="Create New Project">
</div>
</a>
<a href="img/screenshots/new-enviornment.jpg" class="image-link" title="Create New Git Repository. Clone repository, create new repository or use an existing repository" >
<div class="item">
<img class="img-responsive img-rounded" src="img/screenshots/new-enviornment.jpg" alt="Create New Git Repository, Options">
</div>
</a>
<a href="img/screenshots/new-enviornment-2.jpg" class="image-link" title="Clone Git Repository. Enter SSH details to create on remote server.">
<div class="item">
<img class="img-responsive img-rounded" src="img/screenshots/new-enviornment-2.jpg" alt="Create New Git Repository, Clone part 1">
</div>
</a>
<a href="img/screenshots/new-enviornment-3.jpg" class="image-link" title="Clone Git Repository. Enter SSH details to create on remote server.">
<div class="item">
<img class="img-responsive img-rounded" src="img/screenshots/new-enviornment-3.jpg" alt="Create New Git Repository, Clone part 2">
</div>
</a>
<a href="img/screenshots/new-enviornment-4.jpg" class="image-link" title="Clone Git Repository. Project environment details">
<div class="item">
<img class="img-responsive img-rounded" src="img/screenshots/new-enviornment-4.jpg" alt="Create New Git Repository, Clone part 3">
</div>
</a>
<a href="img/screenshots/file-listing.jpg" class="image-link" title="View Project files, even those that are not commited or been ignored">
<div class="item">
<img class="img-responsive img-rounded" src="img/screenshots/file-listing.jpg" alt="View Project files">
</div>
</a>
<a href="img/screenshots/history.jpg" class="image-link" title="View Commit History. Search across commits byt author message or content">
<div class="item">
<img class="img-responsive img-rounded" src="img/screenshots/history.jpg" alt="View Commit History">
</div>
</a>
<a href="img/screenshots/history2.jpg" class="image-link" title="View files changed by commit">
<div class="item">
<img class="img-responsive img-rounded" src="img/screenshots/history2.jpg" alt="View files in commit">
</div>
</a>
<a href="img/screenshots/commit.jpg" class="image-link" title="Commit files. Push automaticly to remote repository github/gitlab. Link commit with issue.">
<div class="item">
<img class="img-responsive img-rounded" src="img/screenshots/commit.jpg" alt="Commit files">
</div>
</a>
<a href="img/screenshots/branch-1.jpg" class="image-link" title="Manage branches. Link an issue with a branch name.">
<div class="item">
<img class="img-responsive img-rounded" src="img/screenshots/branch-1.jpg" alt="Manage Branches">
</div>
</a>
</div>
</div>
</div>
</div>
<!-- Use it -->
<div id="features" class="content-section-b dark-bg">
<div class="container">
<div class="row">
<div class="col-sm-12 wow fadeInRightBig">
<h3 class="section-heading text-center">Other Features</h3>
</div>
<div class="col-sm-12 wow fadeInLeftBig" data-animation-delay="200">
<ul class="feature-list">
<li>Easily switch between repositories in a project</li>
<li>No need to stash. Already done for you</li>
<li>Create branches directly from issues</li>
<li>Open as may windows as you like. It is a web app after all</li>
<li>Resolve merge commits with a single click</li>
<li>Push, pull, and fetch from remote repositories</li>
<li>View unsynced commits</li>
<li>Easily create, delete and rename branches, and remotes</li>
<li>Undo commits</li>
<li>View Diffs in the browser</li>
</ul>
</div>
</div>
</div>
<!-- /.container -->
</div>
<div id="installation" class="content-section-a">
<div class="container">
<div class="row">
<div class="col-md-6 col-md-offset-3 text-center wrap_title">
<h2>Installation</h2>
</div>
<div class="col-md-12">
<h4>1. Requirements</h4>
<ul>
<li>php > 5.6 (mcrypt) | php 7.1 (openssl)</li>
<li>mysql or mariadb</li>
<li>webserver ( apache, nginx, php server)</li>
<li>Git install on command line for server/computer with repository</li>
</ul>
<h4>2. Installing the GIT Web Interface Version Control System</h4>
<p>When it comes to installing, you have the following options.</p>
<ul class="nav nav-tabs">
<li role="presentation" class="active"><a href="#composer" data-toggle="tab" aria-controls="home" role="tab">Composer (recommended)</a></li>
<li role="presentation"><a href="#manually" data-toggle="tab" aria-controls="manually" role="tab">Manually</a></li>
</ul>
<div class="tab-content">
<div id="composer" class="tab-pane fade in active">
<p>
If you don't have Composer yet, download it following the instructions on http://getcomposer.org/ or just run the following command:
</p>
<div class="code">
<code class="Bash">$ curl -s http://getcomposer.org/installer | php</code>
</div>
<p>
Create a new folder somewhere under your web server root directory
( eg /var/www/gitssh2/) and run the following command:
</p>
<div class="code">
<code class="Bash">php -d memory_limit=-1 composer.phar create-project -s dev sshversioncontrol/git-web-client</code>
</div>
<p>
If composer is install globally then just run the command:
</p>
<div class="code">
<code class="Bash">$ composer create-project -s dev sshversioncontrol/git-web-client</code>
</div>
<p>
Composer will install the project and all its dependencies under the current directory.
</p>
</div>
<div id="manually" class="tab-pane fade">
<p>
You can also <a href="https://github.com/SSHVersionControl/git-web-client/archive/master.zip" title="Download GitSSH2">download a zip</a> of the GIT Web Interface Client and unpack it somewhere under your web server
root directory. You will still need to run composer to download other dependencies.
</p>
<div class="code">
<code class="Bash">$ curl -s http://getcomposer.org/installer | php
$ php -d memory_limit=-1 composer.phar install</code>
</div>
or if composer is install globally
<div class="code">
<code class="Bash">$ composer install</code>
</div>
<p>You will be prompted to enter in the database configuration. Please check the app/config/parameters.yml to make sure that the database settings are correct</p>
</div>
</div>
<h4>3. Checking your System Configuration</h4>
<p>Execute the check.php script from the command line, to check your system config:</p>
<div class="code">
<code class="Bash">$ php app/check.php</code>
</div>
<p>The script returns a status code of 0 if all mandatory requirements are met, 1 otherwise.</p>
<h4>4. Install the database</h4>
<p>If the database is not already created run:</p>
<div class="code">
<code class="Bash">$ php app/console doctrine:database:create</code>
</div>
<p>To install the schema and inital data run the following command:</p>
<div class="code">
<code class="Bash">$ php app/console version:install</code>
</div>
<p>To create a new administrator run the following command:</p>
<div class="code">
<code class="Bash">$ php app/console version:admin:create</code>
</div>
<h4>5. Web Server</h4>
<p>Below are examples of 3 different web servers configurations that you can use:</p>
<ul class="nav nav-tabs">
<li role="presentation" class="active"><a href="#apache-config" data-toggle="tab" aria-controls="home" role="tab">Apache Config</a></li>
<li role="presentation"><a href="#nginx-config" data-toggle="tab" aria-controls="manually" role="tab">Nginx Config</a></li>
<li role="presentation"><a href="#php-server" data-toggle="tab" aria-controls="manually" role="tab">Php Web Server</a></li>
</ul>
<div class="tab-content">
<div id="apache-config" class="tab-pane fade in active">
<p>The minimum configuration to get the application running under Apache is:</p>
<div class="code">
<code class="apache"><VirtualHost *:80>
ServerName domain.tld
ServerAlias www.domain.tld
DocumentRoot /var/www/project/web
<Directory /var/www/project/web>
AllowOverride All
Order Allow,Deny
Allow from All
</Directory>
# uncomment the following lines if you install assets as symlinks
# or run into problems when compiling LESS/Sass/CoffeScript assets
# <Directory /var/www/project>
# Options FollowSymlinks
# </Directory>
ErrorLog /var/log/apache2/project_error.log
CustomLog /var/log/apache2/project_access.log combined
</VirtualHost></code>
</div>
</div>
<div id="nginx-config" class="tab-pane fade">
<p>The minimum configuration to get the application running under Nginx is:</p>
<div class="code">
<code class="nginx">server {
server_name domain.tld www.domain.tld;
root /var/www/project/web;
location / {
# try to serve file directly, fallback to app.php
try_files $uri /app.php$is_args$args;
}
# DEV
# This rule should only be placed on your development environment
# In production, don't include this and don't deploy app_dev.php or config.php
location ~ ^/(app_dev|config)\.php(/|$) {
fastcgi_pass unix:/var/run/php5-fpm.sock;
fastcgi_split_path_info ^(.+\.php)(/.*)$;
include fastcgi_params;
# When you are using symlinks to link the document root to the
# current version of your application, you should pass the real
# application path instead of the path to the symlink to PHP
# FPM.
# Otherwise, PHP's OPcache may not properly detect changes to
# your PHP files (see https://github.com/zendtech/ZendOptimizerPlus/issues/126
# for more information).
fastcgi_param SCRIPT_FILENAME $realpath_root$fastcgi_script_name;
fastcgi_param DOCUMENT_ROOT $realpath_root;
}
# PROD
location ~ ^/app\.php(/|$) {
fastcgi_pass unix:/var/run/php5-fpm.sock;
fastcgi_split_path_info ^(.+\.php)(/.*)$;
include fastcgi_params;
# When you are using symlinks to link the document root to the
# current version of your application, you should pass the real
# application path instead of the path to the symlink to PHP
# FPM.
# Otherwise, PHP's OPcache may not properly detect changes to
# your PHP files (see https://github.com/zendtech/ZendOptimizerPlus/issues/126
# for more information).
fastcgi_param SCRIPT_FILENAME $realpath_root$fastcgi_script_name;
fastcgi_param DOCUMENT_ROOT $realpath_root;
# Prevents URIs that include the front controller. This will 404:
# http://domain.tld/app.php/some-path
# Remove the internal directive to allow URIs like this
internal;
}
error_log /var/log/nginx/project_error.log;
access_log /var/log/nginx/project_access.log;
}</code>
</div>
</div>
<div id="php-server" class="tab-pane fade">
<p>If you just want to test out the application you can use the default php webserver. You will not need to configure anything, but this will run slower:</p>
<div class="code">
<code class="bash">$ php app/console server:run</code>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<footer>
<div class="container">
<div class="row">
<div class="col-md-7">
<h3 class="footer-title"><a href="mailto:paulschweppe@gmail.com">Contact Me</a></h3>
<!-- LICENSE -->
<a href="#">GitSSH2 </a> by
<a href="mailto:paulschweppe@gmail.com"
property="cc:attributionName">Paul Schweppe</a>
is released under the <a rel="license" href="https://opensource.org/licenses/MIT">MIT license</a>.
</div> <!-- /col-xs-7 -->
<div class="col-md-5">
<div class="footer-banner">
<h3 class="footer-title">GitSSH2</h3>
Go to: <a href="https://github.com/SSHVersionControl/git-web-client" target="_blank">https://github.com/SSHVersionControl/git-web-client</a>
</div>
</div>
</div>
</div>
</footer>
<!-- JavaScript -->
<script src="js/all.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/highlight.min.js"></script>
<script type="text/javascript">
new WOW().init();
$(function () {
$(document).ready(function () {
$('.navbar-default').stickUp();
});
$('.code code').each(function(i, block) {
hljs.highlightBlock(block);
});
});
</script>
<div id="demoModal" class="modal fade" role="dialog">
<div class="modal-dialog">
<!-- Modal content-->
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal">×</button>
<h4 class="modal-title">Demo App</h4>
</div>
<div class="modal-body">
<div class="alert alert-info" role="alert">The demo only supports a user with Reporter access. This is due to security.
Demo might run a bit slow as its running in a free container on Heroku.
</div>
<div class="row">
<div class="col-sm-offset-3 col-sm-6">
<ul class="list-unstyled">
<li><i class="fa fa-user"></i> Username: <strong>DemoReporter</strong></li>
<li><i class="fa fa-key"></i> Password: <strong>demodemo</strong></li>
</ul>
</div>
</div>
</div>
<div class="modal-footer">
<a href="http://demo.gitssh2.com" class="btn btn-lg btn-demo btn-block" target="_blank">
<span class="network-name"><i class="fa fa-desktop" aria-hidden="true"></i> Open Demo</span>
</a>
</div>
</div>
</div>
</div>
</body>
</html>