neojato / boomerang-gae

GDG Boomerang template for Google App Engine (Python)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Boomerang ported for App Engine (Python)

This is forked from the GDG-X boomerang project. GDG boilerplate, feeds from DevSite and Google+ using AngularJS and Twitter Bootstrap.

This verson was designed to be used with the Codenvy IDE. This was for a simple push -> deploy to GAE from even a Chromebook.

View GDG Kansas City's site to see a working version of this application.

Steps to setup for your own GDG website:

  1. Fork this project into your own repository
  2. Open the Codenvy IDE and log in
  • Create a new Python project and select App Engine as your PaaS
  • Create an App Engine project
  • Clone the repository
  1. Open 'app.yaml' and add the name of the GAE project you just created
  2. Open 'index.html'
  • Edit the "title" tag with your GDG name
  • Edit the "meta" tags with your GDG name and URL
  • Edit the Google Analytics tracking script with your tracking code
  1. Open 'sitemap.xml' and edit with your GDG URL
  2. Open 'js/config.js' and fill out the top section with your GDG info

Add your sponsors:

  1. Open 'js/config.js'
  • Add a new section for each sponser
  • Make sure to incriment the IDs
  • Include the sponsor name, URL, image

About

GDG Boomerang template for Google App Engine (Python)


Languages

Language:JavaScript 49.6%Language:HTML 34.9%Language:CSS 15.5%