Skip to content

vincentdesmares/node-jobs-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Conventional Commits Build Status

node-jobs

Jobs scheduler, manager and frontend tool

What does it do?

It allows you to setup execution pipelines and run them.

Table of Contents

Install

apt-get install git curl

node & npm & yarn

curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.2/install.sh | bash
nvm install 8
nvm use 8

Get the project

git clone git@github.com:vincentdesmares/node-procgen-editor.git
cd node-procgen-editor
yarn
yarn start

Starting

yarn start-all

A page should open in your browser at localhost:3000, then you can open:

http://localhost:8080/graphiql

To be able to discover the project schema.

Be able to run bin files from the local node_modules folder

Generating a new test

vim ~/.bashrc
#Add at the end of the file:
alias npm-exec='PATH=$(npm bin):$PATH'
npm-exec
:wq #Then save and quit
source ~/.bashrc

TODO list

  • Add pipelines instead of scenes
  • Make batches work (with status "stashed")
  • Delete old jobs when re-assigning them to a scene scenario.
  • plop

Project References

Create React App

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published