Demo: Metadata Server

Please follow the following instruction to run the demo and be familiar with PLASMA.

Required softwares

Please intall the following required softwares:

  1. git
  2. docker

Run demo

Download source codes

git clone https://github.com/aeonproject/plasma.git

Pull image and run container

docker pull samplise/aeon:1.0
docker run --rm -it -v /path-to-plasma-src/src/mace-peca:/plasma -w /plasma samplise/aeon:1.0 bash

Compiler Metadata Server in Container

mkdir builds
cd builds
cmake ..
make mace
make contextrun