Install
This article describes how to setup FUJI EdgeX Foundry's runtime environment in Windows 10.
Content
- System Requirement 
- Install Docker 
- Install EdgeX 
- Restart EdgeX after Windows reboot 
- EdgeX Foundry Console 
System Requirement
- Windows 10 64bit: Pro, Enterprise (1607 Anniversary Update, Build 14393 or later) 
- Enable Intel Virtualization Technology in BIOS 

- Enable Hyper-V 

- At least 4GB of RAM 
Install Docker
Please download Docker Desktop Community 2.1.0.5 https://download.docker.com/win/stable/40693/Docker%20Desktop%20Installer.exe

Restart the Windows after Docker installed and Docker will auto start

Install EdgeX
- Download FUJI yml file from GitHub and rename it as docker-compose.yml 
- Execute the command docker-compose up -d in Command Prompt to install the EdgeX images on-line 


- Execute the command docker ps to check the containers already running 

Restart EdgeX after Windows reboot
- Execute the command docker-compose up -d in Command Prompt to restart the EdgeX containers after Windows reboot 

EdgeX Foundry Console
- Open URL 127.0.0.1:4000 browser and sign in with Name admin and Password admin 

- Add Gateway with Docker IP 10.0.75.1 and select this Gateway 


- Check the demo device service device-random 
- Click Devices 
- Click Commands 
- Click Send button on GenerateRandomValue_Int8 to retrieve the API result 

Last updated
Was this helpful?
