From 6cdce9a31800041049140ad007a7c73f956b8c01 Mon Sep 17 00:00:00 2001 From: b1galez Date: Sat, 20 Nov 2010 23:32:58 +0000 Subject: Explained into README how to install it and what are the requirements. git-svn-id: http://yubico-yubiserve.googlecode.com/svn/trunk@14 fbcee277-3294-991b-8290-beb7048acdd6 --- README | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README b/README index 8b5d27f..813ab35 100644 --- a/README +++ b/README @@ -13,7 +13,17 @@ The project is divided into two parts: - The database management tool (dbconf.py) - The validation server (yubiserve.py) - + + == Installation == +Installation is pretty simple, you just have to install few python packages: +Under Debian, you can run: +apt-get install python python-sqlite python-crypto +That's all, yes! +After installing the needed packages, you just need to extract the files +to a directory, add the keys and launch the server (or, if you prefer +you can launch the server before adding the keys, it doesn't matter). + + == The database management tool == The database management tool helps you to manage keys in the database. For detailed help, run the database management tool with ./dbconf.py -- cgit v1.2.3