- Install google app engine sdk here
- Add the following to your shell configuration file:
export PATH=$PATH:/path/to/downloaded/google_appengine
but replace /path/to/downloaded/google_appenine
to the fully qualified path
that you downloaded the app engine sdk to. Be sure to restart your terminal or
type source ~/.bashrc
for these changes to take effect.
- In a terminal window, navigate to your Party-Queue directory and run
dev_appserver.py .
- Open your favorite web browser and navigate to
localhost:8080