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

Commit

Permalink
Merge pull request #7 from njam/readme
Browse files Browse the repository at this point in the history
Add development docu
  • Loading branch information
njam committed Jul 4, 2014
2 parents 456c2cf + 33dbe82 commit 0270190
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 0270190

Please sign in to comment.