aboutsummaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2017-04-03 17:48:56 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2017-04-04 13:41:05 +0300
commit46fd72d12ac587e46bbfdd653673d3b2ae8d433b (patch)
treee1358e6a63b3992fd91bfa09c140b951859f9c13 /INSTALL
parent995d0c5dd5eb9a3221a18028466043852808bc23 (diff)
Rename brep-load.conf to loadtab, make use of butl::tab_parser
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL8
1 files changed, 4 insertions, 4 deletions
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=<brep-admin-email>
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: