Docker Compose
Not recommended for Production
git clone https://github.com/devit-tel/melonade.git
cd melonade
docker-compose upThis may take for a while, I prefer you to grab some juices while waiting
After every services are up, it automatic create sample workflows to play with, open new terminal then run follow commands
Start workers
node ./examples/simple/worker.jsCreate new transaction
node ./examples/simple/admin.jsAnd you must see this in workers terminal
Processing t1
Processing t2
Processing t3Last updated