blob: 9210028a7e7cd884388278e3eec87aad3aa7e74f (
plain)
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
|
# About
phpVirtualBox is Copyright (C) 2015 Ian Moore (imoore76 at yahoo dot com)
FREE, WITHOUT WARRANTY:
All files of this program (phpVirtualBox) are distributed under the
terms contained in the LICENSE.txt file in this folder unless otherwise
specified in an individual source file. By using this software, you are
agreeing to the terms contained therein. If you have not received and read
the license file, or do not agree with its conditions, please cease using
this software immediately and remove any copies you may have in your
possession.
# Installation from Zip file
1) Download zip file from sourceforge project site: https://sourceforge.net/projects/phpvirtualbox/
2) Rename config.php-example to config.php and edit as needed.
# Post installation
Default login is username: admin password: admin
Please see the wiki located at
http://sourceforge.net/p/phpvirtualbox/wiki/Home/
for detailed installation and configuration instructions.
# Password Recovery
Rename the file recovery.php-disabled to recovery.php, navigate to it in
your web browser, and follow the instructions presented.
|