You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@qpid.apache.org by lroloson <lr...@trmi.com> on 2009/08/06 22:41:10 UTC

How to deploy the broker on another machine

I have the latest version built from the trunk on one machine, and I want to
deploy it to a machine I use for testing (same version and distro of Linux).
Is there a way to move the run times to the test machine without building it
there? 
-- 
View this message in context: http://n2.nabble.com/How-to-deploy-the-broker-on-another-machine-tp3400607p3400607.html
Sent from the Apache Qpid users mailing list archive at Nabble.com.

---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:users-subscribe@qpid.apache.org


Re: How to deploy the broker on another machine

Posted by lroloson <lr...@trmi.com>.
The /qpid/cpp/make-dist script appears to be similar to the "make dist".
However when I tried to use it the lib directory was empty. Is there an
updated version of this script available? 
-- 
View this message in context: http://n2.nabble.com/How-to-deploy-the-broker-on-another-machine-tp3400607p3419268.html
Sent from the Apache Qpid users mailing list archive at Nabble.com.

---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:users-subscribe@qpid.apache.org


Re: How to deploy the broker on another machine

Posted by Alan Conway <ac...@redhat.com>.
On 08/06/2009 04:41 PM, lroloson wrote:
> I have the latest version built from the trunk on one machine, and I want to
> deploy it to a machine I use for testing (same version and distro of Linux).
> Is there a way to move the run times to the test machine without building it
> there?

You can tar up the directory with your qpid build, untar on your target machine 
and do make install. I think you need to untar in the same path as the original 
build directory.

---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:users-subscribe@qpid.apache.org


Re: How to deploy the broker on another machine

Posted by Carl Trieloff <cc...@redhat.com>.
lroloson wrote:
> I have the latest version built from the trunk on one machine, and I want to
> deploy it to a machine I use for testing (same version and distro of Linux).
> Is there a way to move the run times to the test machine without building it
> there? 
>   


make dist

regards
Carl.

---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:users-subscribe@qpid.apache.org