Skip to content

Installation Instructions Docker

Amol Sangar edited this page Feb 25, 2022 · 2 revisions

Prerequisites for the application

  • Docker
  • Ports 27017(MongoDB) and 3306(MySQL) are open

Steps

  • Clone git repository
git clone -b p1-developer https://github.com/airavata-courses/Puzzles.git
  • Go to Puzzles directory
cd Puzzles
  • Run application
docker-compose up -d
  • Stop application
docker-compose down
Clone this wiki locally