Skip to content

adrifelt/experience-sampling

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Google Chrome Experience Sampling Platform

This repository houses the AppEngine backend and the Chrome extension for the Chrome Experience Sampling Platform.

Backend: Setup and deployment

  • Make sure you have the Google App Engine Python SDK installed and in your path

  • Install the App Engine GCS Client Libary into the backend

    If you use pip: pip install -t backend/lib GoogleAppEngineCloudStorageClient

    You should end up with a folder named "cloudstorage" under backend/.

  • To run the development server:

    dev_appserver.py backend/

  • To deploy the backend to App Engine:

    appcfg.py update backend/app.yaml

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 86.1%
  • HTML 9.9%
  • Python 2.4%
  • CSS 1.6%