Difference between revisions of "Installing EventStore"

From GlueXWiki
Jump to: navigation, search
(Created page with "__TOC__ ==ES Tools Installation== check out from <syntaxhighlight> svn ls https://halldsvn.jlab.org/repos/trunk/home/sdobbs/EventStore/ </syntaxhighlight> * make sure BMS_OSN...")
 
(ES Tools Installation)
Line 10: Line 10:
 
* make sure BMS_OSNAME is set
 
* make sure BMS_OSNAME is set
 
* edit setup.[c]sh to set EVENTSTORE_BASE
 
* edit setup.[c]sh to set EVENTSTORE_BASE
 
+
* setup python27
 
+
* run install_external_packages.csh - downloads files from web
  
 
==Dependencies==
 
==Dependencies==

Revision as of 18:10, 27 January 2015

ES Tools Installation

check out from

svn ls https://halldsvn.jlab.org/repos/trunk/home/sdobbs/EventStore/
  • make sure BMS_OSNAME is set
  • edit setup.[c]sh to set EVENTSTORE_BASE
  • setup python27
  • run install_external_packages.csh - downloads files from web

Dependencies

  • MySQL/SQLite
  • epydoc
  • fpconst (?)
  • pysqlite - need to port to built-in sqlite bindings (sqlite3)
  • MySQL-python (MySQLdb)
  • SOAPpy - subdeps: setuptools, wstools

For Metadata DB:

  • CherryPy
  • SQLAlchemy
  • elementtree/cElementTree