For Users

Instruction for launching system for users.

  1. Go to releases page and download zip-archive for your platform (release-{platform}). On MacOS download to /Applications folder.

  2. Unzip folder. There are will be launcher run_resident_app.{cmd|sh} , one executive file resident_app{.exe} and configs (jsonc and secrets)

  3. (Optional) If you want to validate executive file, instruction here

  4. Find here an action which you want to run.

  5. Fill launchParams.jsonc for your action (instruction here) and functionParams.jsonc for your action (instruction here).

  6. Fill secrets/secretStorage/decrypted/secretStorage.jsonc for your action (instruction here). If you want to work with encrypted secretStorage, instruction here.

  7. Fill secrets/accounts/decrypted folder with xlsx files. You can use accs.xlsx. The only required column is Account. It is the name of account and must be a number (1,2,3...). Other columns should be filled only if they are needed by your action. If you want to work with encrypted files, instruction here.

  8. a) On Windows click on launcher run_resident_app.cmd or run in console. b) On Linux and MacOS firstly make file executive chmod +x run_resident_app.sh and then run in console ./run_resident_app.sh

Last updated