Tuesday, 7 February 2017

Codar Installation

Following shows the installation of Codar on local machine with 90 days free trial:

CODAR:
A continuous deployment solution that provides automation and release management of complex multi-tier applications across the application lifecycle


Download link : http://www8.hp.com/us/en/software-solutions/codar-continuous-deployment/

Installation steps:
  • By default Codar has no Database connected. Before installing HP Codar go for the postgresDB installation as followed.
  1.       Install Postgres DB:
               
        


    2.   After the successful installation open the pgAdminIII and connect to Postgres server.
    3.   Create a sample database of name “codardb” with owner assigned for codardbuser.
    4.   Run the setup.bat file to start with installation of Codar


5. Configure the port no. to run Codar


6. Database Configuration


7.    Set a single password for all accounts.


8.    Configure the database with proper credentials




9.   Install Embedded  HP OO server with username, PWD and port no.


  10.  Idm database configuration


11.  HP OO configuration.


12. Review the configuration once before starting the installation.


13.   After the review installation begins.(Expected time for installation=1 hour)

        ( Codar application will be running on port no: 8444 
             https://localhost:8444/csa )

Wednesday, 18 January 2017

Tuesday, 17 January 2017

Install Openshift locally

Installation of Openshift:--

1. Create Centos VM in Virtual box or VMware. 
2. Install Docker { command:- yum install docker wget git -y}

   

3.  Configure the Docker daemon with an insecure registry parameter    of 172.30.0.0/16
     In RHEL and Fedora, edit the /etc/sysconfig/docker file and add or uncomment the 
     following line.


  INSECURE_REGISTRY='--insecure-registry 172.30.0.0/16'
4.Restart Docker Daemon {command: $ sudo systemctl restart docker}
5. Download Openshift from https://github.com/openshift/origin/releases .
7. untar the tar file and copy oc file inside that to /usr/local/bin and do {command: oc cluster up}.
8. That's it!!!!
9. Now you login in to Openshift console with IP and credentials created by default.
   


Wednesday, 21 December 2016

Slack is partnering with Google to bring users a suite of integrations


Thursday, 1 December 2016

DevOps: Devops integrates development and operations teams...

DevOps: Devops integrates development and operations teams...: Devops integrates development and operations teams in order to improve collaboration and productivity by automating infrastructure , auto...
Devops integrates development and operations teams in order to improve collaboration and productivity by automating infrastructure , automating workflows and continuously measuring application performance.