Deploy Intel® Smart Edge Open Developer Experience Kit without Edge Software Provisioner (ESP) in an Air-Gapped Environment

ID Date Version Classification
765883 02/03/2023 1.0 Public

Setup Air-Gap Server

cd ~/iotg/pwek-aio-offline-installer
(cd ansible_playbook/ubuntu/ && ./run.sh stage3)
sed -i -e '/^\s*image:.*$/a \    restart: always' docker-compose.yml
docker-compose up -d

# wait for a moment
sleep 10

# setup SSH access with authorized key for git
# the password is: intel,123
ssh-copy-id git@github.com

Check result:

# status should be all UP
docker-compose ps

# should be successful
apt-get clean all
apt update