This commit is contained in:
2025-03-24 19:17:24 +00:00
commit 1936f87b36
3 changed files with 46 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
#!/usr/bin/python3
import sys
sys.path.insert(0, '/usr/share/projects/wsgi_apps/meteoo')
from meteoo import app as application
# to add this Flas, python3 application to apache, you need to install the following
# sudo apt-get install python3-flask
# sudo apt-get install python3-pip
# sudo pip3 install twython
#
# sudo mkdir /var/dashboard2015
# sudo chown www-data /var/dashboard2015
# sudo apt-get install libapache2-mod-wsgi-py3