Skip to content

Commit

Permalink
Readme update
Browse files Browse the repository at this point in the history
Added Instructions for workflow
  • Loading branch information
rajdeeprath committed Mar 7, 2015
1 parent be75d1d commit 384d8a9
Showing 1 changed file with 29 additions and 4 deletions.
33 changes: 29 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,20 @@
red5plugin
red5plugin (Forked from https://github.com/Red5/red5-eclipse-plugin )
==========

Red5 Integration for Eclipse


Building the plugin
## Download & Build the plugin


Installing the plugin to your Eclipse IDE
1. Download the latest JEE eclipse (I use LUNA).
2. Download the repository files as zip / clone the project to your machine.
3. Import the project to your eclipse : Import -> Existing projects to workspace -> Select root directory -> {browse locate the downloaded repository folder}
4. Clean project anf make sure you dont have any errors showing. Warnings are ok.


## Installing the plugin to your Eclipse IDE


![Exporting plugin files](/screenshots/screen1.jpg?raw=true "Export - Getting ready !!")

Expand All @@ -20,6 +27,24 @@ Installing the plugin to your Eclipse IDE
![Installation complete](/screenshots/screen5.jpg?raw=true "Installation complete")


Verifying installation
## Verifying installation

Once eclipse restarts verify that the plugin was successfully installed by going to:

1. File -> New -> Project -> Web -> Dynamic web project
2. Click "New Runtime" besides "Target Runtime"
3. Look for Infrared5 -> Red5 server runtime
4. If you you see it there then installation was successful

![Verifying](/screenshots/screen6.jpg?raw=true "Verifying")


## Starting Red5 Project

To get an idea of how it to work with the red5 plugin to create a new red5 project follow the video:
https://www.youtube.com/watch?v=8Goj0yNYr08


[By Dominick Accattato]
More informational videos can be found in the channel.

0 comments on commit 384d8a9

Please sign in to comment.