Micro Environments / Orchestrated Workers
In order to run meow! You need to first install firecracker. Run the following command:
./scripts/install_firecracker.shRun the following command:
mkdir -p temp/vm/kernel
curl -fsSL -o temp/vm/kernel/4.14-vmlinux.bin https://s3.amazonaws.com/spec.ccfc.min/img/hello/kernel/hello-vmlinux.binEnvironments examples are placed inside the environments folder
You can easily build an environment by running the following command:
./scripts/build.sh "<Environment>"./scripts/build.sh denoYou can now use the vm_config.json file to run your first worker
In order to setup a network you need to run the following command:
./scripts/setup_network.sh./scripts/run_firecracker_from_file.sh