diff --git a/examples/org/workflowsim/examples/WorkflowSimExample1.java b/examples/org/workflowsim/examples/WorkflowSimExample1.java index f9dcc184..21bdea25 100644 --- a/examples/org/workflowsim/examples/WorkflowSimExample1.java +++ b/examples/org/workflowsim/examples/WorkflowSimExample1.java @@ -38,7 +38,9 @@ */ public class WorkflowSimExample1 { - +/* + * Make some changes and push + */ private static List createVM(int userId, int vms) { //Creates a container to store VMs. This list is passed to the broker later diff --git a/properties.pdf b/properties.pdf new file mode 100644 index 00000000..d5280c4b Binary files /dev/null and b/properties.pdf differ diff --git a/readme.txt b/readme.txt index e0baf9b7..a476dea6 100644 --- a/readme.txt +++ b/readme.txt @@ -30,8 +30,18 @@ You can use Eclipse, NetBeans, or Ant to compile and run WorkflowSim 3. Installation and running the WorkflowSim Toolkit ------------------------------------------------ -You just need to unpack the WorkflowSim file to install. - + We have youtube videos to ease your installation. +- +Eclipse (EGit version) +http://www.youtube.com/watch?v=MvpPzZpMDzg +a. Install EGit +b. Check out source codes from github +c. Build a new java project +d. Set the main class +e. Change the arguments +f. Run an example +g. Commit your changes + 4. Running the WorkflowSim examples --------------------------------