Skip to content
This repository was archived by the owner on Aug 3, 2025. It is now read-only.

Commit 154c5c8

Browse files
authored
Update README.md
1 parent d1d349c commit 154c5c8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,10 @@ Groot is the next generation web application serving the UIUC Chapter of ACM. It
7777
```
7878
9. Wait for the image to build and startup. If it works, you'll be able to visit `https://0.0.0.0:5000` in a browser and see the deployed site. The Groot API will be available on port 8000.
7979

80+
a. If you see errors it is most likely because you need to create configuration files for each of the services.
81+
For each service with an error, copy and rename the `template` file to the name of the file minus template.
82+
For example `groot-api-gateway/config/config.go.template` should be copied and renamed to `groot-api-gateway/config/config.go`
83+
8084
Useful Notes:
8185

8286
* If you want to just rebuild one service (i.e. for dev work), you can keep the `docker-compose` command running, and run this command in a separate terminal window to rebuild the service you're working on:

0 commit comments

Comments
 (0)