Skip to content

scotch/aestarter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AEStarter

About

AEStarter ...

Installation

First install the needed libraries before running de development server. Here's how:

  • Access the project directory and call the bootstrap script. We pass the command --distribute because it is preferable to the default setuptools. This will prepare buildout to run:

    python bootstrap.py --distribute

  • Build the project calling bin/buildout. This will download and setup Engine-Starter and all libraries inside the /app directory. It may take a while.

    Note

    If you are on Windows Junction must be installed to create the symbolic links

    bin/buildout

  • Start the development server calling bin/dev_appserver. It will use the application from /app by default:

    bin/dev_appserver

  • Open a browser and test the URLs:

    http://localhost:8080/

About

Starter buildout project for Google App Engine apps

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published