Skip to content

Commit

Permalink
docs: readme
Browse files Browse the repository at this point in the history
  • Loading branch information
okradze committed Sep 15, 2023
1 parent 6a9d9c7 commit f3f78e1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
14 changes: 10 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,16 +145,22 @@ L3AGI offers a robust set of functionalities that empower you to design, supervi
cd L3AGI
```

3. **Setup Git Hooks**
3. **Create `.env` file from `.env.example` in root directory**

```bash
cp .env.example .env
```

Configure `.env` file with your own values.

4. **Setup Git Hooks**

```bash
chmod +x setup.sh
./setup.sh
```

This will build and start both the React UI and FastAPI services.

4. 🐳 **Run Docker Compose:**
5. 🐳 **Run Docker Compose:**

```bash
docker-compose up --build
Expand Down
2 changes: 1 addition & 1 deletion apps/server/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ DB_PASS=postgres
AZURE_PUBSUB_CONNECTION_STRING=
AZURE_PUBSUB_HUB_NAME=hub

# Configure Zep for chat memory
# Configure Zep for chat memory. Quickstart: https://docs.getzep.com/deployment/quickstart/
ZEP_API_URL=
ZEP_API_KEY=

Expand Down

0 comments on commit f3f78e1

Please sign in to comment.