Monday, April 20, 2015

Introduction to Scrum Agile Methodology

- Introduction to Agile Methodology (Agile Engine)



- Agile SCRUM process overview



- Basic SCRUM Vocabulary


Implement Scrum in 10 easy steps: 

 Step #1: Get your backlog in order
   Step #2: How to estimate your product backlog 
     Step #3: Sprint Planning/clarify requirements 
       Step #4: Sprint Planning/estimate tasks 
         Step #5: Create a collaborative workspace
           Step #6: Sprint
             Step #7: Stand up and be counted
               Step #8: Track progress with a daily burndown chart 
                  Step #9: Finish when you said you would 
                     Step #10: Review, reflect, repeat….

EXTRA Materials for Agile Scrum :  
https://www.youtube.com/watch?v=niVbODz4Dnw

Step by Step to Install and Configure TortoiseGIT and Clone a Project

Step 1  :  First Download and Install TortoiseGIT.

Step 2  : Generate ssh keys (public and private keys) using git bash command line
              Use following command to generate the ssh keys.
                           ssh-keygen -t rsa -C "your_email@example.com"

Step 3 : Then add generated public key to project git repository and build the secure linkage.

Step 4 : Then Create a Folder and convert that folder to a git folder.

Step 5 : Then open  that folder and right click and select TortoiseGit -> Settings

Step 6 : Then from the popup window add the remote url and apply and clone the project to your git                 folder