Skip to content

Getting Started

Kent Wills edited this page Feb 20, 2017 · 12 revisions

Google App Engine Setup

  1. Head over to SDK Download
  2. Complete the optional steps 4
  3. For step 6 run gcloud components install app-engine-python
  4. git clone [email protected]:Yelp/beans.git
  5. Navigate to yelp-beans source
  6. make development
  7. source venv/bin/activate
  • Using fish? . venv/bin/activate.fish
  1. make test
  2. make serve

SendGrid Setup

  1. SendGrid