Skip to content
This repository has been archived by the owner on Apr 15, 2020. It is now read-only.

yafraorg-archive/yafra-toroam

Repository files navigation

yafra.org - toroam

Google App Engine Python

Development Environment

  • PyCharm Jetbrains IDE
  • Google App Engine Python SDK
  • Google App Engine account and project

Flexible App Engine

Install the google cloud sdk and cmd line tools: https://cloud.google.com/sdk/

  • Version 2 is based on flexible environment
pip install --upgrade gcloud
pip install virtualenv
virtualenv env
source env/bin/activate
pip install -r requirements.txt
python main.py

Create a service account and download the json file and add it to your .gitignore file See also https://developers.google.com/identity/protocols/application-default-credentials#whentouse

Automatic build and run environment

Further information

read more about yafra on:

About

toroam - yafra gps web service based on google app engine using python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published