Well, as is evident by some of my posts and also visible on this page, I’m using WordPress for managing this blog. And as also can be recognized, I’m interested in Software Development. So it might be obvious to combine the two interest in understanding more about the internals and the architecture of WordPress. So [...]
Test and Deploy in virtual times Part 3
So, now that we have a running OpenSolaris install in our VirtualBox, let’s get to the next step: Installation of Glassfish and MySQL First: Installation of Glassfish Let’s take the easy approach and use the built-in graphical tools. This is specifically easy as both applications are integrated into OpenSolaris Package Manager. So startup the Package [...]
Test and Deploy in virtual times Part 2
Well, this week we are going to continue the installation of the Deployment Environment. The goal for this effort was to “Use Open Source Solution and latest Technology to create a Development and Deployment environment on one system (in my case: MacBook Pro)” Here is a summary of the steps I’m taking: Installation of IDE [...]
Test and Deploy in virtual times
An important part of any Software development is to ensure that deployment works as desired. While in previous times a developer was trying to get a separate server to test the deployment, this can now be done through virtualization on the very same system. So here is my journey and approach to it which I [...]