Skip to content
This repository has been archived by the owner on Mar 19, 2018. It is now read-only.

Commit

Permalink
Add development docu
Browse files Browse the repository at this point in the history
  • Loading branch information
njam committed Jul 3, 2014
1 parent 456c2cf commit 33dbe82
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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
```

0 comments on commit 33dbe82

Please sign in to comment.