My favorites | Sign in
Project Home Wiki Issues Source
READ-ONLY: This project has been archived. For more information see this post.
Search
for
Installation  
How to setup AppY ?
Phase-Implementation, Phase-Support, Installation
Updated Feb 4, 2010 by knightsamar@gmail.com

Introduction

  • Apache and mod-python
  • Install mod-python (www.mod-python.org)

Inside apache's virtual hosts file, add

        #for appy -- added for AppY
        #appy is the dumb-charades-game.
        <Directory "/var/www/appy/engine/">
                AddHandler mod_python .py
                PythonHandler AJAXSensor #no .py extension for this
                PythonDebug On
        </Directory>
  • MySQL database
  • Create a database called 'appy' Import the appy.sql script Create a user 'appy' and password 'dumb_charades_ai' and grant all on appy. from localhost. Install python support for MySQL -- MySQLdb extension.
  • NLTK and nltk_data
  • Download and install nltk. (www.nltk.org) Start nltk.download() and download the wordnet corpora.

Details

Add your content here. Format your content with:

  • Text in bold or italic
  • Headings, paragraphs, and lists
  • Automatic links to other wiki pages

Powered by Google Project Hosting