Laravel Social Login using Socialite

Installations—- (laravel 5.5) composer require laravel/socialite “^3.2.0” configuration—–(config/services.php) ‘facebook’ => [ ‘client_id’ => env(‘facebook_CLIENT_ID’), // Your facebook Client ID ‘client_secret’ => env(‘facebook_CLIENT_SECRET’), // Your facebook Client Secret ‘redirect’ => ‘http://your-callback-url’,…

Read more »
elastic-search-error-max-max-file-descriptors

Elastic Search Error – max file descriptors [4096] for elasticsearch process is too low, increase to at least [65535]

Elastic Search Error – max file descriptors [4096] for elasticsearch process is too low, increase to at least [65535] Solution Temporary to the current login session To set ulimit value…

Read more »
octopus-deploy-backup-and-restore

Understading Octopus Deploy Backup and restore process

Your Master Key When an Octopus Server is installed, we generate a special key used for encryption, called the master key. The master key is then encrypted asymmetrically, using DPAPI,…

Read more »

uDeploy Application processes Steps Explained!!!

Application processes, like component processes, are created with the process editor. UDeploy provides several common process steps. Also, application processes are assembled from processes that are defined for their associated…

Read more »

The Four Basic Requirements for an SCM

Identification, control, audit, and status accounting are the four basic requirements for a software configuration management system. These requirements must be satisfied regardless of the amount of automation within the…

Read more »
sonarqube-upgrade-backup-and-restore-process

SonarQube Upgrade, Backup and Restore Process | SonarQube Tutorial

SonarQube Upgrade, Backup and Restore Process

Today I will share the steps to upgrade from the SonarQube version 5.X to SonarQube version 6.X. We have upgrade guide which can be found http://docs.sonarqube.org/display/SONAR/Upgrading but its not complete guide thus I am sharing the steps as follows which can be followed for the production server as well.  As practice shared on the oficial guide that before upgrading to the next major release, you must upgrade to know LTS e.g
devops-is-enhancing-the-capability-of-software-development

How DevOps is enhancing the capability of software development?

We all know that DevOps is an established relationship stage between development phase and IT Operations. It is vital that collaboration and communication between the two units are promoted from…

Read more »
devops-course-is-enhancing-the-capability-of-software-development

How DevOps course is enhancing the capability of software development?

How DevOps course is enhancing the capability of software development? Software Industry in these days adopting a new practice called “DevOps”. This word change the process of software development in…

Read more »
setup-a-puppet-learning-vm

How to Setup Puppet Learning VM – Complete Process/Guide

Download the VM(Zip File here) https://pe-education-vms.s3.amazonaws.com/learning/learning_puppet_vm.zip   Minimum requirements Internet-enabled Windows, OS X, or Linux computer with 10GB free space and a VT-x/AMD-V enabled processor. Up to date virtualization software….

Read more »
jenkins-installation-using-docker

How to Install Jenkins using Docker | Step by step guide | scmGalaxy

Step 1: Installing Docker [code] $ apt-get install docker (Ubuntu) $ yum install docker  (RHEL/CENTOS) [/code] For more info, please following this http://www.scmgalaxy.com/scm/software-containers/how-to-install-docker-in-linux.html Step 2:  First, pull the official jenkins…

Read more »
install-atlassian-jira-using-docker

How to install Atlassian Jira using Docker?

Install Atlassian Jira using Docker Download and Run the jira latest: # docker run –detach –publish 8080:8080 cptactionhank/atlassian-jira:latest Then simply navigate your preferred browser to http://[dockerhost]:8080 and finish the configuration. Notes:…

Read more »
sonatype-nexus-installation-using-docker

How to Install Sonatype Nexus installation using Docker?

Sonatype Nexus Repository Manager 2 Install a Docker Engine Installation Instructions can be found here – http://www.devopsschool.com/tutorial/docker/docker-install-and-configuration.html Download a Sonatype Nexus Image > docker pull sonatype/nexus For Sonatype Nexus Repository…

Read more »
devops-concept-and-process-training

DevOps Concept and Process Training | DevOps Training | scmGalaxy

About the DevOps Course DevOps integrates devlopers and operation teams in order to improve collobration and productivity by automation infrastrcure, automationg workflows and continously application performance. DevOps helps You deliver…

Read more »
build-and-release-concept-and-process-training

Build and Release Concept and Process Training | Build and Release Training | scmGalaxy

Build and Release Concept and Process Training Software Development Lifecycle  In this training, we will understand about the The Software Development Lifecycle and their imporance in Software development. There are…

Read more »
hosting-your-own-nuget-feed

How to Host your own Nuget Feed? | Step by Step Guide | Tutorial

Hosting your own Nuget Feed? 1. Local File Based Package Source Limitation with fles based source – It does not have nuget capable feed. Can not push the package. We…

Read more »
gerrit2-installation-configuration

How to Install and Configure Gerrit2 in CentOs and Ubantu ?

Step 1:  Update System > yum update > apt-get update Step 2: Install git Step 3: Install screen Step 4: Install screen Step 5: Install Java Step 6: MySQL Step…

Read more »
publish-a-nuget-package-in-nuget-gallery

How to Publish a Nuget package in NuGet Gallery?

How to Publish a Nuget package in NuGet Gallery? Step 1 – Create an account at NuGet.org Head over to http://nuget.org/ and register for an account. Once you do that,…

Read more »
create-a-package-in-nuget

How to create a package in Nuget? | Nuget Tutorial

Hosting your own Repository in Nuget How to create a package in Nuget? Mehtod 1 – From An Assembly If you have an assembly, you can easily generate a nuspec…

Read more »
setup-aws-credentials-using-aws-command

How to Setup AWS Credentials using AWS Command Line Interface?

Setup AWS Credentails using AWS Command Line Interface Install the AWS CLI Using Pip Please click here complete installation guide. Test the AWS CLI Installation [code] $ aws help[/code] Environment…

Read more »

Provision a AWS ec2 vm using chef | Step by Step Guide | AWS ec2 vm Tutorial

Provision a AWS ec2 vm using chef Step 1: Install chefdk Step 2: Setup AWS Credentails Step X: Setup your knife config Step X: Make sure following is set and…

Read more »