My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for
ExecutingAndDeploying  
Updated Jun 7, 2011 by mmalt...@inphina.com

Installing Play Framework

Download and unzip the Play framework from the following location http://download.playframework.org/releases/play-1.2.1.zip

Add GAE module to the Play Framework execute the following from the Command Line after descending in the unzipped folder

user$ play install gae

Add Objectify module to the Play Framework execute the following from the Command Line after descending in the unzipped folder

user$ play install objectify Checkout the Project using the following URL and execute command Line

user $ svn co https://subversion.assembla.com/svn/punjvendormanagement/ Descend in the trunk directory and execute command line

user $ play run Access the Application at the following link:

http://localhost:9000/Employees/index For Deploying on App Engine execute from trunk at command line

user $ play gae:deploy


Sign in to add a comment
Powered by Google Project Hosting