extensions

DEV CarrotOmics: https://dev.carrotomics.org Registrations

DEV CarrotOmics

DEV CGD: http://dev.citrusgenomedb.org Registrations

DEV CGD

DEV: http://dev.pulsedb.org Registrations

DEV

DEV: http://dev.vaccinium.org Registrations

DEV

DEV: https://dev.vaccinium.org Registrations

DEV

Deveper's Handbook Now Online Announcement

We now have a Tripal Developer's Handbook online. You can find it here: http://gmod.org/wiki/Tripal_Developer%27s_Handbook The handbook provides instructions and examples for customizing template files and using variables for accessing any and all data in the Chado database. A second section is available with instructions for creating custom modules. The handbook highlights best practices for interfacing with Tripal. If you have any questions or comments or notice any missing items please feel free to let us know.

DivSeek Canada Sites Using Tripal
DivSeek Canada Resource: https://staging.divseekcanada.ca Registrations

DivSeek Canada Resource

DivSeek Canada: https://staging.divseekcanada.ca/tripal Registrations

DivSeek Canada

Download Tripal v1.0-fix1 Basic page

Download of Tripal is currently performed via the 'git' utility.  Navigate to where you install modules in your Drupal installation and run the following commands:

git clone http://git.drupal.org/project/tripal.git
cd tripal
git checkout 6.x-1.0-fix1

You can safely ignore any messages about being in a 'detached HEAD' state.

The Tripal theme is now downloaded separate from the Tripal modules, and it is required to properly run Tripal.  To retrieve it, navigate to where you install themes in your Drupal installation and run the following commands:

git clone http://git.drupal.org/sandbox/spficklin/1342972.git tripal_theme
cd tripal_theme
git checkout 6.x-1.0

Also, you can download Tripal Extensions and install each as typical Drupal modules to extend the functionality of your Tripal site.

See the Tripal Tutorial for Installation Instructions.