QuickStart

Run kisekifs in a light-weight virtual machine.

1. Install lima

https://github.com/lima-vm/lima

2. Start a ubuntu virtual machine

  1. create a virtual machine
limactl start \
  --name=kiseki \
  --cpus=2 \
  --memory=8 \
  template://ubuntu-lts
  1. go into the virtual machine
limactl shell kiseki
  1. Install git and download repo
sudo apt-get update -y && sudo apt-get install git

git clone https://github.com/crrow/kisekifs && cd kisekifs
  1. Prepare environments
# Set proxy: export HTTP_PROXY=http://192.168.5.2:7890,HTTPS_PROXY=http://192.168.5.2:7890
sudo bash ./hack/ubuntu/dep.sh

echo 'export PATH=$HOME/.cargo/bin/:$PATH' >> $HOME/.bashrc
  1. Build kisekifs
just build
  1. Run
# command [just mount] will mount kisekifs on /tmp/kiseki
just minio && just mount