← Revision 2 as of 2011-02-08 23:52:46
Size: 703
Comment:
|
← Revision 3 as of 2011-02-08 23:54:48 →
Size: 689
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 2: | Line 2: |
(Under construction!) | |
Line 5: | Line 4: |
This is a quick guide how to checkout and run Cytoscape 3 application with Maven. | This is a quick guide how to checkout and run the Cytoscape 3.0 GUI application. |
Line 20: | Line 19: |
svn co http://chianti.ucsd.edu/svn/core3/gui-distribution/trunk/ gui-distribution | % svn co http://chianti.ucsd.edu/svn/core3/gui-distribution/trunk/ gui-distribution |
Line 25: | Line 24: |
cd gui-distribution mvn clean install |
% cd gui-distribution % mvn clean install |
Line 32: | Line 31: |
cd distribution/target/cytoscape-${version}-null.dir/cytoscape-${version} cytoscape.sh |
% cd distribution/target/cytoscape-${version}-null.dir/cytoscape-${version} % cytoscape.sh |
Quick Start Guide for Cytoscape 3 Developers
Introduction
This is a quick guide how to checkout and run the Cytoscape 3.0 GUI application.
Setup
You need the following tools on your machine.
- JDK 6
- Apache Maven
- Subversion client
Procedure
Checkout code from SVN
First, you need to check out Cytoscape 3 GUI distribution bundle:
% svn co http://chianti.ucsd.edu/svn/core3/gui-distribution/trunk/ gui-distribution
Compile
% cd gui-distribution % mvn clean install
Run Application
% cd distribution/target/cytoscape-${version}-null.dir/cytoscape-${version} % cytoscape.sh