Statistics
| Revision:

root / hci / trunk / eneraptor-web-app / grails-app / views / config / main.gsp @ 67

History | View | Annotate | Download (925 Bytes)

1
<html>
2

    
3
<head>
4
	<title>Configuration &raquo; Main</title>
5
	<meta name="layout" content="main" />
6
</head>
7

    
8
<body>
9
	
10
	<erptr:box title="Configuration">
11
	
12
		<p>Here you can configure the user interface (HCI), the core (Logic) and how the user interface and logic communicate.</p>
13
		
14
		<p>To see or change current configuration, choose one of the options from the submenu.</p>
15
			
16
	</erptr:box>
17

    
18
	<erptr:box title="System organisation">
19
		
20
		<p>The scheme below shows, how Eneraptor system works. The Logic and HCI units <i>may work</i> on separated servers (as shown) or on the same server.</p>
21
		
22
		<br />
23
		
24
		<img style="margin-left: 100px;" src="${g.resource(dir:'img', file:'scheme.jpg')}" />
25
		
26
		<br /><br />
27
		
28
		<p>You can change how HCI connects to the Logic in the <g:link action="connection">Configure HCI to Logic connection</g:link> section.</p>
29
		
30
	</erptr:box>
31
	
32
</body>
33

    
34
</html>