8000 GitHub - swathi23/statesman: Generic Workflow Service
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

swathi23/statesman

 
 

Repository files navigation

Statesman

Statesman is a Generic Workflow Service.

Local setup

git clone <statesman>
cd statesman
CODE=$(pwd)
mvn clean package 
cd statesman-server/

Change the line on Dockerfile (in the path $CODE/statesman-server/Dockerfile):

ADD config/docker.yml docker.yml

To the following for local:

ADD config/local.yml docker.yml

docker-compose build
docker-compose up 

Incase you have ports conflicting (8080, 8081, 8082, 8083 will be used by this app), ports are mentioned in the following files:

$CODE/statesman-server/Dockerfile 
$CODE/statesman-server/config/local.yml
$CODE/statesman-server/docker-compose.yml

About

Generic Workflow Service

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 81.6%
  • Python 18.1%
  • Other 0.3%
0