For Users
Instruction for launching system for users.
Go to releases page and download zip-archive for your platform (release-{platform}). On MacOS download to
/Applications
folder.Unzip folder. There are will be launcher
run_resident_app.{cmd|sh}
, one executive fileresident_app{.exe}
and configs (jsonc and secrets)(Optional) If you want to validate executive file, instruction here
Find here an action which you want to run.
Fill
launchParams.jsonc
for your action (instruction here) andfunctionParams.jsonc
for your action (instruction here).Fill
secrets/secretStorage/
decrypted
/secretStorage.jsonc
for your action (instruction here). If you want to work with encryptedsecretStorage
, instruction here.Fill
secrets/accounts/decrypted
folder with xlsx files. You can useaccs.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.a) On Windows click on launcher
run_resident_app.cmd
or run in console. b) On Linux and MacOS firstly make file executivechmod +x run_resident_app.sh
and then run in console./run_resident_app.sh
Last updated