-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathdev-index.html
56 lines (56 loc) · 1.53 KB
/
dev-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
<!DOCTYPE html>
<html>
<head lang="en">
<meta charset="UTF-8">
<title>
IMOD Development Server
</title>
</head>
<body>
<h1>
IMOD Development Server
</h1>
<table>
<tr>
<td>
<a href="http://imod.poly.asu.edu:8080/imod-test">
IMOD Test Environment
</a>
</td>
<td>
Environment for testing active development
</td>
</tr>
<tr>
<td>
<a href="http://imod.poly.asu.edu:8080/imod-demo">
IMOD Demo Environment
</a>
</td>
<td>
Stable environment for demonstrations
</td>
</tr>
<tr>
<td>
<a href="http://imod.poly.asu.edu:8081">
IMOD Build Server
</a>
</td>
<td>
Continuous Integration Server for building IMOD environments
</td>
</tr>
<tr>
<td>
<a href="http://imod.poly.asu.edu/phppgadmin">
Database Browser
</a>
</td>
<td>
Browse the IMOD database(s)
</td>
</tr>
</table>
</body>
</html>