An open API service indexing awesome lists of open source software.

https://github.com/dockpack/oasis-content

Content of Oasis project (FitnesseRoot) to be separate from project itself
https://github.com/dockpack/oasis-content

Last synced: 4 months ago
JSON representation

Content of Oasis project (FitnesseRoot) to be separate from project itself

Awesome Lists containing this project

README

          

# oasis-content
Content of Oasis project (FitnesseRoot) to be separate from project itself

To run Oasis, make sure the fitnesse.jar file is present in the directory and type:

java -jar fitnesse.jar -d . -p 8000 -o -e 0

To run Oasis with the FitnesseRoot outside of the default directory, the -r flag must be specified (inclusive) e.g.

-r ..\oasis-content\FitNesseRoot

if the oasis-content repo has been checked out at the same level as the OASIS-Maven repo