Skip to content

Commit 4e00ede

Browse files
committed
docs: Update README and fix issues
1 parent a5c11a0 commit 4e00ede

1 file changed

Lines changed: 1 addition & 9 deletions

File tree

README.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
## Steps for setup:
66

7-
1. Install [nvm](https://github.com/nvm-sh/nvm) and install Node v22.17.0 LTS using `nvm install v24.14.1`. If you're using a different Node version manager, do the equivalent.
7+
1. Install [nvm](https://github.com/nvm-sh/nvm) and install Node v24.14.0 LTS using `nvm install v24.14.1`. If you're using a different Node version manager, do the equivalent.
88
2. Activate Node v24.14.1 using `nvm use v24.14.1`.
99
3. Install pnpm, using `npm i -g pnpm`.
1010
4. Install the packages in this repo by running `pnpm i -r` in the root of this repository.
@@ -183,11 +183,3 @@ If something goes wrong, and you need to overwrite the course data for a semeste
183183
**NOTE:** This same `db` container is used in `dev` and `prod`
184184

185185
**NOTE:** This same `ingestion` container is the container that runs the ingestion script.
186-
187-
## Search service
188-
189-
For course & timetable search, we'll be using https://github.com/crux-bphc/search-service/. Both the Docker Compose configurations are set to run on the same network (named `chrono_net`).
190-
191-
Make sure to set the `CHRONO_PORT` environment variable in the search service to an unused port (such as 4713). Then, set the `SEARCH_SERVICE_URL` environment variable here to `http://chrono:XXXX`, replacing `XXXX` with the previously set port.
192-
193-
Before adding any timetables to the search service, you'll need to add the relevant courses to the search service indexes. A sample way to do this is using https://github.com/crux-bphc/search-service/blob/master/chrono/utils.py.

0 commit comments

Comments
 (0)