Go to file
2020-09-29 05:10:13 +03:00
assets add additional files to play with 2020-09-25 17:20:37 +03:00
.gitignore split project to modules and experiment with mapview flower 2020-09-29 05:10:13 +03:00
build.sh modify packages and define build script 2020-09-21 00:37:07 +03:00
buildozer.spec modify packages and requierments 2020-09-21 00:22:06 +03:00
cleanup.sh fix cleanup script 2020-09-20 18:48:57 +03:00
forestmapview.kv split project to modules and experiment with mapview flower 2020-09-29 05:10:13 +03:00
forestmapview.py split project to modules and experiment with mapview flower 2020-09-29 05:10:13 +03:00
game.py split project to modules and experiment with mapview flower 2020-09-29 05:10:13 +03:00
gpsblinker.kv split project to modules and experiment with mapview flower 2020-09-29 05:10:13 +03:00
gpsblinker.py split project to modules and experiment with mapview flower 2020-09-29 05:10:13 +03:00
gpshelper.py split project to modules and experiment with mapview flower 2020-09-29 05:10:13 +03:00
main.kv split project to modules and experiment with mapview flower 2020-09-29 05:10:13 +03:00
main.py split project to modules and experiment with mapview flower 2020-09-29 05:10:13 +03:00
music.kv add additional files to play with 2020-09-25 17:20:37 +03:00
music.py add additional files to play with 2020-09-25 17:20:37 +03:00
README.md split project to modules and experiment with mapview flower 2020-09-29 05:10:13 +03:00
requierments.txt modify packages and define build script 2020-09-21 00:37:07 +03:00
settings.kv split project to modules and experiment with mapview flower 2020-09-29 05:10:13 +03:00
settings.py split project to modules and experiment with mapview flower 2020-09-29 05:10:13 +03:00
setup_packages.sh install libssl-dev system package 2020-09-21 02:25:16 +03:00
setup_venv.sh use Kivy 2.0.0rc3 when we have python 3.8 2020-09-21 03:28:51 +03:00

GlobalForest

A map-based social gardening

  • ./setup_packages.sh - install ubuntu system package requierments

  • ./setup_venv.sh - prepares the virtual environemnt and install pip modules in it

  • ./setup_venv.sh pre - same as above, for python 3.8 in ubuntu 20.04 where we cannot use the stable kivy 1.11.1 yet

  • source venv/bin/activate - enter the virtual environment

  • garden install mapview

  • ./build.sh - run buildozer inside the virtual env to build and deploy

  • ./cleanup.sh - removes the work dirs from the local repo