-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Update documentation (Development Environment section) #4082
Update documentation (Development Environment section) #4082
Conversation
@@ -73,25 +80,36 @@ description: 'Installing a development environment for different operating syste | |||
> | |||
> Read this article [Node Sass does not yet support your current environment](https://marketplace.visualstudio.com/items?itemName=msjsdiag.debugger-for-chrome) | |||
|
|||
- Open new terminal (Ctrl + Shift + T), run Visual Studio Code from the virtual environment | |||
- Install [Docker Engine](https://docs.docker.com/engine/install/ubuntu/) and [Docker-Compose](https://docs.docker.com/compose/install/) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Or docker-desktop for Mac & Windows
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ActiveChooN , But below, in Note for windows users, it says to install WSL and then follow all the commands for Ubuntu... So why would we need to install Docker for Windows?
For Mac: Maybe it is better to change the link to this.
- Reload Visual Studio Code from virtual environment | ||
- Select `server: debug` configuration and run it (F5) to run REST server and its workers | ||
- Make sure that ```Uncaught Exceptions``` option under breakpoints section is unchecked | ||
- If you choose to run CVAT in localhost: Select `server: chrome` configuration and run it (F5) to open CVAT in Chrome |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is also ui.js: debug
configuration with npm background task
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is also
ui.js: debug
configuration with npm background task
@ActiveChooN , It does not work for me. Maybe I am trying to do something wrong.
Co-authored-by: Dmitry Kalinin <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@AmitN1212 , thanks for the contribution.
For myelintek/MLSteam/cvat-ai#4082
resolved #4072 #3844
Motivation and context
Make the installation instructions of the development environment much clearer, accurate and understandable
How has this been tested?
Checklist
develop
branchcvat-core, cvat-data and cvat-ui)
License
Feel free to contact the maintainers if that's a concern.