From b415528f1147c5cd392d5064a82227efd4a6515c Mon Sep 17 00:00:00 2001 From: Sheng Yang Date: Thu, 27 Apr 2017 16:33:49 -0700 Subject: [PATCH] Update README.md Add simple introduction on how to build Longhorn. --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 61eb4c1..d2035d5 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,15 @@ Longhorn is 100% open source software. Project source code is spread across a nu 1. Longhorn engine -- core controller/replica logic https://github.com/rancher/longhorn-engine 1. Longhorn manager -- Longhorn orchestration https://github.com/rancher/longhorn-manager 1. Longhorn UI -- Dashboard https://github.com/rancher/longhorn-ui -1. Sparse tools -- utilities to sync and coalesce Linux sparse files https://github.com/rancher/sparse-tools +1. Longhorn storage driver -- Docker driver. we're working on a PR to [Rancher Storage](http://github.com/rancher/storage), will update later. + +#### Build your own Longhorn + +In order to build your own longhorn, you need to build a couple of separate components as stated above. + +Building process has been described in each component above. + +Each component will produce a Docker image at the end of building process. You can use it to swap the correlated lines in the [deploying script](https://github.com/rancher/longhorn/blob/master/deploy/longhorn-deploy-node.sh#L5) to test your own build. ## Requirements