dimonb / gpswatch

This is telegram bot for child watch like Smart Baby Watch Q50
GNU General Public License v3.0
5 stars 2 forks source link

How to deploy it on your own server, not AWS #1

Open alex-levashev opened 3 years ago

alex-levashev commented 3 years ago

Hey,

I'm really interested in your server and I want to deploy it on my local server, is there any way to do it. There is a lock of info on your github page.

dimonb commented 3 years ago

Yes it possible, but need some programming.

I'm using amazon lambda. Instead you can use any http-server for python.

Besides you should have real ip address with open ports from WAN for telegram bot and for watches connection

Also there are dynamodb used in this project to log any watch signals. This module also should be rewritten to use something like postgre or mysql.

In my estimation it's about 6-8h in total to program this

dimonb commented 3 years ago

there is local DynamoDB: https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/DynamoDBLocal.html