Skip to content

Commit

Permalink
Update network-one-org.md
Browse files Browse the repository at this point in the history
fixing #84
  • Loading branch information
b00f authored and LeonidLe committed Oct 18, 2019
1 parent 56a8d76 commit f367c68
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/network-one-org.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,18 @@ Clear old crypto-information, docker containers, volums, etc before starting new
Blockchain network related settings like `DOMAIN`, `organization names`, used `ports`, etc. can be set by environment
variables (by default DOMAIN=exampel.com ORG=org1 are used):
```bash
export DOMAIN=example.com
export ORG=org1 DOMAIN=example.com
```

Start docker containers for *orderer* (crypto-materials, certificates and keys will be auto-generated inside the containers):
```bash
export DOMAIN=example.com
docker-compose -f docker-compose-orderer.yaml up -d
```

## Generate and start member organization

Start docker containers for *org1* (crypto-materials, certificates and keys will be auto-generated inside the containers):
```bash
export ORG=org1 DOMAIN=example.com
docker-compose -f docker-compose.yaml -f docker-compose-api-port.yaml up -d
```

Expand Down

0 comments on commit f367c68

Please sign in to comment.