diff options
| author | Kali Kaneko <kali@leap.se> | 2013-12-10 15:54:45 -0400 |
|---|---|---|
| committer | Kali Kaneko <kali@leap.se> | 2013-12-10 15:54:45 -0400 |
| commit | 544994901c871dedf5243672d3ce1f24a78c0ae9 (patch) | |
| tree | 969f71f6aa2e725f7e5f39b8afe6b5335ab1b10d /scripts/README.rst | |
| parent | 8cf19079e6d13005f7042fd25118c33532261f98 (diff) | |
| parent | deb78a5f3502ece98ec3e0b70f93025c4a1b3da5 (diff) | |
Merge tag '0.4.4' into debian-0.4.4
Tag leap.soledad 0.4.4 version 0.4.4
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> |
