Skip to content

tsrdev/rinf

Repository files navigation

Interactive C.V. / Resumme Generator

Usage:

Starting the Api Service:

  • 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

Stopping the Api Service:

-- clustered mode

slc clusterctl stop --path /tmp/rinfApp.sock

-- single mode:

ctrl+c / command+c

Notes:

To be used on secure networks only, or in a sandboxed(secure) environment

Credits:

Authors:
  - Alex Pica
  - Teodor Eugen Dutulescu

Releases

No releases published

Packages

No packages published