Changes between Version 7 and Version 8 of GEC11VMSetup


Ignore:
Timestamp:
07/06/11 19:02:31 (13 years ago)
Author:
smbaker@sb-software.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GEC11VMSetup

    v7 v8  
    7777./nox_core -h
    7878}}}
     79
     80= Installing sface and raven =
     81
     82Dependencies:
     83{{{
     84apt-get install python-qt4 python-lxml m2crypto python-dateutil rpm
     85}}}
     86
     87Sface and Raven packages:
     88{{{
     89echo "deb http://pl-virtual-11.CS.Princeton.EDU/apt lucid main" > /etc/apt/sources.list.d/sfa.list
     90apt-get update
     91apt-get install sfa sfa-client sface ravenlib raven
     92# sface and sfa are installed to site-packages; Ubuntu uses dist-packages
     93echo "/usr/lib/python2.6/site-packages" > /usr/lib/python2.6/dist-packages/site-packages.pth
     94}}}
     95
     96Verify Installation:
     97{{{
     98# should open sface GUI
     99# should include tabs: MainWindow Config Help Raven
     100sface
     101}}}