User login

Installing Cygwin for Drupal patch testing and development

Update: See Randy Fay's Cygwin quickstart tutorial, http://randyfay.com/node/70

Many Drupal things are best done in a UNIX-like environment. One solution is to run a Linux distribution like Ubuntu in a virtual machine, as is provided by http://drupal.org/project/quickstart. Another solution (on Microsoft Windows) is Cygwin, to bring the power of the UNIX command line to Windows.

This how-to is borrowed from rfay helping another Drupalista out in #drupal-contribute on irc.freenode.net.

First get the setup file from http://cygwin.com.

After downloading the setup files, run them, and it takes us to the select a package screen.

We choose to get these packages at least: git, cvs, rsync, vim, inetutils, openssh, patchutils, unzip, wget, rxvt.

When it all installes, we'll have rxvt native in our start menu and we run that and it'll do a little first-time setup that happens for a minute.

Rebooting and retrying can sometimes resolve a package not found error for rxvt.

Then we'll make symlinks our of the Cygwin custom namespace into the Windows filesystem, for instance:

cd /
ln -s /cygdrive/c
ln -s /cygdrive/d

And etc for any drivenames we want to be easily available from cygwin.

To test that we have diff, we simply type, diff --help. To test that we have git, we simply type git.

Now we can move on to http://drupal.org/patch testing and creating goodness and wonderfulness.

Searched words: 
installing cygwin cygwin rxvt cigwyn cygwyn cigwin rxvt VT102 terminal emulator rxvt.sh exit code 8

Comments

Posted on randyfay.com

I did go ahead and write a quickstart on this: http://randyfay.com/node/70

Thanks for your help with that!
-Randy

Post new comment

The content of this field is kept private and will not be shown publicly.
  • You may post code using <code>...</code> (generic) or <?php ... ?> (highlighted PHP) tags.
  • You can use Markdown syntax to format and style the text. Also see Markdown Extra for tables, footnotes, and more.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd> <img> <blockquote> <small> <h2> <h3> <h4> <h5> <h6> <sub> <sup> <p> <br> <strike> <table> <tr> <td> <thead> <th> <tbody> <tt> <output>
  • Lines and paragraphs break automatically.

More information about formatting options

By submitting this form, you accept the Mollom privacy policy.