1.0.40 • Published 2 years ago

ts3d-hc-conversionservice v1.0.40

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

ts3d-hc-conversionservice

Follow these steps to run:

1) run npm install hc-conversionservice 2) In your application specify:

    const cs = require('ts3d-hc-conversionservice');
    cs.start();

3) Install mongodb or use mongodb atlas 4) Create folder called "hc-conversionservice" in your root directory 5) Add a folder called config in hc-conversionservice 6) Create a file called config.json in hc-conversionservice/config with the following content:

{
    "converterlicense":"",
    "mongodbURI": "mongodb://localhost:27017/conversionservice",
    "port" : "3001",
    "runQueue" : true,
    "runServer" : true,
    "useS3":false,
    "s3bucket":"mybucket"  
}

7) Specify mongodb connection string (default should be ok for local mongodb install). If you are already running mongodb in your app just pass an empty string here and make sure to call cs.start after mongodb is initialized. 8) Specify desired ports 9) If using S3 for permanent storage set useS3 to true and specify awscredentials in "hc-conversionservice/config/awscredentials.json" 10) Specify HC license key 11) Create "hc-conversionservice/converter" directory and copy content from HC package at "\authoring\converter\bin\win64"

1.0.19

2 years ago

1.0.18

2 years ago

1.0.39

2 years ago

1.0.17

2 years ago

1.0.38

2 years ago

1.0.16

2 years ago

1.0.40

2 years ago

1.0.22

2 years ago

1.0.21

2 years ago

1.0.20

2 years ago

1.0.26

2 years ago

1.0.25

2 years ago

1.0.24

2 years ago

1.0.23

2 years ago

1.0.29

2 years ago

1.0.28

2 years ago

1.0.27

2 years ago

1.0.33

2 years ago

1.0.11

2 years ago

1.0.32

2 years ago

1.0.10

2 years ago

1.0.31

2 years ago

1.0.30

2 years ago

1.0.15

2 years ago

1.0.36

2 years ago

1.0.14

2 years ago

1.0.13

2 years ago

1.0.34

2 years ago

1.0.12

2 years ago

1.0.9

2 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago