0

I am doing a side project of transitioning my companies inhouse accounting app to a flask based web site.

I was just testing today to see if I could deploy onto the local network for everyone to access, and that worked will enough however it was my computers local ip ie something like 192.168.1.212:5000.

Is there a way I can run the flask app off my computer and on my computers local network where they could go to something like ourcompanyapp.com and get the app?

bjk116
  • 531
  • 3
  • 16
  • Possible duplicate: [https://stackoverflow.com/questions/7023052/configure-flask-dev-server-to-be-visible-across-the-network](https://stackoverflow.com/questions/7023052/configure-flask-dev-server-to-be-visible-across-the-network) – marsheth Jun 14 '19 at 19:54
  • That question is how I got it up and running in the first place, now I just want the additional step of making it an actual domain name to type instead of an ipaddress:portaddress. – bjk116 Jun 15 '19 at 14:31
  • So how to deploy your flask app? – marsheth Jun 15 '19 at 17:28
  • Strictly on a local network with a domain name, correct. – bjk116 Jun 16 '19 at 18:03

0 Answers0