summaryrefslogtreecommitdiff
path: root/scripts/README.rst
diff options
context:
space:
mode:
authorKali Kaneko <kali@leap.se>2013-12-10 18:12:50 -0400
committerKali Kaneko <kali@leap.se>2013-12-10 18:12:50 -0400
commit627ced047be66464f93a9e8ef5bd48893d47f749 (patch)
tree55a056b966014c767cc68565c8c98dbaa071c8d1 /scripts/README.rst
parent8cf19079e6d13005f7042fd25118c33532261f98 (diff)
parent3824c35ef173c624b833115b0bf218bc7a79d54d (diff)
Merge branch 'debian-0.4.4' into debian
Diffstat (limited to 'scripts/README.rst')
-rw-r--r--scripts/README.rst17
1 files changed, 17 insertions, 0 deletions
diff --git a/scripts/README.rst b/scripts/README.rst
new file mode 100644
index 00000000..fdd1d642
--- /dev/null
+++ b/scripts/README.rst
@@ -0,0 +1,17 @@
+Soledad Scripts
+===============
+
+The scripts in this directory are meant to be used for development purposes.
+
+Currently, the scripts are:
+
+ * server-side-db.py: Gives access to server-side soledad user database,
+ based on the configuration in /etc/leap/soledad-server.conf. One should
+ use it as:
+
+ python -i server-side-db.py <uuid>
+
+ * client-side-db.py: Gives access to client-side soledad user database,
+ based on data stored in ~/.config/leap/soledad. One should use it as:
+
+ python -i client-side-db.py <uuid> <passphrase>