2.1. Prerequisites of installation¶
Before install the AIT development environment, please confirm that your environment have met a conditions below.
2.1.1. Required Software¶
Docker 19.03
For Windows:
Docker Desktop 2.3.0.3 or later
Google Chrome
For macOS:
Docker Desktop 4.20.1 or later
2.1.2. Operability confirmed environment¶
Windows
‘Windows 10 Pro’ Build Version ‘1909’
macOS
macOS Ventura 13.2.1
Tip
For macOS machine, sh files require permission to execute. If you are unable to execute it, use the following command to grant execution permission to the sh file as necessary.
chmod +x script.sh
Linux
Ubuntu 20.04 LTS.
Tip
Most of the development process are executed on the container environment. But launcher script for these containers are written as Windows batch file. So you might be able to develop AIT on other environment by re-writing them as shell scripts.
In this guide, we introduce a development procedure with Docker Desktop.