aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPjotr Prins2023-03-24 04:47:04 -0500
committerPjotr Prins2023-03-24 04:47:04 -0500
commit22a219367914425f8de39c93c442c81c06de95cd (patch)
tree120892bf36f0258bed93c20cdea73671299429dd /README.md
parentd31b9f5dac6d35b3a60eafbed4911446e8f89c61 (diff)
downloadgn-transform-databases-22a219367914425f8de39c93c442c81c06de95cd.tar.gz
Instructions for running in a container and added dependencies
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/README.md b/README.md
index 57deb52..0de0eed 100644
--- a/README.md
+++ b/README.md
@@ -21,6 +21,18 @@ Build the sources.
$ make
```
+or for a container
+
+```shell
+guix shell -C --network --share=/run/mysqld/
+make
+export GUILE_LOAD_PATH=.:$GUILE_LOAD_PATH
+mkdir test
+echo "Dumping databases..."
+guile ./dump.scm conn.scm test/
+```
+
+
## Set up connection parameters
Describe the database connection parameters in a file *conn.scm* file as