Wednesday 5 April 2017

Vagrant setup

Install VirtualBox:

Debian-based Linux distributions:
Add the following line to your /etc/apt/sources.list:
deb http://download.virtualbox.org/virtualbox/debian trusty contrib

To install VirtualBox, do

sudo apt-get update sudo 
apt-get install virtualbox-5.1 

sudo apt-get install dkms
 
Install Vagrant 
  • sudo apt-get install vagrant 
  • create a new directory as "vagrant"(any name) and then a more directory inside earlier directory in vagrant as "vagrantkndar". 
  • From the command line, run the following commands: 
    • $ vagrant init precise32 http://files.vagrantup.com/precise32.box
    • $ vagrant up
    • $ vagrant ssh
  • To return to your host machine, run the command: 
    • $ exit
  • To destroy the VM and remove the binary disk image:  
    •  $ vagrant destroy

Monday 3 April 2017

Why Devops is necessary ?

What is Devops ?

  • DevOps typically refers to the emerging professional movement that advocates a collaborative working relationship between Development and IT Operations, resulting in the fast flow of planned work (i.e., high deploy rates), while simultaneously increasing the reliability, stability, resilience of the production environment.
  • DevOps means that you see the end to end delivery system from concept to production, your DevOps scope is any group that are involved in that workflow. So if you're willing to make a cultural investment in changing how you work, then you can start to implement some of the working practices that DevOps recommends.
  • In IT, DevOps is recognized as a cultural approach. From job of point of view, it is a job description for a candidate who has the talent-skill to work as a Systems Operations engineer as well as a developer.