-
Notifications
You must be signed in to change notification settings - Fork 2
/
README
29 lines (18 loc) · 1 KB
/
README
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
###########################################
NOTE:
Since there is now an official VBoxWeb project from Sun, I will be suspending development on this project for the indefinite future. Any VBox related development on my part will now be on Sun's project.
Check it out at: http://code.google.com/p/vboxweb/
###########################################
VBoxWeb is a web interface for Sun's VirtualBox, using the Python XPCOM
bindings provided in the SDK.
To run VBoxWeb, you will need CherryPy (3.0 or newer), the Genshi templating
engine, and the simplejson library.
http://pypi.python.org/pypi/CherryPy
http://pypi.python.org/pypi/Genshi
http://pypi.python.org/pypi/simplejson
Once you have the necessary prerequisites installed, simply run vboxweb.py as the
user who owns the VMs you want to manage. Then point your browser to
http://127.0.0.1:8080/ and you should be good to go. The default
username/password is vboxweb/vboxweb.
Currently VBoxWeb is in its infancy, and supports only a very few
features of VirtualBox.