aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancois Kritzinger <francois@codesynthesis.com>2024-02-05 09:48:43 +0200
committerFrancois Kritzinger <francois@codesynthesis.com>2024-05-13 09:17:32 +0200
commit4c569611627618554ebb9b0678a7f76cc5824fa5 (patch)
treeb6f2e96d5379df8035dc17482ba3db5045adaf5a
parentc4798955364d3a5e4074e56a0038148837c75d82 (diff)
Update INSTALL-DEV
-rw-r--r--INSTALL-DEV4
1 files changed, 2 insertions, 2 deletions
diff --git a/INSTALL-DEV b/INSTALL-DEV
index 8ebc5a3..f023962 100644
--- a/INSTALL-DEV
+++ b/INSTALL-DEV
@@ -145,9 +145,9 @@ $ psql -d brep_build -c 'SELECT DISTINCT name FROM build_package'
3. Setup Apache2 Module
-Here we assume Apache2 is installed and you have an appropriate VirtualServer
+Here we assume Apache2 is installed and you have an appropriate VirtualHost
ready (the one for the default site is usually a good candidate). Open the
-corresponding Apache2 .conf file and add the following inside VirtualServer,
+corresponding Apache2 .conf file and add the following inside VirtualHost,
replacing <BREP-OUT-ROOT> and <BREP-SRC-ROOT> with the actual absolute paths
(if you built brep in the source tree, then the two would be the same), and
replacing <user> with your login.