Skip to content
This repository was archived by the owner on Oct 2, 2022. It is now read-only.

Commit f942c58

Browse files
committed
docs: update configuration
1 parent afa1327 commit f942c58

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,11 @@ The service is split to 4 modules and developed individually, then containerized
2626

2727
## Configuration
2828

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.
35+
7. Test it with your browser.
3436

0 commit comments

Comments
 (0)