From e671e4cbe5dd5c2f446b30d363b7980f19a71920 Mon Sep 17 00:00:00 2001 From: daonb Date: Tue, 31 Jan 2012 17:33:40 +0200 Subject: [PATCH] dah --- README => README.rst | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) rename README => README.rst (62%) diff --git a/README b/README.rst similarity index 62% rename from README rename to README.rst index 5d9c16a..e0763b0 100644 --- a/README +++ b/README.rst @@ -4,7 +4,12 @@ Data repository How to use this repository: - when creating a new branch, start from branch "empty" so that you don't get lots of unneeded data - if you want to edit a specific dataset, pull from the dataset's branch; when done, push to the same branch and send a pull request. - - the 'data' branch is meant to be the integration point of all datasets, and should not pe cloned unless you really need to. +Getting started +=============== +running 'python load_data.py' within the 'tools' directory will load the data into the DB. +This currently assumes the open-data-server_ is running locally. + +.. _open-data-server: https://github.com/akariv/open-data-server