From 8f734e65fdbf59049427016714e519b9019af5f6 Mon Sep 17 00:00:00 2001 From: Taku Fukushima Date: Wed, 22 Jul 2015 13:06:13 +0900 Subject: [PATCH] Update README.rst This patch adds the instructions to install dependencies and run Kuryr to README.rst. Change-Id: Ie507c308c78ac4c09f54ddb43343710a808680d6 Signed-off-by: Taku Fukushima --- README.rst | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/README.rst b/README.rst index 0f1609aa..fb1fa370 100644 --- a/README.rst +++ b/README.rst @@ -17,3 +17,22 @@ Features -------- * TODO + + +Prerequisites +------------- + +:: + + $ sudo pip install -r requirements.txt + +Running Kuryr +------------- + +Please run the following script, it creates `/usr/lib/docker/plugins/kuryr` +and the JSON spec file, `/usr/lib/docker/plugins/kuryr/kuryr.json`, if they +don't exist. + +:: + + $ ./scripts/run_kuryr.sh