This commit is contained in:
Luk Lu
2022-04-11 16:10:53 +08:00
parent fca2b75992
commit 7def32e1ef
2 changed files with 22 additions and 1 deletions

17
cello-install.sh Normal file
View File

@@ -0,0 +1,17 @@
echo Docker and Docker-Compose should be installed in prior.
git clone https://github.com/hyperledger/cello
cd cello
make api-engine
make docker-rest-agent
make dashboard
make start
docker container ls
echo Open http://localhost:8081