npm install
npm run release
- redis
- mongodb
{
"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"
}
npm start
Server is listening at :9090
cd ui
npm start
- linux
./tslink
- windows
./tslink.exe
Server is listening at :4200
- Before running it go through
npm install && npm run release
- then:
npm run docker-build && npm run docker-run
Enjoy :)