summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2013-08-13 14:42:30 -0400
committerMicah Anderson <micah@riseup.net>2013-08-13 15:40:53 -0400
commitaa60792075355dc245209baed20aefb9d9b66819 (patch)
tree46ac3a9b39261c91b8820fd737651e7a3a12cc73 /README.rst
parentad0e1bb375b4676d0be8325cc66e0015e2b254fa (diff)
update to 0.3.0
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst28
1 files changed, 28 insertions, 0 deletions
diff --git a/README.rst b/README.rst
new file mode 100644
index 00000000..fa953f05
--- /dev/null
+++ b/README.rst
@@ -0,0 +1,28 @@
+Soledad
+==================================================================
+*Synchronization Of Locally Encrypted Data Among Devices*
+
+.. image:: https://pypip.in/v/leap.soledad/badge.png
+ :target: https://crate.io/packages/leap.soledad
+
+This software is under development.
+
+Tests
+-----
+
+Client and server tests are both included in leap.soledad. Because
+soledad_server depends on soledad and soledad tests depend on soledad_server,
+if you want to run tests in development mode you must first install soledad,
+then soledad_server, and then run the tests.
+
+Therefore, tests must be run with::
+
+ cd soledad
+ python setup.py develop
+ cd ../soledad_server
+ python setup.py develop
+ cd ../soledad
+ python setup.py test
+
+Note that to run CouchDB tests, be sure you have ``CouchDB`` installed on your
+system.