Sign in
Categories
Your Saved List Become a Channel Partner Sell in AWS Marketplace Amazon Web Services Home Help

Worth more than the headache of setting up your own DIGITS box!

  • By Sabri Sansoy
  • on 06/08/2017

DIGITS folder is located at
/usr/share/digits

I got error messages regarding the port # when i tried to start the server with
sudo ./digits-server

DIGITS is programmed to use port 34448 but the default security group allows access on port 3448.

Either change this port setting in default security group or modify
gunicorn_config.py to the correct port setting

Also i had to use the following command to free up the port .
sudo fuser -k 34448/tcp


There are no comments to display