-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
75 lines (62 loc) · 2.65 KB
/
index.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
71
72
73
74
75
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>Zeus Cloud, NIT Calicut</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/pygment_trac.css">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="wrapper">
<header>
<h1>Zeus Cloud </h1>
<p class="view"><a href="https://github.com/zeuscloud">View My GitHub Profile</a></p>
</header>
<section>
<h1> Projects </h1>
<h3>
<a name="welcome-to-github-pages" class="anchor" href="#welcome-to-github-pages"><span class="octicon octicon-link"></span></a>Eucalyptus 2.x + Rocks 5.x </h3>
<p> Attempt on running Euclyptus on top of Rocks Cluster.<br>
<a href="https://github.com/zeuscloud/eucarocks-old/blob/master/adminmanual.pdf?raw=true">Admin Guide</a><br>
<a href="https://github.com/zeuscloud/eucarocks-old/blob/master/usermanual.pdf?raw=true">User Guide</a><br>
<a href="https://github.com/zeuscloud/eucarocks-old/blob/master/worklog.pdf?raw=true">Work Log</a>
</p>
</p>
<h3><a name="welcome-to-github-pages" class="anchor" href="#welcome-to-github-pages"><span class="octicon octicon-link"></span></a>Eucalyptus 3.x + Rocks 6.x </h3>
<p> Attempt on running Euclyptus on top of Rocks Cluster, rectifying the errors in previous documentation<br>
<a href="https://github.com/zeuscloud/eucarocks/tree/master/pdfs">Documentation</a><br>
</p>
<h3><a name="welcome-to-github-pages" class="anchor" href="#welcome-to-github-pages"><span class="octicon octicon-link"></span></a>Eucalyptus 3.x</h3>
<p> Attempt to install Eucalyptus 3.x according to their official documentation.<br>
<a href="http://zeuscloud.github.io/eucalyptus">Documentation</a><br>
<a href="https://github.com/zeuscloud/centos/tree/master/files">Configuration files</a><br>
<a href="https://github.com/zeuscloud/centos/blob/master/Vacation-Log.pdf?raw=true">Work Log</a><br>
</p>
<hr>
<strong>Project Guide</strong><br>
Dr. Vineeth Paleri<br><br>
<strong>Lab in Charge</strong><br>
Dr. Abdul Nazeer K. A<br><br>
<hr>
<strong>Contributors</strong><br>
<ul>
<li>Shamil C M</li>
<li>Sreeraj </li>
<li>Sudev A C</li>
<li>Sharath Hari N</li>
<li>L Ashwin</li>
</ul>
</p>
</section>
<footer>
<p><small>Hosted on GitHub Pages — Theme by <a href="https://github.com/orderedlist">orderedlist</a></small></p>
</footer>
</div>
<script src="javascripts/scale.fix.js"></script>
</body>
</html>