Skip to content

SystemInstallation

Rik edited this page Oct 11, 2018 · 8 revisions

General TRIPS System Installation Notes

See also notes for some specific TRIPS systems:

See also instructions for installing TRIPS using in a virtual machine using the following command:

git clone http://github.com/mrmechko/vagrant-trips && cd vagrant-trips && vagrant up

TRIPS STEP System Vagrant Machine

Download Source

We have many different TRIPS systems that include the parser with different settings and other modules. Some of them are:

  • step
  • cogent
  • drum
  • bob
  • cabot
  • musica
  • cwms

Herein $TRIPS_SYSTEM is used to refer to the specific system you are installing, and $TRIPS_BASE is the directory you are installing it in.

github

git clone https://github.com/wdebeaum/$TRIPS_SYSTEM.git

CVS

You can only do this if you have an account on our CVS server. $USER is the username for that account.

cvs -d $USER@trips.cs.rochester.edu:/p/cvs/trips checkout -P $TRIPS_SYSTEM

Install Prerequisites

Which prerequisites you need depends on the specific system you want to install.

Build

cd $TRIPS_BASE/src/
./configure [options]
make
make install

Run

$TRIPS_BASE/bin/trips-$TRIPS_SYSTEM [options]

Clone this wiki locally