Skip to content

Commit

Permalink
Merge branch 'main' of github.com:startin-blox/decentralized_storage_…
Browse files Browse the repository at this point in the history
…backend into main
  • Loading branch information
Benoit Alessandroni committed Jul 18, 2023
2 parents 1e4b20d + 291571a commit 288bc9f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/django.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ jobs:
python-version: [3.9]

steps:
- name: Start Postgresql service
run: |
sudo systemctl start postgresql.service
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v3
Expand Down
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 288bc9f

Please sign in to comment.