From 906a8f12cc3f0d9cfd595421c450bbcffde67c18 Mon Sep 17 00:00:00 2001 From: Mark Weiman Date: Wed, 12 Apr 2017 00:56:16 -0400 Subject: 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 Signed-off-by: Lukas Fleischer --- INSTALL | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'INSTALL') diff --git a/INSTALL b/INSTALL index a472b277..8c9c4dd1 100644 --- a/INSTALL +++ b/INSTALL @@ -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/ -- cgit v1.2.3-24-g4f1b