Skip to content

AlbertSuarez/weather-player

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weather Player

Project built in HackJunction 2018

Deployment

Requirements

  • docker-ce (as provided by docker package repos)
  • docker-compose (as provided by PyPI)

Deploy

Note: In the first time, you must create a docker network for this project called weather-player. For doing that, run docker network create weather-player

via docker-compose

docker-compose up -d --build

Development

Requirements

Python 3.5+

Recommendations

Usage of virtualenv is recommended for package library / runtime isolation.

Usage

To run the server, please execute the following from the root directory:

1. Setup virtual environment

python3 -m venv env
source env/bin/activate

2. Install dependencies

pip3 install -r requirements.txt

3. Run Startup server as python module

python3 -m src

4. Install python3-tk

sudo apt-get install python3-tk

5. Open your browser to here:

http://localhost:8081/

License

MIT © Weather Player