Go to file
2020-10-14 22:52:03 +03:00
assets inclulde image assets and remove test gps blinker widget 2020-10-14 19:06:23 +03:00
databases supply tidy -xml -iq fountains.xml as fountains.db 2020-09-29 18:45:44 +03:00
src move source code to src and define searchbar popup 2020-10-14 22:52:03 +03:00
.gitignore split project to modules and experiment with mapview flower 2020-09-29 05:10:13 +03:00
build.sh rearrange marker assets 2020-10-14 18:54:37 +03:00
buildozer.spec rearrange marker assets 2020-10-14 18:54:37 +03:00
cleanup.sh fix cleanup script 2020-09-20 18:48:57 +03:00
README.md document db populate 2020-09-29 06:23:03 +03:00
requierments.txt experiment with markers 2020-10-14 07:19:43 +03:00
setup_packages.sh use example sqlite database 2020-09-29 06:18:26 +03:00
setup_venv.sh use Kivy 2.0.0rc3 when we have python 3.8 2020-09-21 03:28:51 +03:00
start.sh move source code to src and define searchbar popup 2020-10-14 22:52:03 +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

  • python3 populatedb.py trees.kml

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

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