This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallAnywhere
- :
- InstallAnywhere Forum
- :
- Re: Deploy packages on remote servers
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
Nov 11, 2011
07:55 AM
Deploy packages on remote servers
Hi all,
is it possible, during an installation phase, to deploy some packages on remote servers (for example via FTP) and eventually to launch other installation processes on the remote servers?
Thanks in advance
Gennaro
is it possible, during an installation phase, to deploy some packages on remote servers (for example via FTP) and eventually to launch other installation processes on the remote servers?
Thanks in advance
Gennaro
(1) Reply
Nov 12, 2011
03:36 AM
I'm not sure if IA has built-in FTP support (probably not), but you could imagine writing a script that does that: ftp the installed package, and running a remote SSH command that would launch package installation. However, error control will be very hard to do.