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
- Host: GitHub
- URL: https://github.com/dockpack/oasis-content
- Owner: dockpack
- Created: 2015-07-15T10:36:32.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-07-27T14:00:00.000Z (almost 11 years ago)
- Last Synced: 2025-01-10T10:57:56.234Z (over 1 year ago)
- Language: HTML
- Size: 36.5 MB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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