MyBlogJS

Saturday, September 8, 2012

Teamcity

TeamCity is a user-friendly continuous integration (CI) server for professional developers and build engineers. It is absolutely free for small teams. Latest version is 7.1 which allows deployment of the builds made by Teamcity using OctopusDeploy with the help of Nuget Server installed with TeamCity

Simple installation Steps on Linux

  • Donload latest Sun Java
  • Unzip .tar.gz file downloaded
  • Start teamcity server e.g./usr/local/TeamCity/bin/teamcity-server.sh start
  • Verify that it runs on port 8111 e.g. netsat -antl | grep ":8111"
  • Browse the site using http and port 8111

Monday, September 3, 2012

ESXi and HyperV backup

Veeam

It is a leading virtual server backup solution provides free backup for virtual machines. Also provides some monitoring tool free. http://www.veeam.com/

Unit Testing

Should Assertion Library

It is set of extensions for unit testing in Visual Studio (VS). It can be installed in NuGet Package Manger Console in VS using the command below -

 PM> Install-Package Should 
More.. http://should.codeplex.com/