No description
assets | ||
databases | ||
src | ||
.gitignore | ||
build.sh | ||
buildozer.spec | ||
cleanup.sh | ||
README.md | ||
requierments.txt | ||
setup_packages.sh | ||
setup_venv.sh | ||
start.sh |
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, forpython 3.8
inubuntu 20.04
where we cannot use the stablekivy 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