Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Qiaolin-Yu authored Jul 2, 2024
1 parent 2cc308b commit 07fbdd1
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,12 @@ tmp_options.compaction_service = std::make_shared<MyTestCompactionService>(
- Run Control Plane and CSA

```shell
cd $build
git clone git@github.com:asu-idi/CaaS-LSM.git
cd CaaS-LSM
mkdir build
cd build
cmake ..
make -j100
./procp_server #run Control Plane server
./csa_server #run CSA server
```
Expand All @@ -46,8 +51,13 @@ cd $build
- Run CSA

```
git clone git@github.com:asu-idi/CaaS-LSM.git
cd CaaS-LSM
git checkout disaggre-rocksdb
cd $build
mkdir build
cd build
cmake ..
make -j100
./csa_server # The name is the same, but the function of CSA is different with that of CaaS-LSM
```

Expand Down

0 comments on commit 07fbdd1

Please sign in to comment.