From 46fd72d12ac587e46bbfdd653673d3b2ae8d433b Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Mon, 3 Apr 2017 17:48:56 +0300 Subject: Rename brep-load.conf to loadtab, make use of butl::tab_parser --- INSTALL | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'INSTALL') diff --git a/INSTALL b/INSTALL index de25c4d..b738683 100644 --- a/INSTALL +++ b/INSTALL @@ -114,10 +114,10 @@ To troubleshoot, see PostgreSQL logs. 5. Create Database Schema and Load Repositories $ mkdir config -$ edit config/brep-load.conf # Loader configuration, see brep-load(1). +$ edit config/loadtab # Loader configuration, see brep-load(1). $ install/bin/brep-migrate -$ install/bin/brep-load config/brep-load.conf +$ install/bin/brep-load config/loadtab To verify: @@ -250,7 +250,7 @@ The following crontab entry will execute the loader every five minutes: $ crontab - MAILTO= PATH=/usr/local/bin:/bin:/usr/bin -*/5 * * * * $HOME/install/bin/brep-load $HOME/config/brep-load.conf +*/5 * * * * $HOME/install/bin/brep-load $HOME/config/loadtab ^D Note that here we assume that bpkg (which is executed by brep-load) is in one @@ -360,7 +360,7 @@ If using cron, then simply wait for the next run. You can also do a manual load: -$ install/bin/brep-load config/brep-load.conf +$ install/bin/brep-load config/loadtab Next, start apache: -- cgit v1.1