mirror of
https://github.com/oceanprotocol/barge.git
synced 2024-11-22 17:50:13 +01:00
Typo Fix for deployment options (#308)
* Typo Fix for deploying without elasticsearch * removed extra minus
This commit is contained in:
parent
16d655e2a3
commit
90f555a473
@ -100,14 +100,14 @@ export AQUARIUS_VERSION=v2.0.0
|
|||||||
| Option | Description |
|
| Option | Description |
|
||||||
| -------------------------- | ----------------------------------------------------------------------------------------------- |
|
| -------------------------- | ----------------------------------------------------------------------------------------------- |
|
||||||
| `--no-aquarius` | Start up Ocean without the `aquarius` Building Block. |
|
| `--no-aquarius` | Start up Ocean without the `aquarius` Building Block. |
|
||||||
| `--no-elasticseach` | Start up Ocean without the `elasticsearch` Building Block. |
|
| `--no-elasticsearch` | Start up Ocean without the `elasticsearch` Building Block. |
|
||||||
| `--no-provider` | Start up Ocean without the `provider` Building Block. |
|
| `--no-provider` | Start up Ocean without the `provider` Building Block. |
|
||||||
| `--no-ipfs` | Start up Ocean without the `ipfs` Building Block |
|
| `--no-ipfs` | Start up Ocean without the `ipfs` Building Block |
|
||||||
| `--with-provider2` | Runs a 2nd provider, on port 8031. This is required for ocean.js/ocean.py integration tests. 2nd Provider will use the same image and parameters (log_level, ipfs gateway, compute gateway, etc) as provider1, but has a different private key |
|
| `--with-provider2` | Runs a 2nd provider, on port 8031. This is required for ocean.js/ocean.py integration tests. 2nd Provider will use the same image and parameters (log_level, ipfs gateway, compute gateway, etc) as provider1, but has a different private key |
|
||||||
| `--no-dashboard` | Start up Ocean without the `dashboard` Building Block. |
|
| `--no-dashboard` | Start up Ocean without the `dashboard` Building Block. |
|
||||||
| `--with-rbac` | Start up Ocean with RBAC Server |
|
| `--with-rbac` | Start up Ocean with RBAC Server |
|
||||||
| `--with-thegraph` | Start up Ocean with graphnode,postgresql and deploys ocean-subgraph |
|
| `--with-thegraph` | Start up Ocean with graphnode,postgresql and deploys ocean-subgraph |
|
||||||
| `---skip-subgraph-deploy` | Will skip deployment of ocean-subgraphs |
|
| `--skip-subgraph-deploy` | Will skip deployment of ocean-subgraphs |
|
||||||
| `--skip-deploy` | Start up Ocean without deploying the contracts. Useful when ethereum node already has contracts.|
|
| `--skip-deploy` | Start up Ocean without deploying the contracts. Useful when ethereum node already has contracts.|
|
||||||
| `--force-pull` | Force pulling the latest revision of the used Docker images. |
|
| `--force-pull` | Force pulling the latest revision of the used Docker images. |
|
||||||
| `--purge` | Removes the Docker containers, volumes, artifact folder and networks used by the script. |
|
| `--purge` | Removes the Docker containers, volumes, artifact folder and networks used by the script. |
|
||||||
|
Loading…
Reference in New Issue
Block a user