furt/scripts
michael 9b19b6a95b fix(scripts): resolve lua51 detection failure and remove obsolete environment system
- Fix variable inconsistency: LUA_CMD -> LUA_COMMAND throughout script
- Remove obsolete .env/environment loading - furt reads furt.conf directly
- Add config check for furt.conf (system or project location)
- Implement robust lua51 detection with fallback to lua5.1
- Support all target distributions: Arch, OpenBSD, Debian, FreeBSD
- Add clear installation instructions for missing dependencies
- Allow custom lua path via LUA_COMMAND variable override

This resolves the lua51 detection regression and simplifies the boot process
by eliminating dual config systems (environment vs furt.conf).

Fixes DAW/furt#91
2025-08-29 22:01:38 +02:00
..
cleanup_debug.sh refactor: clean repository structure for v0.1.0 open source release 2025-08-14 09:36:55 +02:00
manual_mail_test.sh refactor: clean repository structure for v0.1.0 open source release 2025-08-14 09:36:55 +02:00
production_test_sequence.sh refactor: clean repository structure for v0.1.0 open source release 2025-08-14 09:36:55 +02:00
setup_env.sh refactor: clean repository structure for v0.1.0 open source release 2025-08-14 09:36:55 +02:00
start.sh fix(scripts): resolve lua51 detection failure and remove obsolete environment system 2025-08-29 22:01:38 +02:00
stress_test.sh refactor: clean repository structure for v0.1.0 open source release 2025-08-14 09:36:55 +02:00
test_auth.sh refactor: clean repository structure for v0.1.0 open source release 2025-08-14 09:36:55 +02:00
test_curl.sh refactor: clean repository structure for v0.1.0 open source release 2025-08-14 09:36:55 +02:00
test_modular.sh refactor: clean repository structure for v0.1.0 open source release 2025-08-14 09:36:55 +02:00
test_smtp.sh refactor: clean repository structure for v0.1.0 open source release 2025-08-14 09:36:55 +02:00