Skip to content

Commit

Permalink
fix: documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Benoit Alessandroni committed Jul 17, 2023
1 parent fa990d2 commit e18b582
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,14 @@ You can navigate the API using the url `http://myserver.com/docs/` (Swagger base
You can also just build the available Dockerfile and run the server from there using the following commands:

```sh
git submodule init
git submodule update
docker build -t ocean-dbs .
```

Then you copy/paste the content of .env.example into .env (at the root of the project, and validate that everything is fine by running:

```sh
docker compose up
```

Expand All @@ -54,6 +61,6 @@ Thanks to the $OCEAN community for the funding and the $OCEAN core team for the
## License
This project is delivered under an Apache License

## Additional projects
## Associated projects
- DBS Filecoin microservice (https://github.com/oceanprotocol/dbs_filecoin)
- DBS Arweave microservice (https://github.com/oceanprotocol/dbs_arweave)

0 comments on commit e18b582

Please sign in to comment.