-
Notifications
You must be signed in to change notification settings - Fork 86
/
Copy pathReadme.htm
73 lines (69 loc) · 2.91 KB
/
Readme.htm
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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head>
<title>WebsitePanel - Readme</title>
</head>
<body>
<h1>
WebsitePanel VmConfig - Readme</h1>
<p>
WebsitePanel Virtual Machine Configuration Service (WebsitePanel VmConfig) is a Windows
Service that runs in guest operating system and performs the following
functions:</p>
<ul>
<li>Executes provisioning modules
to configure guest operating system</li>
<li>Gathers real-time statistics
(RAM, HDD) that is displayed on WebsitePanel user interface (UI).</li>
</ul>
<p>
The current version of WebsitePanel VmConfig includes the following provisioning modules:</p>
<ul>
<li>Change computer name</li>
<li>Change administrator password</li>
<li>Change network adapter
configuration</li>
</ul>
<p>
WebsitePanel VmConfig service communicates with host Hyper-V machine through
“Hyper-V Data Exchange” integration component, so make sure its service is up
and running in the guest OS.</p>
<h2>
License</h2>
<p>
WebsitePanel VmConfig is released under BSD license. Please see LICENSE.txt file in the
root folder of this project.</p>
<h2>
Project Structure</h2>
<p>
The project has the following folders structure:</p>
<ul>
<li><strong>\Trunk</strong> - project version currently in development<ul>
<li><strong>\Sources</strong> - project source codes. Each solution project is
placed in its own sub-folder. All solution files are placed in the root of this
folder.<ul>
<li>Solution1.sln</li>
<li>Solution2.sln</li>
<li>ProjectName.build - MS Build file for the entire project</li>
</ul>
</li>
<li><strong>\Docs</strong> - project documentation</li>
</ul>
</li>
<ul>
<li><strong>\Build</strong> - folder containing solution assemblies that
are referenced from other projects</li>
</ul>
<li><strong>\Releases</strong> - contains all project releases</li>
<li><strong>\Branches</strong> - contains project branches for proof-of-concepts,
new development, bug fixing, etc.</li>
<li><strong>LICENSE.txt</strong> - project license</li>
<li><strong>Readme.htm</strong> - the file you are reading right now</li>
<li><strong>ReleaseNotes.htm</strong> - project release notes</li>
</ul>
<h2>
Build How-To</h2>
<p>
Open WebsitePanel.VmConfig solution in Visual Studio 2010 and build it.</p>
</body>
</html>