globalforest/README.md

13 lines
447 B
Markdown
Raw Normal View History

2020-09-20 10:18:41 -04:00
# GlobalForest
A map-based social gardening
2020-09-20 20:32:23 -04:00
- `./setup_packages.sh` - install ubuntu system package requierments
2020-10-18 13:53:02 -04:00
- `./setup_venv.sh` - prepares the virtual environment using kivy 2.0.0rc3 with python 3.8 (ubuntu 20.04)
2020-09-20 17:40:20 -04:00
2020-09-28 23:23:03 -04:00
- `python3 populatedb.py trees.kml`
2020-10-14 15:57:44 -04:00
- `./start.sh` - run the virtual environment locally
2020-09-20 20:32:23 -04:00
- `./build.sh` - run buildozer inside the virtual env to build and deploy
- `./cleanup.sh` - removes the work dirs from the local repo