Skip to main content
1-Visitor
November 30, 2017
Question

Multisite deployment

  • November 30, 2017
  • 1 reply
  • 1623 views

We have thingworx sites up and running at different regions almost I would say the count 10. Pl help me to deploy smart instead of logging in different server and importing in each server. Is there any better option or tool available for deployment?

1 reply

22-Sapphire I
November 30, 2017

There isn't anything out of the box.

As far as 'pushing the limits' as to what is possible.

1. Everything is a Script and you use a rest API to send it to a site and run an Eval

2. You can use the File Repositories and Federation to transfer files from one Thingworx server to another (or use something like posting a file or the file upload widget)

With that you can then do a rest call to do the import of those files

1-Visitor
November 30, 2017

Thanks for your prompt response!!. Appreciate if you share any reference on the same or I'll dig it more.