Skip to content

Install the BDI Platform

Arnaud S'Jongers edited this page Jan 8, 2018 · 3 revisions

You can find the BDI platform here.

  1. Clone the repository: git clone https://github.com/big-data-europe/app-bdi-ide.git
  2. Move into the newly created directory: cd app-bdi-ide
  3. Run the install script (which will configure the docker-compose to your environment and modify your hosts file): sudo ./scripts/install.sh
  4. Start the platform: docker-compose up

Your BDI platform should now be reachable here.


Implementing Pilot on BDI Platform

  1. Install the BDI Platform
  2. Prepare your stack
  3. Build your workflow
  4. Start a new pipeline
Clone this wiki locally