- Clustered mode:
cd [path-to-directory]/api
slr --cluster 8 --log ./rinfApp.log --pid ./rinfApp.pid --path /tmp/rinfApp.sock --no-profile [--detach]
- Single worker mode
Use only in development mode
cd [path-to-directory]/api
slc run
-- clustered mode
slc clusterctl stop --path /tmp/rinfApp.sock
-- single mode:
ctrl+c / command+c
To be used on secure networks only, or in a sandboxed(secure) environment
Authors:
- Alex Pica
- Teodor Eugen Dutulescu