We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Would be a time saver for those of us who would have to figure out how to follow the screencast without the required tools already in our back pocket.
The text was updated successfully, but these errors were encountered:
I think you can download fitnesse and launch it using the following command
cd
fitnesse-standalone.jar
java -jar <fitnesse-standalone.jar> -p <8080>
where <fitnesse-standalone.jar> is the jar file name you downloaded from Fitnesse site <8080> is port number
<fitnesse-standalone.jar>
<8080>
Example java -jar fitnesse-standalone.jar -p 8080
java -jar fitnesse-standalone.jar -p 8080
Also you can watch this video by Uncle Bob himself about Fitnesse
Sorry, something went wrong.
No branches or pull requests
Would be a time saver for those of us who would have to figure out how to follow the screencast without the required tools already in our back pocket.
The text was updated successfully, but these errors were encountered: