diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-12-17 14:09:35 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-12-17 14:09:35 +0200 |
commit | b15d964d899c844eb2b4d92b8242480f8a557d5b (patch) | |
tree | a10de5991f722df2c188b332bf670fe6a2e4f537 /etc | |
parent | 08732655b4842807b6a7b8f6086e40a9237c8ee5 (diff) |
First iteration of deployment instructions
Diffstat (limited to 'etc')
-rw-r--r-- | etc/brep.conf | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/etc/brep.conf b/etc/brep.conf index 05981be..26767d6 100644 --- a/etc/brep.conf +++ b/etc/brep.conf @@ -1,13 +1,9 @@ # Configuration file for the brep module (note: this is not an apache2 .conf -# file). See brep(1) for detailed description of each configuration option. -# Commented out options indicate their default values. +# file but it can be converted to one by prefixing all the options with brep-). +# See brep(1) for detailed description of each configuration option. Commented +# out options indicate their default values. # -# Repository root. Use '/' (default) for web server root. -# -root /pkg/ - - # Number of results per page. # # search-results 10 |