Difference between revisions of "Mac OSX(Leopard)"

From WormBaseWiki
Jump to navigationJump to search
Line 24: Line 24:
 
To launch Phenote+ without updating the source code:
 
To launch Phenote+ without updating the source code:
 
  cd to phenote2
 
  cd to phenote2
 +
either
 
  $ ./phenote2 -c worm.cfg
 
  $ ./phenote2 -c worm.cfg
 
+
worm configuration will be opened every time afterwards until a new config is picked, so afterwards, only need to do:
 +
$./phenote2
 
[http://www.wormbase.org/wiki/index.php/Installing_Phenote ''back'']  
 
[http://www.wormbase.org/wiki/index.php/Installing_Phenote ''back'']  
  
 
--[[User:Kyook|kjy]]
 
--[[User:Kyook|kjy]]

Revision as of 21:07, 2 April 2008

Required Software


Phenote is stored in a Subversion (SVN) system (an alternative to the CVS version control system we've been using to maintain the latest Phenotype Ontology). And can be downloaded from the SVN project package page.

Apache Ant is a Java based software building tool and can be downloaded from the the Apache Binary Distributions page.


Download phenote+ source code (called phenote2) from the command line. These instructions are found on the bottom of the Getting and Running the Source Codepage of the Phenote site.

$ svn co https://obo.svn.sourceforge.net/svnroot/obo/phenote2/trunk

To update the Phenote+ source code, which you will need to do every so often:

cd to phenote2
$ svn up
$ ant build-all
$ ./phenote2 -c worm.cfg


To launch Phenote+ without updating the source code:

cd to phenote2

either

$ ./phenote2 -c worm.cfg

worm configuration will be opened every time afterwards until a new config is picked, so afterwards, only need to do:

$./phenote2

back

--kjy