Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion services/webapp/app/www/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ Since this approach is less trivial, we describe how to modify the scanner:
## Installing and Running with Docker
1. [Install Docker and the Compose](https://docs.docker.com/compose/install/) plugin, and make sure the host user can access the scanner's USB bus (the compose file shares `/dev/bus/usb` with the container).
2. On your machine, create a directory for EntoScan.
3. In this directory download `docker-compose.yaml` (from [our repository](https://github.com/darsa-group/EntoScan/)).
3. In this directory download `docker-compose.yaml` (from [our repository](https://github.com/darsa-group/EntoScan/blob/6a78853e2a939a71ec5308ca16509a9974cd09b7/docker-compose.yaml))).
3. Create file named `.env` with these two variables:
```
# A to a writable directory on the host machine (your computer).
Expand Down