🐳 Docker Compose files for the full Ocean Protocol stack
Go to file
Enrique Ruiz 74794763cb
Merge pull request #18 from oceanprotocol/develop
Update versions
2018-09-07 10:44:23 +02:00
doc/img adding details 2018-08-13 15:12:21 +02:00
parity Update documentation 2018-06-28 16:40:14 +02:00
.gitignore moved main docker-compose to main folder 2018-08-10 14:30:17 +02:00
LICENSE Initial commit 2018-04-26 16:40:15 +01:00
README.md Merge pull request #10 from oceanprotocol/bugfix/disclaimer 2018-08-16 12:24:42 +02:00
docker-compose.yml Update docker-compose version to be sure that is compatible 2018-09-07 10:28:13 +02:00

README.md

banner

docker-images

💧 Ocean Protocol & Docker oceanprotocol.com

Docker compose and tools running the complete Ocean Protocol stack

Table of Contents


Disclaimer

Current implementation is an alpha version, so you can expect running into problems. The current implementation only support assets stored in Microsoft Azure storage.

Get Started

For local development you can use Docker & Docker Compose. To do that you need to have the newest versions available of both:

Docker

The most simple way to get started is with Docker compose:

docker-compose --project-name=ocean up

This will give you a local instance of Ocean Protocol.

After getting everything running, you could open the browser and access the Pleuston Frontend application:

http://localhost:3000

Ocean components

The Ocean Docker compose starts the following components:

  • Pleuston frontend application. Listening on port 3000.
  • Provider backend. Listening on port 5000.
  • Keeper contracts. Listening on port 8545.
  • BigchainDB. Listening on port on port 9984.

Ocean Docker Images

Contributing

We use GitHub as a means for maintaining and tracking issues and source code development.

If you would like to contribute, please fork this repository, do work in a feature branch, and finally open a pull request for maintainers to review your changes.

Ocean Protocol uses C4 Standard process to manage changes in the source code. Find here more details about Ocean C4 OEP.

License

Copyright 2018 Ocean Protocol Foundation

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.