-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhowto.html
65 lines (63 loc) · 2.65 KB
/
howto.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
<!DOCTYPE html>
<html>
<head>
<title>Public Repo sharing howto guide.</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css"
integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css"
integrity="sha384-rHyoN1iRsVXV4nD0JutlnGaslCJuC7uwjduW9SVrLvRYooPp2bWYgmgJQIXwl/Sp" crossorigin="anonymous">
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"
integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa"
crossorigin="anonymous"></script>
</head>
<body>
<div class="container">
<h1><span class="glyphicon glyphicon-info-sign"></span>How to use the Public Repo sharing module:</h1>
<div class="panel panel-success">
<div class="panel-heading">
Setup in REDCap
</div>
<div class="panel-body">
<ol>
<li>Enable the module.
</li>
<li>
Configure a secret salt as a project setting. Keep this salt secret.
<img src="setupSalt.png">
</li>
<li>
In the FileRepository you should now have an extra link icon.
<img src="filerepo.png">
</li>
<li>
Clicking on the link icon will show you a page with an associated link.
<img src="publiclink.png"><BR/>
</li>
<li>
Using the link:<BR/>
You can use the generated link in dynamic fields for example: <BR/>
<blockquote>
<img src="Your_URL_here">
</blockquote>
</li>
</ol>
</div>
</div>
<div class="panel panel-success">
<div class="panel-heading">
Frequently asked questions
</div>
<div class="panel-body">
<H3>Can I disable the URLs after sending them out?</H3>
<p>Yes, but this will impact all shared URLs. The available options are: </p>
<ul>
<li>Disable the module entirely.</li>
<li>Change the salt project setting.</li>
<p class="alert alert-danger">This will disable ALL existing links.</p>
</ul>
</div>
</div>
</body>
</html>