Run Locally
-
Install and then initialize the Google Cloud SDK.
-
Install dependencies in the project's lib directory.
pip install -r requirements.txt -t lib
- Run tests
cd tests
python runner.py ~/google-cloud-sdk
- Start development server
./start.sh
Then browse http://localhost:8080
.
- Deploy to GAE
gcloud app deploy app.yaml --project flask-gae-sessions --verbosity=info
Screenshot
Documentation
cd docs
make html
git subtree push --prefix docs/build/html origin gh-pages