Skip to content

Outil de récupération de récupération et centralisation de données météorologiques

License

Notifications You must be signed in to change notification settings

Grandasse/previsionnasse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Meteo by Grandasse

How to use

  • Install python requirements : pip install -r requirements.txt.
  • Run the app : flask run -h localhost -p 8080 --debug or python app.py.
  • Access http://localhost:8080/ with your browser.

Running it with apache mod_wsgi

  • install mod_wsgi : apt update && apt install libapache2-mod-wsgi-py3
  • You need to modify some path :
    • in apache/vhost.conf:
      • meteo.domain.tld should be replace by a dedicated subdomain
      • /app/previsionnasse/.venv should be replace by the path of your venv.
      • Each occurence of /app/previsionnasse should be replace by the path of the project.
  • copy the example file apache/vhost.conf into your apache sites folder.
  • restart apache

About

Outil de récupération de récupération et centralisation de données météorologiques

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published