Menu

Tree [r4] /
 History

HTTPS access


File Date Author Commit
 app 2010-08-16 momed [r3]
 conf 2010-08-16 momed [r4]
 lib 2010-08-16 momed [r1]
 logs 2010-08-16 momed [r1]
 public 2010-08-16 momed [r3]
 test 2010-08-16 momed [r1]
 tmp 2010-08-16 momed [r1]
 war 2010-08-16 momed [r1]
 README 2010-08-16 momed [r3]

Read Me

jCDQA: j for Java Community Driven Question and Answer
======================================================

	jCDQA is a Community Driven Question and Answering system for Google App Engine/Java

    
Contact
=======
	
	If you have any questions, problem, advice, suggestion, or bug to report 
    please feel free to contact me
    
	  Email: M.Med <momed =at= users.sourceforge -dot- net>
	Support: http://sourceforge.net/projects/jcdqa/support

    
License
======= 

	jCDQA is released under dual licence MIT and GPL. 

    
Requirements
============

	Java 5 or later.
    Play framework http://www.playframework.org/
    Google App Engine SDK for Java

    
Install
======= 

	1. Install the Play framework: http://www.playframework.org/documentation/1.0.3/guide1
    2. Download the latest jCDQA package and unzip it to: /path/to/playframework/
    3. From the play command line utility: $ play run jCDQA (<- this is the sub directory not the project name)
    4. Follow what the playframework have to say (install gae and siena modules) 
    5. Hope everything is OK ...
    6. Go to http://localhost:9000

    
Deployment
========== 
    To deploy your application to Google’s cloud 
    
    Use the gae:deploy command: $ play gae:deploy --gae /path/to/appengine-java-sdk

    for further information please refer to: http://www.playframework.org/modules/gae-1.0.2/home