Go to file
2020-09-21 00:40:20 +03:00
.gitignore define cleanup script 2020-09-20 17:54:20 +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 update the readme 2020-09-21 00:40:20 +03:00
requierments.txt modify packages and define build script 2020-09-21 00:37:07 +03:00
setup_packages.sh modify packages and define build script 2020-09-21 00:37:07 +03:00
setup_venv.sh modify packages and define build script 2020-09-21 00:37:07 +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

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