On the menu bar: SSIS >> Package Configuration …. From the Configuration Type dialog, select “Parent package variable” and go through the wizard to map the Parent package variable to the variable in this Child package
Monthly Archives: April 2011
Deploying a Subversion branch with Capistrano
Capistrano is a tool for automating tasks via SSH on remote servers. It has many uses, I (and many others) use it to deploy their (rails) applications. The best I can tell there is no built in way to deploy a branch from your source code control system. There are a couple ways of accomplishing […]
.htaccess password protection
The following tutorial gives you step by step instruction on how to password protect your website directory with .htaccess. There are three simple files involved: .htaccess, .htgroup and .htpasswd all you have to do is make them and ftp them up to your webserver. You put the .htaccess in the directory that you want to […]
How to install RMagick + ImageMagick
Installation on Windows Issues: A. This version of RMagick was created to run with ImageMagick 6.3.0 but ImageMagick 6.3.5 is installed on this system. You should either 1) Configure and build RMagick for ImageMagick 6.3.5, or 2) download ImageMagick 6.3.0 from http://www.imagemagick.org and install it. B. Errors about missing CORE_.. .dll file(s). C. Errors about […]