Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How can I deploy this with my own computer and Raspberry Pis in LAN? #7

Open
luc-yang opened this issue Feb 27, 2021 · 0 comments
Open

Comments

@luc-yang
Copy link

luc-yang commented Feb 27, 2021

Hi, I found this repository very occasionally and I am very interested in it.
I have deploy this on a virtual machine to be the master. Some python package version problems have been solved.
Then, I run python master.py. And I got:

luc@VB:~/whereareyou$ python master.py
/home/luc/.local/lib/python2.7/site-packages/flask_cache/jinja2ext.py:33: ExtDeprecationWarning: Importing flask.ext.cache is deprecated, use flask_cache instead.
  from flask.ext.cache import make_template_fragment_key
 * Serving Flask app "app" (lazy loading)
 * Environment: production
   WARNING: Do not use the development server in a production environment.
   Use a production WSGI server instead.
 * Debug mode: off
 * Running on https://0.0.0.0:5000/ (Press CTRL+C to quit)

Then I visited https://0.0.0.0:5000/ and got this.
image

Then I am stuck.

I want to deploy this with my own computer and Raspberry Pis in LAN without Internet. Could you please help me?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant