aboutsummaryrefslogtreecommitdiff
path: root/INSTALL-DEV
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-DEV
parent995d0c5dd5eb9a3221a18028466043852808bc23 (diff)
Rename brep-load.conf to loadtab, make use of butl::tab_parser
Diffstat (limited to 'INSTALL-DEV')
-rw-r--r--INSTALL-DEV4
1 files changed, 2 insertions, 2 deletions
diff --git a/INSTALL-DEV b/INSTALL-DEV
index 66d554c..8ad9ae7 100644
--- a/INSTALL-DEV
+++ b/INSTALL-DEV
@@ -52,7 +52,7 @@ $ migrate/brep-migrate
# Or use some other loader config.
#
-$ load/brep-load --bpkg ../bpkg/bpkg/bpkg tests/load/r.conf
+$ load/brep-load --bpkg ../bpkg/bpkg/bpkg tests/load/loadtab
To verify:
@@ -121,7 +121,7 @@ To do a "complete reload" (i.e., recreate database schema, load the repository
data, and reload the Apache2 plugin), execute the following from brep/:
migrate/brep-migrate --recreate
-load/brep-load --bpkg ../bpkg/bpkg/bpkg tests/load/r.conf
+load/brep-load --bpkg ../bpkg/bpkg/bpkg tests/load/loadtab
sudo /etc/init.d/apache2 restart
sudo systemctl restart apache2