File tree 4 files changed +12
-2
lines changed
4 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 30
30
</ a >
31
31
</ header >
32
32
< article >
33
- < h1 id ="dit4c-architecture "> DIT4C Architecture</ h1 >
33
+ < h1 id ="dit4c-architecture "> DIT4C Architecture</ h1 >
34
34
< h2 id ="basic-components "> Basic Components</ h2 >
35
35
< p > DIT4C has four core components:</ p >
36
36
< ul >
@@ -76,6 +76,7 @@ <h3 id="upload-helper">Upload Helper</h3>
76
76
< h2 id ="further-detail "> Further Detail</ h2 >
77
77
< p > See "< a href ="./running.html "> installation guide</ a > " for further details on how the components fit together.</ p >
78
78
79
+ < div class ="timestamp "> Last updated: 2017-03-16T02:01:34Z</ div >
79
80
</ article >
80
81
< footer >
81
82
< p > Want to know more?</ p >
Original file line number Diff line number Diff line change 107
107
header a , footer a {
108
108
color : white;
109
109
}
110
+
111
+ .timestamp {
112
+ margin-top : 30px ;
113
+ text-align : right;
114
+ font-size : 75% ;
115
+ color : var (--paper-grey-500 );
116
+ }
110
117
</ style >
111
118
</ custom-style >
Original file line number Diff line number Diff line change @@ -70,6 +70,7 @@ <h3 id="running">Running</h3>
70
70
< h3 id ="release-signing-key "> Release Signing Key</ h3 >
71
71
< p > < a href ="./release-signing-key.asc "> Download release-signing-key.asc</ a > </ p >
72
72
73
+ < div class ="timestamp "> Last updated: 2017-03-16T02:01:34Z</ div >
73
74
</ article >
74
75
< footer >
75
76
< p > Want to know more?</ p >
Original file line number Diff line number Diff line change 30
30
</ a >
31
31
</ header >
32
32
< article >
33
- < h1 id ="running-dit4c "> Running DIT4C</ h1 >
33
+ < h1 id ="running-dit4c "> Running DIT4C</ h1 >
34
34
< h2 id ="overview "> Overview</ h2 >
35
35
< h3 id ="in-development "> In Development</ h3 >
36
36
< p > To run a minimal DIT4C environment for development, you need to run the following:</ p >
@@ -690,6 +690,7 @@ <h3 id="security-implications">Security implications</h3>
690
690
</ code > </ pre > < p > To use the storage servers, specify a storage helper for schedulers using the < code > --storage-image</ code > scheduler flag. Some security features of rkt are disabled in order to mount storage.</ p >
691
691
< p > When running in a development environment, keep in mind that all compute nodes must be able to contact the storage server directly.</ p >
692
692
693
+ < div class ="timestamp "> Last updated: 2017-03-16T02:01:34Z</ div >
693
694
</ article >
694
695
< footer >
695
696
< p > Want to know more?</ p >
You can’t perform that action at this time.
0 commit comments