Skip to content

Instantly share code, notes, and snippets.

@cirocosta
Created January 12, 2014 19:46
Show Gist options
  • Save cirocosta/8389467 to your computer and use it in GitHub Desktop.
Save cirocosta/8389467 to your computer and use it in GitHub Desktop.
Really short description on how to run a Gae w/ Python locally

Steps for running Gae Apps locally

Linux

  1. Download here the latest version of the Python version of GAE.
  2. Unzip everything on a folder.
  3. Create a MY_APPS directory at the root of the unzipped.
  4. git clone a repo on MY_APPS
  5. back to the root of the unzipped: ./dev_appserver MY_APPS/root_of_the_clone

Now it is running! On localhost:8000 you have a dashboard and other stuff to control the application and on localhost:8080 the app running.

ps.: * click here for more on GAE w/ Python

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment