/job.task

executes long running tasks in platform

Primary LanguageTypeScriptApache License 2.0Apache-2.0

job.task

system management tasks, like configuring iptables, ip management and routing

getting started

compiling

job.task project use lots of code from rest.portal project. follow below steps, VERSION=$(read package.json and from dependencies section, rest.portal related version)

download, compile and npm link

    git clone git@gitlab.com:ferrumgate/rest.portal.git
    cd rest.portal
    git checkout $VERSION
    npm install && npm run build
    cd build/src
    npm link .
    
    cd job.task
    npm link rest.portal@${VERSION}
    npm run build