forked from gregelin/govready.github.io
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathsyadmins.html.bak
75 lines (51 loc) · 2.27 KB
/
syadmins.html.bak
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
---
layout: default
permalink: /sysadmins/
---
<div class="" style="background-color: #fff;padding:40px 0 48px 0;min-height: 740px;">
<div class="container lg-font col-sm-12" style="">
<h1 class="large-18 columns" style="border:0px solid blue;margin-top:20px;">GovReady for SysAdmins and Security</h1>
<article>
<div class="row">
<div class="large-2 columns">
<img src="/img/sa2.png" width="125" height="250" />
</div>
<div class="large-10 columns">
<p class="text-left" style="max-width:600px;margin-top:4px;">GovReady is a pure bash shell script wrapper around OpenScap and the Fedora SCAP-Security-Guide.
</p>
<p class="text-left" style="max-width:600px;">GovReady is currently <b>pre-release</b> and currently requires root privileges to install and run. (We are working on that.) The <a href="https://github.com/GovReady/govready">source code</a> is simple enough for manual review. We invite you to try GovReady and provide feedback.
</p>
<p class="text-left" style="max-width:600px;">We invite you to try GovReady and provide feedback.
</p>
</div>
</div>
</article>
<article>
<div class="row">
<div class="row col-lg-12">
<h2 class="text-left">Get started</h2>
<h3 class="text-left">Install on a vagrant box</h3>
<pre style="text-align:left;color:orange;background-color: #111;padding:12px;font-size:1.1em;">
vagrant ssh
su -
curl -Lk https://raw.githubusercontent.com/GovReady/govready/master/install.sh | sudo bash
govready install_ssg
govready scan
ls usgcb-rhel6-server-results-*.html
lynx usgcb-rhel6-server-results-*.html
</pre>
<h3 class="text-left" style="margin-top:20px;">Install on your server</h3>
<pre style="text-align:left;color:orange;background-color: #111;padding:12px;font-size:1.1em;">
ssh you@yourdevserver
su -
curl -Lk https://raw.githubusercontent.com/GovReady/govready/master/install.sh | sudo bash
govready install_ssg
govready scan
ls usgcb-rhel6-server-results-*.html
lynx usgcb-rhel6-server-results-*.html
</pre>
</div>
</div>
</article>
</div>
</div>