1 | | = Welcome to BASE 2.0 development site = |
| 1 | [[PageOutline]] |
| 2 | |
| 3 | {{{ |
| 4 | #!html |
| 5 | <div class="wiki-toc" style="clear:right; padding-left: 3em"> |
| 6 | }}} |
| 7 | {{{ |
| 8 | #!html |
| 9 | <div style="margin-left: -1em;font-size: 1.2em; font-weight: bold"> |
| 10 | }}} |
| 11 | Recent Changes |
| 12 | {{{ |
| 13 | #!html |
| 14 | </div> |
| 15 | }}} |
| 16 | [[RecentChanges( ,5)]] |
| 17 | {{{ |
| 18 | #!html |
| 19 | </div> |
| 20 | }}} |
| 21 | |
| 22 | = BASE - '''BioArray''' Software Environment = |
| 23 | |
| 24 | BASE is a comprehensive free web-based database solution for the massive amounts of data generated by microarray analysis. It is released under the [http://www.gnu.org/licenses/gpl.html GNU General Public License]. This site is devoted to the forthcoming version 2.0 release of BASE. The latest stable release of BASE is 1.2.x version is available for download from the [http://base.thep.lu/se BASE 1.2 web site]. |
| 25 | |
| 26 | == Documentation == |
| 27 | |
| 28 | * [wiki:Manual] |
| 29 | * [wiki:Specification] |
| 30 | * [wiki:Developers] |
| 31 | |
| 32 | == Download == |
| 33 | |
| 34 | If you want to live on bleeding edge software, download the latest (maybe unstable) 2.x version through |
| 35 | |
| 36 | `svn checkout http://lev.thep.lu.se/repository/base/trunk/ base` |
| 37 | |
| 38 | There is no stable BASE 2.0, but the latest packaged version is found at [http://base.thep.lu.se/base2/#downloads BASE 2 downloads]. Latest (stable) version 1.2.X can be downloaded through [http://base.thep.lu.se BASE 1.2 web site]. |
| 39 | |
| 40 | == Report a bug == |
7 | | For source code version control we use [http://subversion.tigris.org/ subversion]. Everyone is allowed |
8 | | anonymous checkout the project, but only developers can commit changes to the repository. |
9 | | |
10 | | If you want to live on bleeding edge software, download the latest (maybe unstable) version through |
11 | | |
12 | | svn checkout http://lev.thep.lu.se/repository/base/trunk/ base |
13 | | |
14 | | There is no stable BASE 2.0, but the latest packaged version is found at [http://base.thep.lu.se/base2/#downloads BASE 2 downloads]. |
15 | | |
16 | | == Starting Points == |
17 | | |
18 | | TracGuide is a good place to start. |
19 | | |
20 | | You can use [wiki:TracAdmin trac-admin] to configure |
21 | | [http://trac.edgewall.com/ Trac] to better fit your project, especially in |
22 | | regard to ''components'', ''versions'' and ''milestones''. |
23 | | |
24 | | * TracGuide -- Built-in Documentation |
25 | | * [http://projects.edgewall.com/trac/ The Trac project] -- Trac Open Source Project |
26 | | * [http://projects.edgewall.com/trac/wiki/TracFaq Trac FAQ] -- Frequently Asked Questions |
27 | | * TracSupport -- Trac Support |
28 | | |