Tag Archives: windows

Quick Tip – Make Anything A Windows Service

I recently had to get nginx running as a Windows service and I came across a little project called “winsw” (Windows Service Wrapper) which was created by Kohsuke Kawaguchi – creator of Hudson/Jenkins. Apparently he created it while at Sun for … Continue reading

Posted in IT, Software Engineering | Tagged open-source, servers, tips, windows | Leave a comment

Use Hudson (now Jenkins) to restart a Windows service…

Here’s a quick tip – you can easily make Hudson restart a windows service, by using its “Windows Batch Command” build step in combination with the command line windows “net” command. Here’s an example of how we can get Hudson … Continue reading

Posted in Java, Software Engineering | Tagged automation, ci, Java, releases, windows | Leave a comment

Setting Up Memcached As A Windows Service

Memcached is an in-memory, distributed key-value store for random pieces of application data. It is useful for clustering and distributed caching and it (and similar tools) are becoming an increasingly common feature of large Web-based apps. I don’t like Windows … Continue reading

Posted in Software Engineering | Tagged cluster, guides, memcached, servers, windows | Leave a comment

1 Minute Guide – Installing Redmine on Windows

Redmine is a fantastic Issue Tracking (defects and enhancements) web application written in Ruby on Rails. I’ve been using it for quite a while, and it’s a good looking, simple but powerful defect management tool with a bunch of value-add … Continue reading

Posted in Software Engineering | Tagged guides, open-source, rails, redmine, ruby, windows | 44 Comments