Commit: da42282632c16e08131ec634fbfb55f6a2d363fd Author: Peter Kokot <peterko...@gmail.com> Sun, 7 Oct 2018 06:30:17 +0200 Committer: Christoph M. Becker <cmbecke...@gmx.de> Fri, 12 Oct 2018 09:59:47 +0200 Parents: 2eb4c26646f1a5cacdaf7b10cfa8f3c4fed14db0 Branches: master
Link: http://git.php.net/?p=web/qa.git;a=commitdiff;h=da42282632c16e08131ec634fbfb55f6a2d363fd Log: Add installation info to main README Changed paths: M README.md Diff: diff --git a/README.md b/README.md index fa01b04..55e60b5 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,16 @@ +# PHP Quality Assurance Team Web Page + +This site is hosted online at [qa.php.net](https://qa.php.net). + +## Local installation + This repo depends on https://git.php.net/?p=web/shared.git;a=summary -Please clone that repo into this websites root directory +Please clone that repo into this websites root directory. +```bash +git clone git://git.php.net/web/qa.git qa +cd qa +git clone git://git.php.net/web/shared.git shared +php -S localhost:8080 +```