Setup guide - AgileDataScienceUB/ADS4 GitHub Wiki

Prerequisites

Before you begin, make sure:

  • you have Docker installed. Get the latest version from https://www.docker.com/: the Community Edition (CE) is ideal for small teams, Docker Enterprise Edition (EE) is designed for enterprise development and IT teams who build, ship, and run business critical applications in production at scale.
  • you have Docker-compose installed. Get the latest version from https://docs.docker.com/compose/install/. Compose is a tool for defining and running multi-container Docker applications.
  • you have an updated web browser (for example the latest version of Google Chrome)

Deployement

You just have to follow these steps:

  • docker-compose up
  • Then get containers ports using: docker ps
  • Open you browser using localhost:<container_port>
  • Enjoy :)