Installation on MACOS

Extract
Unzip by double clicking the downloaded file
Go to the directory where it was extracted. For example,

$ cd ~/Downloads/autoflow/bin

Developer Mode

Start
Issue the following command

$ ./autoflow console

http://localhost:4000
Stop
API AutoFlow will terminate when the terminal is closed.

Production Mode

Start
Issue following commands to start API AutoFlow

$ ./autoflow start

Open up the browser and go to below URL
http://localhost:4000
Stop
Issue the following command

$ ./autoflow stop