IOH Quick start #
Introduction #
IOH is a web application to help collect information using various methods for research purpose. This document will help you deploy IOH in the fastest way by using Docker/Docker Compose
Requirements #
Before starting the system, you need to make sure follow conditions are correct:
- Docker and Docker Compose installed
- Port 10000 is available (not used by other program/application)
- Has a copy of the source code, if not get one here
Step 1: Verify environment #
Verify if docker installed and running
docker --version
Verify if Docker Compose is installed and running
docker-compose --version
you SHOULD see version information
Step 2: Starting up #
At this point, you SHOULD have a directory contains all source code
To starting up the system, run following command:
docker-compose up
wait a few seconds, then access http://localhost:10000, you SHOULD able to see the home page