diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2017-04-03 17:48:56 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2017-04-04 13:41:05 +0300 |
commit | 46fd72d12ac587e46bbfdd653673d3b2ae8d433b (patch) | |
tree | e1358e6a63b3992fd91bfa09c140b951859f9c13 /INSTALL | |
parent | 995d0c5dd5eb9a3221a18028466043852808bc23 (diff) |
Rename brep-load.conf to loadtab, make use of butl::tab_parser
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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: |