diff options
author | Ian Moore <imoore76@yahoo.com> | 2015-12-02 08:45:23 -0500 |
---|---|---|
committer | Ian Moore <imoore76@yahoo.com> | 2015-12-02 08:45:23 -0500 |
commit | 94e17f57f3f16628f140cdd5fd5ca00806ca208f (patch) | |
tree | c20c59230818ed3400787e4ead6181b403f77f5c /README.md | |
parent | 242d71fc6756d83f7b0bfe4669ad25536c416975 (diff) | |
download | phpvirtualbox-94e17f57f3f16628f140cdd5fd5ca00806ca208f.zip phpvirtualbox-94e17f57f3f16628f140cdd5fd5ca00806ca208f.tar.gz phpvirtualbox-94e17f57f3f16628f140cdd5fd5ca00806ca208f.tar.bz2 |
Docker related files
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..9210028 --- /dev/null +++ b/README.md @@ -0,0 +1,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. |