Skip to content
This repository has been archived by the owner on May 20, 2021. It is now read-only.

dwilkolek/tslink

Repository files navigation

TSlink

CodeFactor CircleCI

installing dependecies

npm install

building release

npm run release

requirements

  • redis
  • mongodb

config.json (should be in the same directory as executable)

{
    "db": {
        "name": "tslink",
        "url": "mongodb: //localhost:27017"
    },
    "forceSlowDownOnMemory": 1000,
    "inMemoryOffsetCaching": true,
    "jobsDirectory": "./jobs",
    "limitJobsPerWorker": 1,
    "redis": {
        "host": "127.0.0.1",
        "port": 6379
    },
    "slaveWorkerCount": 8,
    "tempZipDirectory": "./zips",
    "workspaceDirectory": "./workspace"
}

starting local env

start server

npm start Server is listening at :9090

start ui

  1. cd ui
  2. npm start

running release

  • linux ./tslink
  • windows ./tslink.exe Server is listening at :4200

running from docker-compose

  • Before running it go through npm install && npm run release
  • then: npm run docker-build && npm run docker-run Enjoy :)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published