1. Copy the Device ID of the device you want to connect. 

2. Enter the following script to install git (file coordination program).

sudo apt install -y git

3. In /home directory of your device run the following code on terminal: Run the installation script.

git clone https://github.com/choochtech/chooch_ai_on_prem_install.git && 

cd chooch_ai_on_prem_install && 

./install.sh

4. This installation time may take approximately 60 minutes or more, based on your network upload speed.

5. The user will be prompted for the Device ID >  enter the Device ID of the Device you created.

6. The installation will pull the latest docker and create a chooch_predict_on_prem.service as a systemctl service.

7. You can access your Chooch Edge Control Panel on the device after installation, from http://localhost:8000

new_device_5.png