Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

    • # MAIL PROPERTIES
      • CFG.MAIL.HOST =smtp.gmail.com (smtp adress or IP number)
      • CFG.MAIL.PORT =465 (smtp port)
      • CFG.MAIL.USER =agrovoc@gmail.com (user for login )
      • CFG.MAIL.PASSWORD =xxxxx (user password)
      • CFG.MAIL.FROM =aims@fao.org (from email address)
      • CFG.MAIL.FROM_ALIAS =VocBench Admin
      • CFG.MAIL.ADMIN =agrovoc@gmail.com (admin email address for approval)
      • CFG.MODELCLASS: set value as below to use Semantic Turkey:           
        org.fao.aoscs.model.semanticturkey.STManager
      • CFG.MANDATORY.DEFINITION.NAMESPACES = Add namespaces which requires mandatory definition's source and link (For multiple namespaces use semicolon ";" as a separator)
      • CFG.CODETYPE: set CODETYPE to “http://aims.fao.org/aos/agrovoc/AgrovocCode” if you want to set Agrovoc Code. Set it to empty if you are not installing VocBench for managing Agrovoc
      • CFG.CUSTOMDATATYPE: Add custom data types can be added via this parameter. To add multiple data types use semicolon ";" as a separator. For Agrovoc, add http://aims.fao.org/aos/agrovoc/AgrovocCode

Behind the Scenes Configuration

The above information is related to operations which can be performed at the lower levels of the VB technology stack, by directly invoking Semantic Turkey Services, or by writing on the DB. These operations should thus be normally not necessary, though in some cases, understanding what's happening behind the scenes may help..

Configuring the Administration DB for a new project        

...