From 125fdcd8b3a706268ea7064d4e1f12bae3ab6514 Mon Sep 17 00:00:00 2001 From: Peter Hamilton Date: Thu, 1 Dec 2016 15:29:29 -0500 Subject: [PATCH] Updating the home page to contain a simple index of wiki content. --- Getting-Started.md | 5 +++++ Home.md | 3 --- 2 files changed, 5 insertions(+), 3 deletions(-) create mode 100644 Getting-Started.md delete mode 100644 Home.md diff --git a/Getting-Started.md b/Getting-Started.md new file mode 100644 index 0000000..20e1a30 --- /dev/null +++ b/Getting-Started.md @@ -0,0 +1,5 @@ +1. [Install PyKMIP](https://github.com/OpenKMIP/PyKMIP/wiki/Installation) +2. [Setup certificates](https://github.com/OpenKMIP/PyKMIP/wiki/Certificates) +3. [Configure PyKMIP](https://github.com/OpenKMIP/PyKMIP/wiki/Configuration) +4. [Running the server](https://github.com/OpenKMIP/PyKMIP/wiki/Running-the-Server) +5. [Using the client](https://github.com/OpenKMIP/PyKMIP/wiki/Running-the-Client) diff --git a/Home.md b/Home.md deleted file mode 100644 index 0978ae1..0000000 --- a/Home.md +++ /dev/null @@ -1,3 +0,0 @@ -Welcome to the PyKMIP wiki! - -[test](https://github.com/OpenKMIP/PyKMIP/wiki/Test) \ No newline at end of file