Skip to main content
12-Amethyst
October 27, 2017
Solved

How to install UploadThing into Thingworx core docker container?

  • October 27, 2017
  • 6 replies
  • 4266 views

I have installed a Thingworx platform docker and analytics server into a ubuntu os with docker. And I want to use Analytic Builder to create some dataset. So Uploadthing is needed.

I'm new with docker, I don't know how to install uploadthing into my thingworx foundation docker? Is there someone can help? Thanks!

Best answer by cmorfin

Hi

The UploadThing module is not to be installed inside the ThingWorx docker container.

It shoudl be installed on the host machine.

The article https://www.ptc.com/en/support/article?n=CS272495  describes the steps to :

1) identify the ThingWorxStorage folder to give as input to the UploadThing installer (which is to be run on the local host machine not in the docker container)

2) Change some configuration (the user id and permission ) post installation

The article shows the steps when installing on a CentOS machine

I hope that clarifies things.

Kind regards

Christophe

6 replies

5-Regular Member
October 27, 2017

HiZhu Wenxi​,

Is Your ThingWorx core and Analytics Running OK? You can find the Upload thing folder in the Analytics Extension zip Which you have imported in ThingWorx core. From that folder you need to run install.bat with administrator rights after that you will able to upload data in to builder.

Highlighted one is the Upload Thing folder. Unzip this and run the bat file.

Do let me now in case of any question.

Regards,

Mohit Goel​

zhuwenxi12-AmethystAuthor
12-Amethyst
October 27, 2017

My Thingworx foundation is OK, and I have imported 'Thingworx-Analytics-8.0.0-Extension.zip' and works now.

But my Thingworx is running at docker, not windows, so I need to install UploadThing into Thingworx foundation docker image.

I failed to install it. The command I run shown in the captured sceen below.

Snipaste_2017-10-27_14-56-21.png

5-Regular Member
October 31, 2017

Hi Zhu Wenxi​

Could you please check the Below article if this works for you.

https://www.ptc.com/en/support/article?n=CS272495

Do let me know in case of any question.

Regards,

Mohit Goel​

zhuwenxi12-AmethystAuthor
12-Amethyst
November 1, 2017

After installing UploadThing on the host, and make some configuration according the article. It works now.

Thanks for your help.