diff options
author | h6w <tudor@tudorholton.com> | 2017-11-10 15:24:27 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-10 15:24:27 +1100 |
commit | 7e60fbe0cf37fb5928cc61165c4ae508ee46a6d0 (patch) | |
tree | 78090b987010fb70d0b9eb90a995e93e1914a1b0 | |
parent | a4d94f678024d28ad23a0c27b8e0dc48b635cd6b (diff) | |
download | phpvirtualbox-7e60fbe0cf37fb5928cc61165c4ae508ee46a6d0.zip phpvirtualbox-7e60fbe0cf37fb5928cc61165c4ae508ee46a6d0.tar.gz phpvirtualbox-7e60fbe0cf37fb5928cc61165c4ae508ee46a6d0.tar.bz2 |
Update README.md
-rw-r--r-- | README.md | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -20,7 +20,13 @@ possession. 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. +2) Unzip zipfile into /usr/share/phpvirtualbox + +3) Rename config.php-example to config.php and edit as needed. + +4) Move phpvirtualbox.conf into /etc/apache2/conf-available/ + +5) Run `a2enconf phpvirtualbox` and `service apache2 reload` # Post installation |