summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortom077 <thomas.pochetat@wanadoo.fr>2018-01-27 21:08:20 +0100
committerGitHub <noreply@github.com>2018-01-27 21:08:20 +0100
commit8365b53e74e0af799f6095d141c66bdb73ba2139 (patch)
treeddfd9495a49f7952e802244acdbbb2dfc82478f0
parent5d0a9a4e1b934e144e0e7ec0058968612fca8100 (diff)
downloadphpvirtualbox-8365b53e74e0af799f6095d141c66bdb73ba2139.zip
phpvirtualbox-8365b53e74e0af799f6095d141c66bdb73ba2139.tar.gz
phpvirtualbox-8365b53e74e0af799f6095d141c66bdb73ba2139.tar.bz2
Update README.md
Remove too specific instructions
-rw-r--r--README.md6
1 files changed, 2 insertions, 4 deletions
diff --git a/README.md b/README.md
index ceeced5..d7109c6 100644
--- a/README.md
+++ b/README.md
@@ -20,13 +20,11 @@ possession.
1) Download zip file from GitHub project site: https://github.com/phpvirtualbox/phpvirtualbox/archive/master.zip
-2) Unzip zipfile into /usr/share/phpvirtualbox
+2) Unzip the zipfile into a folder accessible by your web server
3) Rename config.php-example to config.php and edit as needed.
-4) Move phpvirtualbox.conf into /etc/apache2/conf-available/ * NB: The default config file makes phpvirtualbox only accessible from the localhost for security reasons.
-
-5) Run `a2enconf phpvirtualbox` and `service apache2 reload`
+Read the wiki for more information : https://github.com/phpvirtualbox/phpvirtualbox/wiki
# Post installation