This repository has been archived by the owner on Apr 2, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
dit4c_access.html
70 lines (64 loc) · 3.01 KB
/
dit4c_access.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="generator" content="pandoc">
<title>R for reproducible scientific analysis</title>
<link rel="shortcut icon" type="image/x-icon" href="img/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" type="text/css" href="css/bootstrap/bootstrap.css" />
<link rel="stylesheet" type="text/css" href="css/bootstrap/bootstrap-theme.css" />
<link rel="stylesheet" type="text/css" href="css/swc.css" />
<link rel="alternate" type="application/rss+xml" title="Software Carpentry Blog" href="http://software-carpentry.org/feed.xml"/>
<meta charset="UTF-8" />
<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body class="lesson">
<div class="container card">
<a href="http://melbourne.resbaz.edu.au/" title="ResBaz">
<img src="img/ResBaz-banner.png" width="30%">
</a>
<article>
<div class="row">
<div class="col-md-10 col-md-offset-1">
<h1 class="title">Accessing DIT4C on the ResBaz Cloud</h1>
<p>This document will guide you through the process of accessing an R/RStudio instance on DIT4C (Data Intensive Tools for the Cloud)</p><br/>
<h2 id="Step 1">Step 1. Go to <a href="https://resbaz.cloud.edu.au/">https://resbaz.cloud.edu.au/</a></h2>
<h2 id="Step 2">Step 2. Login to DIT4C</h2>
<p>Click on "Login".</p><br/>
<p>Select "AAF" to authenticate your identity.</p><br/>
<p>Select your institution and click "Continue to your organisation".</p><br/>
<p>Log in using your institution username and password.</p><br/>
<h2 id="Step 3">Step 3. Get access to a compute node</h2>
<p>Click on "Compute Nodes".</p><br/>
<p>Click on "Claim Compute Node Access".</p><br/>
<p>Choose one of the following compute nodes from the dropdown, and enter the corresponding access code:</p>
<ol style="list-style-type: decimal">
<li>r-beginner-01, Access code: 3YX-QFT-44A-764</li>
<li>r-beginner-02, Access code: 8CN-44V-P6V-9G8</li>
<li>r-beginner-03, Access code: X6M-RQG-97S-B9W</li>
</ol>
<h2 id="Step 4">Step 4. Create an RStudio container</h2>
<p>Click on "Containers at the top of the page".</p><br/>
<p>Click on "Add Container".</p><br/>
<p>Give the container a name (e.g. "YourName_R").</p><br/>
<p>Select the node you have access to (e.g. r-beginner-01).</p><br/>
<p>Click "Start".</p><br/>
<h2 id="Step 5">Step 5. Access container</h2>
<p>Wait for the container state to change to "On".</p><br/>
<p>Click on the container name.</p><br/>
<p>Click on "RStudio".</p><br/>
</div>
</div>
</article>
<div class="footer">
</div>
</div>
<!-- Javascript placed at the end of the document so the pages load faster -->
<script src="http://software-carpentry.org/v5/js/jquery-1.9.1.min.js"></script>
<script src="css/bootstrap/bootstrap-js/bootstrap.js"></script>
</body>
</html>