Menu

Tree [r404] /
 History

HTTPS access


File Date Author Commit
 build 2017-05-28 deepeshsp [r228] ResearcherCollection flyweight reconstruction
 code 2024-02-24 sreekants [r404] Upgrade to Python 3.x
 config 2017-11-22 sreekants [r382] CRM template update.
 docs 2017-03-07 sreekants [r110] Rename file.
 samples 2020-04-17 sreekants [r394] Transaction DB test case.
 tools 2017-01-12 sreekants [r1] Initial checkin
 AUTHORS 2017-02-11 sreekants [r32] Update to AUTHOS
 BUILDING 2017-01-12 sreekants [r1] Initial checkin
 COPYING 2017-01-12 sreekants [r1] Initial checkin
 ChangeLog 2017-02-05 sreekants [r10] Configuration loader to load all system configu...
 INSTALL 2017-01-12 sreekants [r1] Initial checkin
 LICENSE 2017-01-12 sreekants [r1] Initial checkin
 NEWS 2017-01-12 sreekants [r1] Initial checkin
 PACKAGES 2020-05-24 deepeshsp [r395] PACKAGES
 README 2017-03-16 sreekants [r140] Downloads with throttling.
 THANKS 2017-01-12 sreekants [r1] Initial checkin
 TODO 2017-01-12 sreekants [r1] Initial checkin

Read Me

Before Building the Farmpedia
-----------------------------

You will need to follow the following steps to setup farmpedia:
1. Install all the prerequisite libraries on your development environment.
2. Download and extract the source code into a specific directory and set
   the FARMPEDIA_ROOT environment variable to point to the root folder
   that will be used as a workspace to generate your encyclopedia. Also
   setup FARMPEDIA_CONFIG to point to a directory containing the 
   configuration file farmpedia.ini.
3. Setup python environment variable to point to the farmpedia modules.
   Assuming that your code is extracted to E:\farmpedia, to do this set 
   the path variable(on windows) to something like the following:

     PYTHONPATH=E:\farmpedia\code\utilities;E:\farmpedia\code\components;E:\farmpedia\code\webservices
         
4. Setup a sample configuration file. A sample version is available 
   in config/farmpedia.ini. All applications will look for this file
   in the current path using the PATH environment variable, by default. 
   Optionally, all applications will accept the path of this file as a
   command line argument.
5. Customize the directories or settings in farmpedia.ini for each run.


Documentation
-------------



Building Farmpedia
------------------