aduong/WormBase
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
WormBase Website Repository =========================== This repository contains the WormBase Web application. Installation ------------ * cd $approot * perl Makefile.PL * make installdeps Running the application ----------------------- To run the app using the built-in Catalyst server: > script/wormbase_server.pl -p 8000 Running the application via Starman ----------------------------------- > starman --port 8000 --workers 10 wormbase.psgi Todd Harris (todd@wormbase.org)