Deploying locally compiled binaries on server
Posted
by nano
on Stack Overflow
See other posts from Stack Overflow
or by nano
Published on 2010-05-01T13:39:55Z
Indexed on
2010/05/01
13:47 UTC
Read the original article
Hit count: 176
Hi,
I have a Zen based VPS server that runs on a dual-core AMD Opteron 64-bit machine.
I have some locally developed C++ based daemons that I would want to deploy in that machine. My local machine is an Intel core 2 duo laptop.
Can I execute binaries compiled from source code on my machine directly on the above mentioned server?
I am a newbie in this area. Would be great if someone could throw light on the standard practices in this kind of situation.
Thanks in advance
© Stack Overflow or respective owner