TeamCity Training | TeamCity Course | Online | Classroom | India

teamcity-training

Click Here

scmGalaxy is a community initiatives based on Software configuration management that helps community members to optimize their software development process, Software Development Life Cycle optimization, Agile Methodologies and improve productivity across all aspects of Java development, including Build Scripts, Testing, Issue Tracking, Continuous Integration, Code Quality and more. scmGalaxy group that helps organisations optimize their software development process. We provide consulting, training and mentoring services in Agile Development Practices such as Version Management, Continuous Integration, Build Management, Test-Driven Development, Acceptance-Test Driven Development, Build Automation, Code Quality Practices and Automated Testing.

We provide job oriented training in the area of Configuration management, Build and Release Engineering. Candidates with engineering or software background and looking to either start or change their career to Build and Release Engineering, would benefit most from this training. Instructor-led training course offered in India, Bangalore, Delhi, Pune, Mumbai and Hydrabad. Instructor is an expert in Software configuration management, Build and release engineering with more than 15 years industry experience in india.The Goal of the course make the training attendants equip with all the concepts of build and release engineering.

Contact us at info@scmGalaxy.com | Call – +91 700 483 5930 | Skype – scmGalaxy

Course Objectives
To bring your team up to speed with agile development, We can also run the from Continuous Integration to Continuous Delivery with autoamted course within your premises.

Course Schedule
This course is an intensive 1-day & 2-day workshop with a mixture of teaching and lab exercises. Currently, this course is offered exclusively as an on-site course. Please contact us for more details.

Audience
This is a hands-on, practical course designed to teach specialised skills for real-world development situations. It is thus primarily aimed at a SCM Engineer, Build/Release Engineer and developer audience.

Approach
The course is modular and flexible – depending on specific student needs and requests. Through our trainings, you benefit from the wide experience and architectural expertise of our team. We bring that experience to you in an highly interactive, intensely hands-on setting.

Assumptions
We assume participants have a reasonable understanding of Development in any language as well as a basic understanding of the Software Development Life Cycle.

Lab Work
All our courses are above all practical in nature. We believe that the best way to learn is by doing. So the course contains approximately 80% lab work.

Learning Resources
Each registrant will receive a copy of the student notes and lab solutions, a certificate of completion, and a CD containing all the tools covered in the course and CD containing all the tools covered in the course.

Contact Us
This course is provided on-site, and can be tailored to your particular requirements. If you would like our trainings delivered at your premises, or for any additional information please contact us. Please email us at info@scmGalaxy.com

Course outline

The basic course program is outlined here:

1. Introduction

  1. Introduction to Continuous Integration
    1. Practices
    2. Benefits
    3. Continuous deployment and Continuous Delivery
    4. The build pipeline
  2. Introduction to TeamCity
    1. Licensing
    2. Features
      1. First-class support for various technologies
      2. Lots of plugins
      3. REST API
      4. Comprehensive VCS support
      5. A nice dashboard UI and build history
      6. Ease of setup and comprehensive documentation
      7. Build pipeline/chains
      8. Agents and build grids
      9. IDE integrations
  3. TeamCity and its competitors
    1. Jenkins
    2. ThoughtWorks’ Go
  4. Summary

2. Installation

  1. Installing on Windows
    1. Installing the server and the default agent
    2. Installing additional agents
  2. Installation on Mac OS X
    1. Running the TeamCity server and the default agent
    2. Setting up the TeamCity server as a daemon
    3. Installing additional agents
  3. Installation on Linux
    1. Running the server and the default agent
    2. Running the TeamCity server as a daemon
    3. Installing additional agents
  4. Summary

3. Getting Your CI Up and Running

  1. Introducing version control systems
    1. Centralized versus distributed VCSs
    2. VCSs and CI
    3. VCS used in this book
  2. Setting up CI
    1. The sample project
    2. Creating a project in TeamCity
      1. Subprojects
    3. Adding build configurations
      1. VCS roots and VCS settings
      2. Introducing the build steps
      3. Running our first build
      4. Build failure conditions
      5. Triggering the build on VCS changes
    4. Build chains
      1. Deploying to Heroku
      2. Adding functional tests
        1. Parameters and build parameters
      3. Setting up the build chain
        1. Snapshot dependencies
        2. The Finish build trigger
        3. The Build chain view
    5. Fine-tuning our setup
      1. Adding coverage and unit test reports
        1. Publishing reports as artifacts
        2. XML report processing
        3. Report tabs
        4. Build and project statistics
        5. Shared resources
        6. Agent Requirements
  3. Summary

4. TeamCity for Java Projects

  1. Using Ant with TeamCity
    1. Installing Ant
    2. Building with Ant build files
      1. Building with Ant in a build configuration
    3. Adding some unit tests
    4. Setting up code coverage
    5. Build scripts versus TeamCity features
    6. System properties and Ant
  2. Using Maven with TeamCity
    1. Installing Maven
    2. Creating a Maven project
    3. Introducing the Project Object Model (POM)
    4. Building the project
    5. Using Maven in a build configuration
    6. Setting version number
    7. Setting up code coverage for our build
    8. Maven on TeamCity, beyond the build runner
      1. Creating a Maven build configuration
      2. Global Maven settings file
      3. Setting up Maven-based triggers
  3. Using Gradle with TeamCity
    1. Installing Gradle
    2. Building with Gradle on TeamCity
  4. Introducing database migration tools
  5. Summary

5. TeamCity for .NET Projects

  1. Getting started with NAnt on TeamCity
    1. Installing NAnt
    2. Building NAnt with NAnt
    3. Building on TeamCity
      1. Adding NUnit report processing
      2. Configuring agent requirements
  2. Building with MSBuild
    1. Installing MSBuild
    2. Starting an MSBuild project
    3. Building with MSBuild on TeamCity
    4. Adding an NUnit build runner
    5. Running NUnit tests using NUnit task
    6. Running NUnit tests using the task provided by TeamCity
    7. Configuring code coverage with MSBuild
  3. NuGet and TeamCity
    1. Installing the NuGet command-line client
    2. Installing NuGet.exe on TeamCity agents
    3. TeamCity as a NuGet server
    4. NuGet-based build runners
    5. NuGet dependency trigger
  4. Introducing PowerShell
    1. PowerShell-based build tools
    2. PowerShell build runner in TeamCity
  5. Database migrations with .NET
  6. Summary

6. TeamCity for Ruby Projects

  1. Getting started with Rails
    1. Managing Ruby versions
    2. Introducing Bundler
      1. Installing Rails using Bundler
    3. Introducing Rake
    4. Setting up the build on TeamCity
      1. Setting up Ruby interpreter
      2. Running Capybara- and Selenium-based feature tests
  2. Summary

7. TeamCity for Mobile and Other Technologies

  1. CI for Android projects
    1. Generating the APK
    2. Running Calabash tests
  2. Building iOS projects on TeamCity
  3. Installing TeamCity plugins
    1. Installing the Python runner plugin
    2. Building with the Python build runner
    3. Introduction to TeamCity.Node plugin
  4. Summary

8. Integration with Other Tools

  1. IDE integrations
    1. IntelliJ platform IDEs integration
      1. Installing the plugin
      2. Configuring notifications
      3. Managing projects from the IDE
      4. Opening files and patches in IDE
      5. Remote Run
    2. Visual Studio integrations
  2. GitHub integrations
    1. GitHub webhooks and services
    2. Using the TeamCity.GitHub plugin
    3. Support for pull requests
    4. Integrating with GitHub issue tracker
  3. Build monitors
    1. Team Piazza
    2. Project Monitor
    3. Build lights
  4. Notifications
  5. Summary

9. TeamCity for a Member of the Team

  1. Managing projects of interest
    1. Hiding projects
    2. Hiding build configurations
  2. Navigating across projects
  3. Investigating investigations
    1. Assigning investigations
    2. Viewing active investigations
    3. Managing current and muted problems
  4. TeamCity universal search
  5. Actions on build configurations
    1. Pausing triggers in a build configuration
    2. Checking for pending changes
    3. Enforcing clean checkout
  6. Summary

10. Taking It a Level Up

  1. Build configuration templates
    1. Creating templates from scratch
    2. Creating build configurations from the template
    3. Creating templates from existing build configurations
  2. Going meta with Meta-Runners
    1. Using Meta-Runners
  3. Build result actions
    1. Commenting on build results
    2. Tagging build results
    3. Pinning build results
    4. Promoting builds
    5. Marking the build as successful or failed
    6. Removing builds
  4. Build history cleanup
    1. Cleanup rules
    2. Archiving projects
  5. Configuring build priorities
  6. Interacting with TeamCity from build scripts
    1. Service messages
    2. Creating teamcity-info.xml
  7. Summary

11. Beyond CI – Continuous Delivery

  1. What is Continuous Delivery?
  2. Why Continuous Delivery?
  3. The deployment pipeline
  4. Implementing the deployment pipeline in TeamCity
    1. Publishing and consuming artifacts
    2. Build chain for CI
    3. Deploying to environments
    4. Environments as gates
    5. Identifying the build that is deployed in an environment
    6. Deploying any version to an environment
    7. Limiting deployment permissions to certain users
    8. Passing sensitive information during deployment
    9. Feature branching and feature toggling
  5. Summary

12. Making It Production Ready

  1. Using TeamCity with an external database
    1. Configuring PostgreSQL as an external database
    2. Migrating from one database to another
  2. Backup and restore
    1. Taking backups from the server UI
    2. Backing up and restoring data using the maintainDB tool
    3. A manual backup
  3. Handling upgrades
    1. Updating a server installed via an archive
    2. Updating TeamCity using the Windows installer
    3. Updating the agents
  4. Monitoring resource usage, performance, and logs
    1. Disk space usage
    2. TeamCity server diagnostics
  5. Tweaking the TeamCity JVM
  6. Summary

TeamCity Training In Bangalore | TeamCity Training in India | TeamCity Training in Hydrabad | TeamCity Training in Delhi | TeamCity Training in Pune | TeamCity Trainer In Bangalore | TeamCity Trainer in India | TeamCity Trainer in Hydrabad | TeamCity Trainer in Delhi | TeamCity Trainer in Pune

Tagged : / / / / / / / / / / / / / / / / / /

Chef Open Training | Chef Training | Chef Course | Online | Classroom

chef-training

While these training materials are helpful, they aren’t meant to replace the official documentation, or instructor-led courses.

These materials are the same as those used during our public and private training sessions. You can find our public schedule of classes and other events on the Events Page. Let us know if you’d like to see a class offered in your area.

The training materials are published under the Creative Commons Attribution-ShareAlike 3.0 United States License (CC BY-SA 3.0 US) and the Apache License, Version 2.0.

The link to the training materials is here: http://bit.ly/opschef-opentraining

This directory contains:

  • Chef-Fundamentals.pdf – PDF of slides used in the three-day Chef Fundamentals class
  • Chef-Introductory-Workshop.pdf – PDF of the slides used in the one-day Introductory Chef Workshop

The training materials on this site are updated when there are significant changes to the classes we offer.

If you are interested in a Chef quickstart guide, check out learnchef.com.

This guide takes you from “zero to first converge” in 3 easy steps:

  1. Set up your workstation
  2. Set up a local Chef cookbook rep
  3. Converge your first node
Tagged : / / / / / / / / / / /

Chef configuration management | Chef Training | Chef Course | Online | Classroom

Chef Training

This course aims to prepare key development, engineering, and operations staff to use Chef to write infrastructure. Each of the core units in the course has hands on exercises to reinforce the material. You will learn Chef by using it. At the end of the class, students will have a code repository that can be used and modified to solve real business problems.

Click Here

Course agenda:

Day 1:

  • What Is Configuration Management?
  • Why You Need a Configuration Management Tool to Automate IT
  • What Is Chef?
  • Why Chef Might Be a Good Tool for Your Enterprise
  • Where Do We Go From Here?
  • Chef Development Tools
    • Install and Configuration Chef Development Tools on Windows
    • Install and Configuration Chef Development Tools on Linux
  • Overview of Ruby
  • Ruby Syntax and Examples
  • Chef Syntax and Examples
  • Working with Knife
  • Writing First Chef Recipe
  • Chef and Its Terminology
    • Attributes
    • Metadata
    • Recipes
    • Resources
    • Templates
    • Definitions
    • Recipes
    • Writing recipes
    • Cookbook Dependencies
    • Controlling Impotency
    • Notifications
    • Template Variables

Day 2:

  • Cookbooks
  • Using Cookbooks
  • Windows – IIS, MSI, Exe, Zip files, Tomcat,
  • Linux – RPM, Shell Script, Yum Repos,
  • Common – SVN, Vagrant, Test Kitchen
  • Introducing Vagrant & Virtualbox
  • Introducing Test Kitchen
  • Spinning up your first Virtual Machine
  • Introducing OpsCode
  • Developing a Cookbooks
    • Developing Your First Cookbook
    • Writing a Recipe
    • Creating the Index File
    • Changing the Metadata
    • Uploading the Cookbook
    • Running the Cookbook
    • Add an Attribute
    • Add a Resource to the Default Recipe
    • Add the Template File
    • Uploading and Running the Cookbook
    • Using Environments
  • Modeling your infrastructure
    • Roles
    • Implementing a role
    • Determining which recipes you need
    • Applying recipes to roles
    • Mapping your roles to nodes
    • Environments
    • Organizing your configuration data

Day 3:

  • Cloud Provisioning Using Chef
    • Provisioning Using Vagrant and Chef
    • Providers and Provisioners
    • Installing Vagrant
    • Configuring Vagrant
    • Vagrant Provisioning Using Chef
    • AWS and Chef Provisioning Using Vagrant
    • Provisioning Using Knife
  • Troubleshooting and Debugging
    • Chef Troubleshooting and Debugging
    • Debugging Chef Client Run
    • Debugging Recipes Using Logs
    • Debugging Recipes Using Chef Shell
    • Troubleshooting Chef Client
  • Recipe Inclusion
  • Data Bags
  • Search Roles
  • Configuring Services like Apache
  • Deployment using chef
    • Looking at your application deployment cookbook
    • Deployment using zip/tar files. E.g: Apache Tomcat deployment and configured as service.
    • Windows – Configuring Services like IIS
    • Dependencies Management
  • Integrating with the Cloud
    • Amazon EC2
    • Rackspace Cloud
Tagged : / / / / / / / / / / / / / / / /

Wise Installation Studio/Express Training & Courses, Online and Classroom by skilled trainers in India

wise-installation-studio-express-training

scmGalaxy is a community initiatives based on Software configuration management that helps community members to optimize their software development process, Software Development Life Cycle optimization, Agile Methodologies and improve productivity across all aspects of Java development, including Build Scripts, Testing, Issue Tracking, Continuous Integration, Code Quality and more. scmGalaxy group that helps organisations optimize their software development process. We provide consulting, training and mentoring services in Agile Development Practices such as Version Management, Continuous Integration, Build Management, Test-Driven Development, Acceptance-Test Driven Development, Build Automation, Code Quality Practices and Automated Testing.

We provide job oriented training in the area of Configuration management, Build and Release Engineering. Candidates with engineering or software background and looking to either start or change their career to Build and Release Engineering, would benefit most from this training. Instructor-led training course offered in India, Bangalore, Delhi, Pune, Mumbai and Hydrabad. Instructor is an expert in Software configuration management, Build and release engineering with more than 15 years industry experience in india.The Goal of the course make the training attendants equip with all the concepts of build and release engineering.

Contact us at info@scmGalaxy.com

Course Objectives
To bring your team up to speed with agile development, We can also run the from Continuous Integration to Continuous Delivery with autoamted course within your premises.

Course Schedule
This course is an intensive 1-day & 2-day workshop with a mixture of teaching and lab exercises. Currently, this course is offered exclusively as an on-site course. Please contact us for more details.

Audience
This is a hands-on, practical course designed to teach specialised skills for real-world development situations. It is thus primarily aimed at a SCM Engineer, Build/Release Engineer and developer audience.

Approach
The course is modular and flexible – depending on specific student needs and requests. Through our trainings, you benefit from the wide experience and architectural expertise of our team. We bring that experience to you in an highly interactive, intensely hands-on setting.

Assumptions
We assume participants have a reasonable understanding of Development in any language as well as a basic understanding of the Software Development Life Cycle.

Lab Work
All our courses are above all practical in nature. We believe that the best way to learn is by doing. So the course contains approximately 80% lab work.

Learning Resources
Each registrant will receive a copy of the student notes and lab solutions, a certificate of completion, and a CD containing all the tools covered in the course and CD containing all the tools covered in the course.

Contact Us
This course is provided on-site, and can be tailored to your particular requirements. If you would like our training delivered at your premises, or for any additional information please contact us. Please email us at info@scmGalaxy.com | +91 700 483 5930 | Skype – scmGalaxy

Course outline

The basic course program is outlined here:

Chapter 1: Installing Wise Installation Studio and Wise Installation Express

  • Introduction
  • System Requirements
  • Connecting to a Wise Software Repository
  • Installing an Upgrade
  • Installing Wise Installation Studio or Wise Installation Express
  • Installing the Windows Installer Editor Language Pack
  • Starting the Software
  • Converting an Evaluation Version to a Production Version
  • Registering Your Software

Chapter 2: Basic Tutorial: Creating a Windows Installer Installation

  • Create a New Installation Project
  • Open a Project and Set Options
  • Enter Product Details and General Information
  • Create and Organize Features
  • Assemble the Installation
  • Add Files to the Installation
  • Add Registry Keys
  • Add a Shortcut
  • Create a File Association
  • Customize the Installation’s Behavior on the Destination Computer
  • Set System Requirements
  • Select Dialogs That Appear to End Users
  • Configure Installation Types
  • Define Releases
  • Create Releases
  • Customize the Demo Release Properties
  • Compile and Test the Installation

Chapter 3: Advanced Tutorial: Using MSI Script in a Windows Installer Installation

  • Call a DLL With a Custom Action
  • Set a Directory With a Custom Action
  • Call an EXE With a Custom Action
  • Performing Advanced Tasks

Chapter 4: Tutorial: Creating a Windows Installer Installation in Visual Studio

  • Integrated Editor
  • Open the C# QuickFacts Solution and Create an Installation Project
  • Open the Installation Project and Set Options
  • Enter Product Details and General Information
  • Add Files to the Installation
Tagged : / / / / / / / / / / / / / /

IBM Rational Build Forge V7.1 Training & Courses Online and Classroom by Expert Trainers in India

ibm-rational-build-forge-v7-1-training

scmGalaxy is a leading provider of IBM Rational Build Forge V7.1 courses, training and certification. Our Build Forge trainers, mentors and consultants are highly empowered with more than 15 years of rich experience in the Software industry. DevOps! Which has captured a significant position in the IT world and has become an important part of software engineering methodology. In order to improve the software quality, reducing cost and increased the agility for faster release, DevOps and IBM Rational Build Forge V7.1 is playing very important role thus finding the leading IBM Rational Build Forge trainers and training vendor is very much important.

Our IBM Rational Build Forge courses are designed in certain method where participants can get benefits with more content in less span of time. scmGalaxy provide their services in terms of IBM Rational Build Forge training and courses online and classroom in India and abroad. We run many public classrooms training program in the Bangalore, Hyderabad, Pune, Mumbai, India, Netherlands etc.

We offer a variety of training options to help you or your team get up and running with IBM Rational Build Forge or take your skills to the next level. Whether you attend one of our training courses classroom or explore an online interactive training option, you’re learning from real IBM Rational Build Forge professionals who have been there and want to help you succeed.

Contact us at

This course provides an overview of build management processes and an introduction to creating and managing the build process using IBM Rational Build Forge.

What You’ll Learn

  • Explain Build Forge general functions and usage models
  • Create a Build Forge Project using the Build Forge Administration Console
  • Configure a Build Forge Project using Servers, Selectors, and Collectors
  • Optimize the run-time execution of a Build Forge Project using Chains and Threads
  • Integrate external tools into a Build Forge Project using Adaptors
  • Perform Build Forge Project Runs and Analyze results
  • Configure the Build Forge IDE Plug-Ins and perform Project Runs within IDE

Who Needs to Attend

This is a basic course for:

  • Configuration Managers
  • Build Engineers

Prerequisites

There are no prerequisites for this course.

Follow-On Courses

There are no follow-ons for this course.

Course Outline

scmGalaxy provide corporate training and consulting in IBM Rational Build Forge. The agenda of the training is as follows;
Essentials of IBM Rational Build Forge Training
Introduction to the Build Forge system
Creating a Build Forge Project – Projects, Environments, and Steps
Configuring a Build Forge Project – Servers, Collectors, and Selectors
Optimizing a Build Forge Project – Chaining and Threading
Build Forge Adaptors
Executing a Build Forge Project – Scheduling, Results, and the Bill of Materials (BOM)
Build Forge IDE Plug-Ins
Appendix: Reporting with Quick Report
Creating, running, and scheduling a Rational Build Forge project
Creating a server authentication
Creating a selector and server
Creating a project
Running the project
Scheduling a project
Creating and using
Rational Build Forge libraries
Creating a library
Copying a project
In-lining a library
Using a library as part of a pass or fail chain
Rational Build
Forge administration: Controlling user access
Creating users and access groups
Creating a user
Creating an access group for notifications
Creating an access group for editing projects
Using subgroups to set up hierarchical access
Creating access groups
Editing access groups to specify subgroup relationships
Using log filters
in Rational Build Forge for Ant builds
Creating a log filter
Using a log filter in a project
Environment
variables in Rational Build Forge
Creating an environment with standard variables
Running a project with different environment settings
Pulldown environment variables
Running a project with pulldown environment variables
Dot commands in Rational Build Forge    
Changing build tags with the retag command
Accessing system information with the date command26
Moving files with the put and get commands
Changing a selector with the bset command
Exporting a project with the export command
Using a source command in an environment variable
Tagged : / / / / / / / / / / / / / /

JIRA Training | Jira Course | Jira Expert Trainers | India

jira-training

scmGalaxy is a community initiatives based on Software configuration management that helps community members to optimize their software development process, Software Development Life Cycle optimization, Agile Methodologies and improve productivity across all aspects of Java development, including Build Scripts, Testing, Issue Tracking, Continuous Integration, Code Quality and more. scmGalaxy group that helps organisations optimize their software development process. We provide consulting, training and mentoring services in Agile Development Practices such as Version Management, Continuous Integration, Build Management, Test-Driven Development, Acceptance-Test Driven Development, Build Automation, Code Quality Practices and Automated Testing.

We provide job oriented training in the area of Configuration management, Build and Release Engineering. Candidates with engineering or software background and looking to either start or change their career to Build and Release Engineering, would benefit most from this training. Instructor-led training course offered in India, Bangalore, Delhi, Pune, Mumbai and Hydrabad. Instructor is an expert in Software configuration management, Build and release engineering with more than 15 years industry experience in india.The Goal of the course make the training attendants equip with all the concepts of build and release engineering.

Contact us at info@scmGalaxy.com

JIRA Training

In this course, attendees learn how JIRA is organized and gain hands-on experience working with the JIRA application by performing the most common tasks. Attendees will learn how to harness JIRA Agile to help create, plan, and manage work from inception to completion Attendees work through real-life scenarios using a preconfigured instance of JIRA. The JIRA in the Enterprise workshop provides students with strategies, tools, and techniques for managing JIRA in the enterprise. The highly interactive and participative course helps attendees develop a strategy to better understand and deal with the unique challenges associated with installing, configuring, and managing JIRA in the enterprise. Attendees will gain a solid foundation for all of the configurable components involved in setting up and managing JIRA projects By logging in to JIRA as users with various job roles and JIRA roles, attendees gain an understanding of who typically performs which tasks and why. After attending this course, attendees will learn the basics of managing and tracking team issues and projects. They will return to their jobs with increased confidence and a better command of often-used JIRA’s features.

  • JIRA Essentials
  • JIRA Agile in Practice
  • JIRA Application Administration – Part 1
  • JIRA Application Administration – Part 2
  • Customizing JIRA Workflows
  • JIRA in the Enterprise
Chapter 1: Working with Projects
Create a New JIRA Project
Create a New Issue in JIRA
Understand the Project Browser
Add Project Components and Versions
Import Issues into JIRA
Chapter 2: Working with Issues
Understand Issue in JIRA
Operate and Work with Issues
Use Subtasks to Better Manage and Structure Your Issues
Link Issues to Other Resources
Create and Manage Issue Types
Chapter 3; Working with Screens and Fields
Manage and Configure Screens in JIRA
Create New Screens
Create New Custom Fields
Controlling Field Behaviors
Apply Field Configuration to Specific Issue Types and Projects
Chapter 4: Workflows
Create New Workflow Steps and Transitions
Add the Workflow Conditions
Add the Workflow Validators
Add Workflow Post Functions
Apply Multiple Workflows to One Project
Chapter 5: Security and Permissions
Manage the User and Group Membership
Control Access to JIRA with Global Permissions
Control Project and Issue Operation Access with Permission Scheme
Restrict Access to an Issue with Issue Security Scheme
Connect JIRA to LDAP
Chapter 6: Notifications
Enable JIRA to Send Outgoing e-mail Notifications
Manage Notification Recipients for Updates in JIRA
Create Custom Events and e-mail Templates
Create a mail handler to create issues/comments in JIRA from e-mails
Chapter 7: Searching and Reporting
Search for Issues in JIRA in the Basic Search Mode
Search for Issues in JIRA in the Advanced Search Mode
Search for Your Searches as Filters
Create Your Own Dashboard
Chapter 8: Advanced Features
Extend JIRA with Custom Add-ons
Integrate JIRA with Other Atlassian Applications
Navigate between JIRA and Other Applications
Use JIRA As a Feedback Collecting System

Course Objectives
To bring your team up to speed with agile development, We can also run the from Continuous Integration to Continuous Delivery with autoamted course within your premises.

Course Schedule
This course is an intensive 1-day & 2-day workshop with a mixture of teaching and lab exercises. Currently, this course is offered exclusively as an on-site course. Please contact us for more details.

Audience
This is a hands-on, practical course designed to teach specialised skills for real-world development situations. It is thus primarily aimed at a SCM Engineer, Build/Release Engineer and developer audience.

Approach
The course is modular and flexible – depending on specific student needs and requests. Through our trainings, you benefit from the wide experience and architectural expertise of our team. We bring that experience to you in an highly interactive, intensely hands-on setting.

Tagged : / / / / / / / / / / / / / / / / / / / /

Nexus Training | Nexus Course | Nexus Expert Trainer | India

nexus-training

scmGalaxy is a community initiatives based on Software configuration management that helps community members to optimize their software development process, Software Development Life Cycle optimization, Agile Methodologies and improve productivity across all aspects of Java development, including Build Scripts, Testing, Issue Tracking, Continuous Integration, Code Quality and more. scmGalaxy group that helps organisations optimize their software development process. We provide consulting, training and mentoring services in Agile Development Practices such as Version Management, Continuous Integration, Build Management, Test-Driven Development, Acceptance-Test Driven Development, Build Automation, Code Quality Practices and Automated Testing.

We provide job oriented training in the area of Configuration management, Build and Release Engineering. Candidates with engineering or software background and looking to either start or change their career to Build and Release Engineering, would benefit most from this training. Instructor-led training course offered in India, Bangalore, Delhi, Pune, Mumbai and Hydrabad. Instructor is an expert in Software configuration management, Build and release engineering with more than 15 years industry experience in india.The Goal of the course make the training attendants equip with all the concepts of build and release engineering.

Contact us at info@scmGalaxy.com

Course Objectives
To bring your team up to speed with agile development, We can also run the from Continuous Integration to Continuous Delivery with autoamted course within your premises.

Course Schedule
This course is an intensive 1-day & 2-day workshop with a mixture of teaching and lab exercises. Currently, this course is offered exclusively as an on-site course. Please contact us for more details.

Audience
This is a hands-on, practical course designed to teach specialised skills for real-world development situations. It is thus primarily aimed at a SCM Engineer, Build/Release Engineer and developer audience.

Approach
The course is modular and flexible – depending on specific student needs and requests. Through our trainings, you benefit from the wide experience and architectural expertise of our team. We bring that experience to you in an highly interactive, intensely hands-on setting.

Assumptions
We assume participants have a reasonable understanding of Development in any language as well as a basic understanding of the Software Development Life Cycle.

Lab Work
All our courses are above all practical in nature. We believe that the best way to learn is by doing. So the course contains approximately 80% lab work.

Learning Resources
Each registrant will receive a copy of the student notes and lab solutions, a certificate of completion, and a CD containing all the tools covered in the course and CD containing all the tools covered in the course.

Contact Us
This course is provided on-site, and can be tailored to your particular requirements. If you would like our trainings delivered at your premises, or for any additional information please contact us. Please email us at info@scmGalaxy.com

Course outline

The basic course program is outlined here:

  1. Introducing Sonatype Nexus
  2. Component Lifecycle Management and Repository Management
  3. Installing and Running Nexus
  4. Configuring Maven to Use Nexus
  5. Using the Nexus User Interface
  6. Configuring Nexus
  7. Nexus Smart Proxy
  8. Nexus LDAP Integration
  9. Atlassian Crowd Support
  10. Nexus Procurement Suite
  11. Improved Releases with Nexus Staging
  12. Repository Health Check
  13. Managing Maven Settings
  14. OSGi Bundle Repositories
  15. P2 Repositories
  16. .NET Package Repositories
  17. Deploying Sites to Nexus
  18. Nexus Best Practises
  19. Nexus Plugins
  20. Migrating to Nexus
  21. Configuring Nexus for SSL
  22. Evaluating Nexus Step by Step

Maven and Nexus Training In Bangalore | Maven and Nexus Training in India | Maven and Nexus Training in Hydrabad | Maven and Nexus Training in Delhi | Maven and Nexus Training in Pune | Maven and Nexus Trainer In Bangalore | Maven and Nexus Trainer in India | Maven and Nexus Trainer in Hydrabad | Maven and Nexus Trainer in Delhi | Maven and Nexus Trainer in Pune

Tagged : / / / / / / / / / / / / / / / / / / / /

Perforce Training | Perforce Course | Perforce Experienced Trainer | India

perforce-training

Contact us at info@scmGalaxy.com

Course Objectives
To bring your team up to speed with agile development, We can also run the from Continuous Integration to Continuous Delivery with autoamted course within your premises.

Course Schedule
This course is an intensive 1-day & 2-day workshop with a mixture of teaching and lab exercises. Currently, this course is offered exclusively as an on-site course. Please contact us for more details.

Audience
This is a hands-on, practical course designed to teach specialised skills for real-world development situations. It is thus primarily aimed at a SCM Engineer, Build/Release Engineer and developer audience.

Approach
The course is modular and flexible – depending on specific student needs and requests. Through our trainings, you benefit from the wide experience and architectural expertise of our team. We bring that experience to you in an highly interactive, intensely hands-on setting.

Assumptions
We assume participants have a reasonable understanding of Development in any language as well as a basic understanding of the Software Development Life Cycle.

Lab Work
All our courses are above all practical in nature. We believe that the best way to learn is by doing. So the course contains approximately 80% lab work.

Learning Resources
Each registrant will receive a copy of the student notes and lab solutions, a certificate of completion, and a CD containing all the tools covered in the course and CD containing all the tools covered in the course.

Contact Us
This course is provided on-site, and can be tailored to your particular requirements. If you would like our trainings delivered at your premises, or for any additional information please contact us. Please email us at info@scmGalaxy.com

Course outline

The basic course program is outlined here:

  • Perforce system overview and user interfaces
  • Understanding workspaces and client view maps
  • Basic user operations: creating workspaces, working with files and changelists, submitting changelists, keeping workspaces in sync with the depot
  • Parallel development: merging files, resolving file conflicts
  • Branching and codeline management: creating branches, integrating changes between branches, using named branch views
  • Perforce Administration – Basic
    • Installation
    • Setup
    • Protections
    • Depots
    • Email Reviews
    • Perforce Jobspec
    • Backup and Recovery
    • Maintenance
    • Monitoring
    • Trigger Capabilities Overview
  • Perforce Administration – Advance
    • P4Broker
    • P4Web
    • P4Proxy
    • Replication
    • Security
    • Advanced Administration
    • Tools
    • Introduction to Scripting with Perforce

Perforce Training In Bangalore | Perforce Training in India | Perforce Training in Hydrabad | Perforce Training in Delhi | Perforce Training in Pune | Perforce Trainer In Bangalore | Perforce Trainer in India | Perforce Trainer in Hydrabad | Perforce Trainer in Delhi | Perforce Trainer in Pune

 Perforce User Training Details Agena

Installing P4

  • Installing P4 on UNIX and OS X
  • Installing P4 on Windows
  • Verifying the installation

Configuring P4

  • Configuration overview
  • Configuring Perforce settings
  • Defining client workspaces
  • Verifying connections
  • Refining workspace views
  • Changing the location of your workspace
  • Configuring workspace options
  • Configuring submit options
  • Configuring line-ending settings
  • Deleting client workspace specifications
  • Security

P4 Commands

  • Command-line syntax
  • Wildcards
  • Specifying file revisions
  • Reporting commands
  • Using Perforce forms
  • Help – p4 help, p4 info, “File Specifications”, “Views”, “Global Options”, “File Types”
  • Client workspace – p4 clean, p4 client, p4 clients, p4 flush, p4 have, p4 sync, p4 update, p4 where, p4 workspace, p4 workspaces
  • Files – p4 add, p4 attribute, p4 copy, p4 delete, p4 diff, p4 diff2, p4 dirs, p4 edit, p4 files, p4 fstat, p4 grep, p4 move, p4 lock, p4 print, p4 rename, p4 revert, p4 status, p4 sizes, p4 unlock
  • Changelists – p4 change, p4 changelist, p4 changes, p4 changelists, p4 describe, p4 filelog, p4 opened, p4 reopen, p4 review, p4 shelve, p4 submit, p4 unshelve
  • Branching and Merging – p4 branch, p4 branches, p4 copy, p4 integrate, p4 integrated, p4 label, p4 labels, p4 labelsync, p4 list, p4 merge, p4 populate, p4 tag, p4 resolve, p4 resolved
  • Security – p4 login, p4 logout, p4 passwd,
  • Environment – p4 set, “Environment and Registry Variables”, P4CLIENT, P4CONFIG, P4EDITOR, P4HOST, P4PASSWD, P4PCACHE, P4PFSIZE, P4POPTIONS, P4PORT, P4ROOT,P4TICKETS, P4USER, PWD, TMP, TEMP

Managing Files and Changelists

  • Managing files
  • Managing changelists
  • Diffing files
  • Working offline

Resolving Conflicts

  • How conflicts occur
  • How to resolve conflicts
  • Locking files

Codelines, Branching and Streams

  • Basic terminology
  • Organizing the depot
  • Populating Codelines
  • Branching Codelines
  • Integrating changes

Labels

  • Tagging files with a label
  • Untagging files
  • Listing files tagged by a label
  • Deleting labels
Tagged : / / / / / / / / / / / / / / / / / / / / / / / / / / /

Perl Training | Perl Course | Perl Quality Trainer | India

perl-training

scmGalaxy is a community initiatives based on Software configuration management that helps community members to optimize their software development process, Software Development Life Cycle optimization, Agile Methodologies and improve productivity across all aspects of Java development, including Build Scripts, Testing, Issue Tracking, Continuous Integration, Code Quality and more. scmGalaxy group that helps organisations optimize their software development process. We provide consulting, training and mentoring services in Agile Development Practices such as Version Management, Continuous Integration, Build Management, Test-Driven Development, Acceptance-Test Driven Development, Build Automation, Code Quality Practices and Automated Testing.

We provide job oriented training in the area of Configuration management, Build and Release Engineering. Candidates with engineering or software background and looking to either start or change their career to Build and Release Engineering, would benefit most from this training. Instructor-led training course offered in India, Bangalore, Delhi, Pune, Mumbai and Hydrabad. Instructor is an expert in Software configuration management, Build and release engineering with more than 15 years industry experience in india.The Goal of the course make the training attendants equip with all the concepts of build and release engineering.

Contact us at

  • Mail – info@scmGalaxy.com
  • Call – +91 700 483 5930
  • WhatsApp – +91 700 483 5930
  • Skype – scmGalaxy

Course Objectives
To bring your team up to speed with agile development, We can also run the from Continuous Integration to Continuous Delivery with autoamted course within your premises.

Course Schedule
This course is an intensive 1-day & 2-day workshop with a mixture of teaching and lab exercises. Currently, this course is offered exclusively as an on-site course. Please contact us for more details.

Audience
This is a hands-on, practical course designed to teach specialised skills for real-world development situations. It is thus primarily aimed at a SCM Engineer, Build/Release Engineer and developer audience.

Approach
The course is modular and flexible – depending on specific student needs and requests. Through our trainings, you benefit from the wide experience and architectural expertise of our team. We bring that experience to you in an highly interactive, intensely hands-on setting.

Assumptions
We assume participants have a reasonable understanding of Development in any language as well as a basic understanding of the Software Development Life Cycle.

Lab Work
All our courses are above all practical in nature. We believe that the best way to learn is by doing. So the course contains approximately 80% lab work.

Learning Resources
Each registrant will receive a copy of the student notes and lab solutions, a certificate of completion, and a CD containing all the tools covered in the course and CD containing all the tools covered in the course.

Contact Us
This course is provided on-site, and can be tailored to your particular requirements. If you would like our trainings delivered at your premises, or for any additional information please contact us. Please email us at info@scmGalaxy.com

Course outline

The basic course program is outlined here:

Introduction

  1. Welcome
  2. Using the exercise files
  3. Prerequisites
  4. What is Perl?
  5. Installing ActiveState’s ActivePerl on Windows
  6. Installing Eclipse on Windows
  7. Installing Eclipse on Mac

1. Perl Quick-Start Guide for Experienced Programmers

  1. Hello World
  2. Counting lines in a file
  3. Using a loop in Perl
  4. Using subroutines in Perl
  5. Using Perl’s documentation

2. General Syntax

  1. Understanding how Perl uses whitespace
  2. Terminating statements with semicolons
  3. Creating comments
  4. Best practices for formatting code

3. Variables and Values

  1. Understanding values and variables
  2. Declaring numeric variables
  3. Declaring character string variables
  4. Declaring lists and arrays
  5. Pulling slices from arrays
  6. Understanding hashes and associative arrays
  7. Getting value pairs using the each function
  8. Understanding the undef value

4. Statements and Blocks

  1. Assigning values to variables
  2. Using statements and expressions
  3. Combining statements into blocks
  4. Understanding scope

5. Conditional Statements

  1. Understanding conditional statements
  2. Creating conditionals with if
  3. Extending conditionals with else
  4. Extending conditionals with elsif
  5. Building if statements with postfix conditionals
  6. Creating negative conditionals with unless
  7. Using the ternary conditional operator

6. Loops

  1. Understanding loops
  2. Creating loops with while
  3. Creating loops with until
  4. Iterating lists with foreach
  5. Iterating lists with for
  6. Using loop control statements
  7. Building loops with postfix statements

7. Special Variables

  1. Understanding special variables
  2. Using special variables
  3. Working with special file handles
  4. Using special constants

8. Operators

  1. Performing basic math with arithmetic operators
  2. Creating conditionals with comparison operators
  3. Combining conditionals with logical operators
  4. Reading file metadata with file test operators
  5. Creating a sequence with the range operator
  6. Combining strings with the concatenation operator
  7. Streamlining strings with quote operators
  8. Understanding operator precedence

9. Regular Expressions

  1. Understanding regular expressions
  2. Searching and replacing text with regular expressions
  3. Extracting matches with parentheses
  4. Matching wildcards
  5. Matching classes of characters
  6. Creating arrays with split

10. Subroutines

  1. Understanding subroutines
  2. Defining and calling subroutines
  3. Using arguments with subroutines
  4. Understanding scope and “my” variables
  5. Returning values from a subroutine

11. References and Data Structures

  1. Understanding values and references
  2. Defining array references
  3. Defining hash references
  4. Building mixed data structures

12. File I/O

  1. Understanding streams and files
  2. Using file handles
  3. Using the object-oriented interface for handling files
  4. Working with binary files

13. Built-In Functions

  1. Manipulating strings with built-in functions
  2. Working with numbers
  3. Manipulating lists and arrays with built-in functions
  4. Retrieving and formatting time

14. Modules

  1. Leveraging code with modules
  2. Understanding object-oriented and procedural modules
  3. Creating modules
  4. Understanding object and instance data
  5. Installing modules from CPAN on Mac and Unix
  6. Installing modules from CPAN on Windows

15. Documentation with POD

  1. Understanding POD
  2. Documenting with POD
  3. Exploring a POD document

16. New Features in Perl 5.10

  1. Using Perl 5.10
  2. Displaying text with say
  3. Selecting from multiple choices with given and when
  4. Keeping persistent variables with state

17. Exploring Web Development

  1. Exploring CGI
  2. Using a database
  3. Developing a module library

Conclusion

Perl Training In Bangalore | Perl Training in India | Perl Training in Hydrabad | Perl Training in Delhi | Perl Training in Pune | Perl Trainer In Bangalore | Perl Trainer in India | Perl Trainer in Hydrabad | Perl Trainer in Delhi | Perl Trainer in Pune

Tagged : / / / / / / / / / / / / / / / / / / / /

Maven Training | Maven Course | Maven Trainer | Online | Classroom

maven-training

scmGalaxy is a community initiatives based on Software configuration management that helps community members to optimize their software development process, Software Development Life Cycle optimization, Agile Methodologies and improve productivity across all aspects of Java development, including Build Scripts, Testing, Issue Tracking, Continuous Integration, Code Quality and more. scmGalaxy group that helps organisations optimize their software development process. We provide consulting, training and mentoring services in Agile Development Practices such as Version Management, Continuous Integration, Build Management, Test-Driven Development, Acceptance-Test Driven Development, Build Automation, Code Quality Practices and Automated Testing.

We provide job oriented training in the area of Configuration management, Build and Release Engineering. Candidates with engineering or software background and looking to either start or change their career to Build and Release Engineering, would benefit most from this training. Instructor-led training course offered in India, Bangalore, Delhi, Pune, Mumbai and Hydrabad. Instructor is an expert in Software configuration management, Build and release engineering with more than 15 years industry experience in india.The Goal of the course make the training attendants equip with all the concepts of build and release engineering.

Contact us at info@scmGalaxy.com

Course Objectives
To bring your team up to speed with agile development, We can also run the from Continuous Integration to Continuous Delivery with autoamted course within your premises.

Course Schedule
This course is an intensive 1-day & 2-day workshop with a mixture of teaching and lab exercises. Currently, this course is offered exclusively as an on-site course. Please contact us for more details.

Audience
This is a hands-on, practical course designed to teach specialised skills for real-world development situations. It is thus primarily aimed at a SCM Engineer, Build/Release Engineer and developer audience.

Approach
The course is modular and flexible – depending on specific student needs and requests. Through our trainings, you benefit from the wide experience and architectural expertise of our team. We bring that experience to you in an highly interactive, intensely hands-on setting.

Assumptions
We assume participants have a reasonable understanding of Development in any language as well as a basic understanding of the Software Development Life Cycle.

Lab Work
All our courses are above all practical in nature. We believe that the best way to learn is by doing. So the course contains approximately 80% lab work.

Learning Resources
Each registrant will receive a copy of the student notes and lab solutions, a certificate of completion, and a CD containing all the tools covered in the course and CD containing all the tools covered in the course.

Contact Us
This course is provided on-site, and can be tailored to your particular requirements. If you would like our trainings delivered at your premises, or for any additional information please contact us. Please contact us

  • Mail – info@scmGalaxy.com
  • Call – +91 700 483 5930
  • WhatsApp – +91 700 483 5930
  • Skype – scmGalaxy

Course outline

The basic course program is outlined here:


Chapter 1: Introduction

  • Introduction to Apache Maven
  • Installing Apache Maven
  • Understanding the Maven Repository
  • Understanding the Maven Lifecycle
  • Understanding the Role of Plugins

Chapter 2: Dependencies

  • Introducing Maven Dependencies
  • Controlling Maven Classpaths
  • Maven and Transitive Dependencies
  • Managing Dependencies that All Projects Need – Part 1
  • Managing Dependencies that All Projects Need – Part 2

Chapter 3: Plugins

  • Introducing Maven Plugins
  • Adding Steps to a Maven Build
  • Code Generation
  • Managing Plugins with a Parent POM
  • Finding Available Plugins

Chapter 4: Controlling the Build

  • Maven Build Properties
  • Maven Profiles
  • Profile Activation via Properties
  • Profile Activation via Environment
  • User Settings, Profiles and Repositories

Chapter 5: The Project Website

  • The Basic Website and Reports
  • Using Report Plugins
  • Creating Custom Pages
  • FAQ (frequently asked question) Pages and Site Appearance
  • Deploying to a Web Server

Chapter 6: The Maven Release Process

  • Deploying to a Repository
  • Using Snapshots
  • Preparing for a Release
  • Releasing Maven Artifacts
  • Preparing for an Open Source Release
  • Publishing to Maven Central

Chapter 7: Multi-module Projects

  • Understanding the Multi-module Project
  • Incremental Building with Multiple Modules
  • Building a Website for a Multi-module project
  • Releasing the Multi-module Project

Chapter 8: Maven Tricks and Patterns

  • Invoking Ant from Maven
  • Accessing Maven Artifacts from Ant
  • Building a Simple Installer
  • Running Functional Tests
  • Disabling Default Plugin Bindings and Excluding Transitive Dependencies

Maven and Nexus Training In Bangalore | Maven and Nexus Training in India | Maven and Nexus Training in Hydrabad | Maven and Nexus Training in Delhi | Maven and Nexus Training in Pune | Maven and Nexus Trainer In Bangalore | Maven and Nexus Trainer in India | Maven and Nexus Trainer in Hydrabad | Maven and Nexus Trainer in Delhi | Maven and Nexus Trainer in Pune

Tagged : / / / / / / / / / / / / / / / / / / / /