Skip to content

Latest commit

 

History

History
executable file
·
40 lines (25 loc) · 1.1 KB

File metadata and controls

executable file
·
40 lines (25 loc) · 1.1 KB

Example for advanced build system in tarantool

This examle writed for LuaStakky project.

GUI for it you can find here.

Import InsomniaAPIRef.json into Insomnia to see API Ref of project and test it.

What can do this project?

  • It can connect to an Redmine instances and create report about workers payment.
  • It use info about hourly payment, stored in tarantool.
  • It automaticaly save reports in tarantool.
  • It save currency for each worker and automaticaly convert it.

For deploy use:

./prod-run.sh up --build

or

./dev-run.sh up --build

for ssl:

  1. Write CERTIFICATE and PRIVATE KEY into Certificates file

  2. Rewrite security section in stakky.yaml like this:

     security:
       allow_http: false
       allow_https: true
       ssl_certificates_file: Certificates
       ssl_session_cache: 10 
    

default user:

email: examlpe@examlpe.com password: toor

for configurate see TarantoolApp\Users\_private\init.lua