diff options
author | Mark Weiman <mark.weiman@markzz.com> | 2017-04-12 06:56:16 +0200 |
---|---|---|
committer | Lukas Fleischer <lfleischer@archlinux.org> | 2017-04-12 07:26:23 +0200 |
commit | 906a8f12cc3f0d9cfd595421c450bbcffde67c18 (patch) | |
tree | b0493f183875093a6a33b73b2bcf60ada815efb2 /INSTALL | |
parent | 2c3c8417fb69ab84140e9b9b0ce17abf1e95229c (diff) | |
download | aur-906a8f12cc3f0d9cfd595421c450bbcffde67c18.tar.gz aur-906a8f12cc3f0d9cfd595421c450bbcffde67c18.tar.xz |
Add TESTING instructions for web interface
Add instructions to test aurweb's web interface via the PHP built-in web
server.
Signed-off-by: Mark Weiman <mark.weiman@markzz.com>
Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,6 +1,14 @@ Setup on Arch Linux =================== +For testing aurweb patches before submission, you can use the instructions in +TESTING for testing the web interface only. + +Note that you can only do limited testing using the PHP built-in web server. +In particular, the cgit interface will be unusable as well as the ssh+git +interface. For a detailed description on how to setup a full aurweb server, +read the instructions below. + 1) Clone the aurweb project: $ cd /srv/http/ |