blob: fb9aa3afe0b67c169f12df53faf9ac03bc9cfa6a [file] [log] [blame]
#summary Steps to get started using Adaptors.
= Introduction =
The code is currently beta quality, but very usable for public-only repositories. Security sensitive repositories are feasible, but currently have some restrictions.
= Getting the Code and Additional Documenation =
You will need a JDK 1.6u27 or higher, Ant, and Git to begin making use of the code. There has yet to be a release, so you will need to grab the source code using Git.
{{{
git clone https://code.google.com/p/plexi/
}}}
The !JavaDoc-based documentation has the few additional steps to get running. Run "ant javadoc" in the plexi directory and open "build/javadoc/index.html" in your browser.
Using JRE or JDK 1.6u27 or higher is very important, because there is a [http://bugs.sun.com/view_bug.do?bug_id=6946825 bad memory leak] in 1.6u16 and prior.