ci: liveness test (#498)

* ci: liveness test

* rm key

* makefile

* chmod

* update docs
This commit is contained in:
Federico Kunze Küllmer
2021-08-26 15:21:43 +00:00
committed by GitHub
parent 556fca1524
commit b5288399d3
9 changed files with 142 additions and 209 deletions
+2 -3
View File
@@ -6,7 +6,7 @@ order: 2
## Pre-requisite Readings
- [Install Starport](https://docs.starport.network/intro/install.html) {prereq}
- [Install Starport](https://docs.starport.network/#install-starport) {prereq}
- [Install Docker](https://docs.docker.com/engine/installation/) {prereq}
- [Install docker-compose](https://docs.docker.com/compose/install/) {prereq}
@@ -15,7 +15,7 @@ order: 2
Once you have installed `starport`, just run the localnet by using
```bash
starport serve
starport chain serve --reset-once -v -c ./starport.yml
```
## Automated Localnet with Docker
@@ -55,7 +55,6 @@ Creating ethermintdnode1 ... done
Creating ethermintdnode3 ... done
```
### Stop Localnet
Once you are done, execute:
-1
View File
@@ -7,7 +7,6 @@ order: 1
## Pre-requisite Readings
- [Install Binary](./../../quickstart/installation) {prereq}
- [Install Starport](https://docs.starport.network/intro/install.html) {prereq}
## Automated Localnet (script)