summaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
authorPierre-Yves Chibon <pingou@pingoured.fr>2012-05-20 16:29:07 +0200
committerPierre-Yves Chibon <pingou@pingoured.fr>2012-05-20 16:29:07 +0200
commit3ffe46ccc7fe3d62bfd0bad1b26086ddc62fdb1e (patch)
tree28896e6c2aa56084de196b5e2e14615647b65f42 /README.rst
parentfb61bf9db5f5f6d302d547595b54e02f06cdb319 (diff)
downloadkittystore-3ffe46ccc7fe3d62bfd0bad1b26086ddc62fdb1e.tar.gz
kittystore-3ffe46ccc7fe3d62bfd0bad1b26086ddc62fdb1e.tar.xz
kittystore-3ffe46ccc7fe3d62bfd0bad1b26086ddc62fdb1e.zip
Add information on how to load the database
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst13
1 files changed, 11 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index b461d21..210f298 100644
--- a/README.rst
+++ b/README.rst
@@ -21,10 +21,19 @@ Dependencies:
-License
--------
+License:
+--------
.. _GPL v2.0: http://www.gnu.org/licenses/gpl-2.0.html
``KittyStore`` is licensed under the `GPL v2.0`_
+Load the database:
+------------------
+
+- Retrieve the archives using the get_mbox.py script
+- Configure the to_sqldb.py or to_mongo.py script (adjust user/password/database name/host/port)
+- Load the archives by calling the to_sqldb.py or to_mongo.py script
+(this might be memory intensive, so you may want to do 2 or 3 years per run and split
+the runs)
+