You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 2, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+7-5Lines changed: 7 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -26,9 +26,11 @@ The service is split to 4 modules and developed individually, then containerized
26
26
27
27
## Configuration
28
28
29
-
1. Pull this repo with command `git clone --recurse-submodules`.
30
-
2. Check if you need a third-party source for pip or npm in `Dockerfile`. Note that `frontend/Dockerfile` uses a HTTP proxy server by default, remember to configurate it for your environment.
31
-
3. Set the port you want in `ports` field of frontend in `docker-compose.yml`.
32
-
4. Run `docker-compose up -d`, wait for building image & creating containers. If you need a development environment, use `docker-compose-debug.yml` instead.
33
-
5. Test it with your browser.
29
+
1. Install `git` and `git-lfs`.
30
+
2. Pull this repo with command `git clone --recurse-submodules`.
31
+
3. In `./classifier` folder, run `git lfs pull`.
32
+
4. Check if you need a third-party source for pip or npm in `Dockerfile`. Note that `frontend/Dockerfile` uses a HTTP proxy server by default, remember to configurate it for your environment.
33
+
5. Set the port you want in `ports` field of frontend in `docker-compose.yml`.
34
+
6. Run `docker-compose up -d`, wait for building image & creating containers. If you need a development environment, use `docker-compose-debug.yml` instead.
0 commit comments