A system to boot multiple computers, supporting rsync-like updates
- Install the required dependencies
yay -S rustup rustup toolchain install stable nightly yay -S upx trunk rustup component add rust-src --toolchain nightly-x86_64-unknown-linux-gnu
- run
./setup.sh
to compile pixie and prepare thestorage
directory. - modify the configuration file at
storage/config.yaml
. - run with root privilegies the server
./pixie-server/target/release/pixie-server
.