Skip to content

ferrumgate/job.task

Repository files navigation

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 [email protected]: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