forked from cerc-io/laconicd-deprecated
ci: liveness test (#498)
* ci: liveness test * rm key * makefile * chmod * update docs
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user