For this project you need
- Lua 5.4
- Luarocks 3.*
- Python 3.10
- Poetry
-
Install poetry following the instructions on their website.
-
Install micromamba as explained on their website
-
To install lua and all luarocks package, run from the project root
./scripts/install_conda_packages.sh ./scripts/install_luarocks_packages.sh
From the project root run:
./scripts/install_lua_environment.sh
- Install poetry
- Already installed in Vagrant
- In Github Actions we currently use the following action: https://github.com/abatilo/actions-poetry
From the project root run:
source ./scripts/activate_development_environment.sh
From the project root run:
source ./scripts/run_in_dev_env.sh <command>