From 33dbe82c0e4253e44ced8c715808f7be7d3308d2 Mon Sep 17 00:00:00 2001 From: Reto Kaiser Date: Thu, 3 Jul 2014 21:33:20 +0200 Subject: [PATCH] Add development docu --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 88fff85..9c9e991 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,15 @@ CM-wowza ======== - Wowza plugin for CM + +Development +----------- +Make sure you can log in as root to the target VM which is running wowza, e.g. run: +``` +ssh-copy-id root@my-vm.dev +``` + +Run the ant task `dev-restart` to build the jar, copy it into the VM and restart wowza: +``` +ant dev-restart -Dvm.host=my-vm.dev +```