u
This commit is contained in:
17
cello-install.sh
Normal file
17
cello-install.sh
Normal 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
|
||||
Reference in New Issue
Block a user