-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
87 lines (76 loc) · 2.72 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
76
77
78
79
80
81
82
83
84
85
86
87
<!DOCTYPE html>
<html>
<head>
<title>Wise2C Apt Source for Docker/K8S/Ceph/NFS installation</title>
<style>
body {
width: 35em;
margin: 0 auto;
font-family: Tahoma, Verdana, Arial, sans-serif;
}
</style>
</head>
<body>
<h1>Wise2C Apt Source for Docker/K8S/Ceph/NFS installation</h1>
<p>If you see this page, the nginx web server is successfully installed and
working. Further configuration is required.</p>
<p>For online documentation and support please refer to
<a href="http://nginx.org/">nginx.org</a>.<br/>
Commercial support is available at
<a href="http://nginx.com/">nginx.com</a>.</p>
<p><em>Thank you for using nginx.</em></p>
<br />
<br />
<a href = "debs" >Enter the deb packages folder </a><br />
<br />
<br />
<p><em>For Ubuntu22 users, please create the file wise2c.list as below and then move to /etc/apt/source.list.d/</em></p>
<script type="text/javascript">
var ip = location.host;
var comment = "###############################################";
document.write(comment.fontcolor("Red"));
document.write("<pm><em></em></p>");
document.write("deb http://"+(ip)+"/debs/ubuntu22"+" ./<br>");
document.write("<pm><em></em></p>");
document.write(comment.fontcolor("Red"));
</script>
<br />
<br />
<p><em>Then download the pub key and import it:</em></p>
<script type="text/javascript">
var ip = location.host;
var comment = "###############################################";
document.write(comment.fontcolor("Blue"));
document.write("<pm><em></em></p>");
document.write("curl -o breeze.pub http://"+(ip)+"/debs/ubuntu22/breeze.pub<br>");
document.write("apt-key add breeze.pub<br>");
document.write("<pm><em></em></p>");
document.write(comment.fontcolor("Blue"));
</script>
<br />
<br />
<p><em>For Ubuntu20 users, please create the file wise2c.list as below and then move to /etc/apt/source.list.d/</em></p>
<script type="text/javascript">
var ip = location.host;
var comment = "###############################################";
document.write(comment.fontcolor("Red"));
document.write("<pm><em></em></p>");
document.write("deb http://"+(ip)+"/debs/ubuntu20"+" ./<br>");
document.write("<pm><em></em></p>");
document.write(comment.fontcolor("Red"));
</script>
<br />
<br />
<p><em>Then download the pub key and import it:</em></p>
<script type="text/javascript">
var ip = location.host;
var comment = "###############################################";
document.write(comment.fontcolor("Blue"));
document.write("<pm><em></em></p>");
document.write("curl -o breeze.pub http://"+(ip)+"/debs/ubuntu20/breeze.pub<br>");
document.write("apt-key add breeze.pub<br>");
document.write("<pm><em></em></p>");
document.write(comment.fontcolor("Blue"));
</script>
</body>
</html>