Win10子系统Ubuntu安装Thingworx8.5--6.安装Thingworx

从创建文件夹开始... ...

创建 ThingworxPlatform 文件夹并作为系统变量:

sudo mkdir /ThingworxPlatform

编辑/etc/profile文件,添加:

export THINGWORX_PLATFORM_SETTINGS=/ThingworxPlatform

创建建 /ThingworxStorage ,/ThingworxBackupStorage文件夹:

sudo mkdir /ThingworxStorage /ThingworxBackupStorage

更新文件夹访问权限:

sudo chown tomcat8.5:tomcat8.5 /ThingworxStorage /ThingworxBackupStorage /ThingworxPlatform

sudo chmod 775 /ThingworxStorage /ThingworxBackupStorage /ThingworxPlatform

将MED-61111-CD-085_SP11_ThingWorx-Platform-Postgres-8-5-11文件夹下的Thingworx.war移至 $CATALINA_HOME/webapps

sudo mv Thingworx.war $CATALINA_HOME/webapps

sudo chown tomcat8.5:tomcat8.5 $CATALINA_HOME/webapps/Thingworx.war

sudo chmod 775 $CATALINA_HOME/webapps/Thingworx.war

将MED-61111-CD-085_SP11_ThingWorx-Platform-Postgres-8-5-11文件夹下的platform-settings.json放到/ThingworxPlatform下:

sudo cp platform-settings.json /ThingworxPlatform/

配置管理员密码:【密码必须14位及以上】

{
    "PlatformSettingsConfig": {
        "AdministratorUserSettings": {
            "InitialPassword": "<changeme>"
        }
    }
}

配置扩展是否可用:【可以都设置为true】

 "ExtensionPackageImportPolicy": {
             "importEnabled": false,
             "allowJarResources": false,
             "allowJavascriptResources": false,
             "allowCSSResources": false,
             "allowJSONResources": false,
             "allowWebAppResources": false,
             "allowEntities": false,
             "allowExtensibleEntities": false
        },

配置许可:【情况1:在线】

"LicensingConnectionSettings":{
"username":"PTC Support site user name",
"password":"PTC Support site password"
}

【情况2:离线】

离线需要登陆技术支持网站,下载可用的license文件。

并将license文件重命名为:license_capability_response.bin,放在/ThingworxPlatform文件夹下。

-------------End-----------

启动Tomcat,浏览器输入http://localhost:8080/Thingworx即可,输入用户名:Administrator,密码:配置在json中的密码。

  • 0
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值