diff options
author | Tomás Touceda <chiiph@leap.se> | 2013-11-21 11:02:39 -0300 |
---|---|---|
committer | Tomás Touceda <chiiph@leap.se> | 2013-11-21 11:02:39 -0300 |
commit | d2f161e3efda601bccfc390392302f665f8a644b (patch) | |
tree | 3ace11d4b4276c86856f3e9b96080410f366ca9b /scripts/README.rst | |
parent | c17fe773748e6d07941016f608c6e7cfea0b043c (diff) | |
parent | 69fd3a11a3821468e737b8fb0e3e77abef0a4b8a (diff) |
Merge remote-tracking branch 'drebs/bug/4095_add-unicode-conversion-to-put_doc' into develop
Diffstat (limited to 'scripts/README.rst')
-rw-r--r-- | scripts/README.rst | 17 |
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> |