[ic] Production deployment methods

Jason Lee jason.lee at mac.com
Fri Aug 29 10:55:19 EDT 2003


On Thursday, August 28, 2003, at 3:51 PM, John Young wrote:

> Jason Lee asked:
>
> [...stuff omitted..]
>
> How about rsync with ssh:
>
> cd /source/directory
> rsync -auvze ssh . server:/some/destination/path/

Great! This gives me a good start and points me in a good direction to 
working with rsync.  But, have you actually used this with IC or do you 
even have a setup that requires you? If not, no big, just curious.

> Sounds reasonable.  rsync -e ssh is nice because no additional open 
> ports
> are needed other than that required for ssh alone.  Setting up an rsync
> server daemon is not necessary.

So, with that said, I am thinking the three things to rsync would be:

This is all based on default RH 7.3 RPM install:

1. /var/lib/interch/store
2. /etc/interchange.cfg
3. /var/www/html/store

I'm also looking into some MySQL replication and possible fail over, 
which should handle any db issues; but that's obviously separate from 
this.

I know there are also files (using the default RedHat 7.3 RPM install) 
located in /usr/lib/interchange. These seem to be all the base IC files 
and probably don't merit my rsync attention since they are not really 
ever changed. Right?

> Congratulations on your progress,
> John Young

Thank you! It'll be a good day when we receive our first order. :)

- Jason



More information about the interchange-users mailing list