blob: f2bb1972580278d9d0a8ba91090410e3cbbd5ba1 [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, 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.