Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Thanks for trying out the fitnesse-intro! -disc-golf/bin convenience shell scripts -disc-golf application code and test code -disc-golf/fitnesse FitNesse executable and tests -README this file You must have Java, Maven2, and Git installed and in your $PATH You may need to install the fitnesse and fitlibrary artifacts manually because they are new and not in the Maven2 central repository yet. There is a script in the bin directory for your convenience. ############################ ### Quick Start Commands ### ############################ mkdir git cd git git clone git://github.com/timander/fitnesse-intro.git cd fitnesse-intro/bin ./mvn_install_fitnesse_jars.sh ./start_fitnesse.sh cd .. mvn clean install ############################ Tim Andersen & Luke Amdor