nua
nua copied to clipboard
Open source PaaS and application marketplace
We need a way to test the whole system. Here are some pointers: - Ducktape: https://ducktape.readthedocs.io = test runner for complex systems. - Prez: https://www.slideshare.net/HostedbyConfluent/ducktape-keeping-system-testing-simple-in-a-distributed-world-with-ian-mcdonald-current-2022 - Also: https://github.com/LinkedInAttic/Zopkio (dead but...
We need to write down the list of commands, subcommands and main options that we need for the system to work. The names use need to be familiar to users...
## General organisation Each app "spec" is a directory with the following files: - nua-config.toml: metadata about the project - Dockerfile (mandatory for M1, optional afterwards) - optional scripts that...
The idea is to first support Dockerfiles but provide build-time scripts that help simplify them. We also need to standardize our approach on a given base image (Ubuntu 22.04 for...