-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
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
Improve quick start documents for observation framework #62
Comments
@FritzHeiden There seems to be a lot of confusion about running the OF "raw" on the host PC or in WSL or inside Docker and, when run in WSL, whether it's able to talk to the test runner that's running in Docker. |
The motiviation behind runner the OF in the docker container is to reduce dependencies and to making the setup process easier. Is there any part in the current quick start that causes this confusion? Regarding the communication with the test runner, I will improve the quick start to be more specific on how this should work |
@FritzHeiden from out end can you add the following please? "Observation framework can be run with specific mode enabled by passing some optional arguments. |
@FritzHeiden I suggest making it clear that the user needs to build the OF as the first step in Phase 3. It is not clear from the current wording this needs to be done (prior to build-dof.sh). "Following steps should be sufficient to get started with dockerized version, more details at https://github.com/cta-wave/device-observation-framework". |
The OF README describes how to install the OF outside docker so referring people to that is very confusing. |
The updated documentation for phase 3 still wasn't merged. The updated version is now in master, please check again.
I can add this wording to the quick start. Would you consider giving the "Additional Options" section an anchor so I can link it directly? At the moment its just bold text. |
I'm following the new QUICK_START and get an error as shown.
This machine doesn't have the test runner installed on it but that won't be unusual as people will want to run the OF on faster machines or pass a failing test off to a more qualified engineer to analyse. If this is because the test runner isn't installed and there's no way to avoid that then a more friendly error message should be added. |
@jpiesing the error you have raised above is now resolved. |
"Additional Options" section should be linkable directly now. |
Confirmed. |
I've reviewed this issue and all the comments. As far as I can see there's only one trivial change outstanding. The link to the description of the options from the deploy README.md (renamed from QUICK_START.md) takes you to the OF repo. It doesn't take you to the text in the OF README.md that describes the options. @FritzHeiden In the deploy README.md, please change the link "the documentation" to be https://github.com/cta-wave/device-observation-framework/blob/main/README.md#additional-options Then I think this issue can be closed. |
done #72 |
@yanj-github You created this issue. Please can you check if it can now be closed. |
@jpiesing and @FritzHeiden I just noticed the deploy readme contains a section to record the capture.
Can we link to "Obtain recording files" instead of just ppt file please? Obtain recording files contains more useful information for user must follow. And this is better in the future if we add another document for audio capture don't have to change the deploy readme again. No further comments. Thanks |
Done #74. Please check |
Thank you very much @FritzHeiden Looks all good and closing the issue. |
Currently, it is stated to run OF:
./analyse-recording.sh <mp4-filepath>
As far as I am aware we can run OF by passing additional arguments to it.
This will be useful for the user to run OF with additional arguments such as enable debug log set range of detection etc.
Please add to the document accordingly.
We will propose a suitable wording later.
The text was updated successfully, but these errors were encountered: