Go to file
2020-09-21 03:28:51 +03:00
.gitignore add bin dir to gitignore 2020-09-21 02:58:07 +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
main.py define example app and buildozer spec 2020-09-20 17:51:02 +03:00
README.md use Kivy 2.0.0rc3 when we have python 3.8 2020-09-21 03:28:51 +03:00
requierments.txt modify packages and define build script 2020-09-21 00:37:07 +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

./build.sh - run buildozer inside the virtual env to build and deploy ./cleanup.sh - removes the work dirs from the local repo