Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions DOCKER_QUICKSTART.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ Get CodeIntel running locally with Docker in 5 minutes.
## Step 1: Clone & Navigate

```bash
git clone https://github.com/DevanshuNEU/v1--codeintel.git
cd v1--codeintel
git clone https://github.com/OpenCodeIntel/opencodeintel.git
cd opencodeintel
```

## Step 2: Configure Environment
Expand Down Expand Up @@ -192,5 +192,5 @@ Full deployment guide: `DEPLOYMENT.md`

**Need help?**
- 📖 Check `DOCKER_TROUBLESHOOTING.md`
- 🐛 Open an issue: https://github.com/DevanshuNEU/v1--codeintel/issues
- 🐛 Open an issue: https://github.com/OpenCodeIntel/opencodeintel/issues
- 📝 See full docs: `README.md`
2 changes: 1 addition & 1 deletion DOCKER_TROUBLESHOOTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ docker compose exec backend curl http://backend:8000/health

## Still Having Issues?

1. Check GitHub Issues: https://github.com/DevanshuNEU/v1--codeintel/issues
1. Check GitHub Issues: https://github.com/OpenCodeIntel/opencodeintel/issues
2. Run verification script: `./scripts/verify-setup.sh`
3. Check DEPLOYMENT.md for step-by-step instructions
4. Make sure Docker Desktop has enough resources (Settings → Resources)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ Understand team patterns: naming conventions (camelCase vs snake_case), async ad

```bash
# 1. Clone repo
git clone https://github.com/DevanshuNEU/v1--codeintel.git
cd v1--codeintel
git clone https://github.com/OpenCodeIntel/opencodeintel.git
cd opencodeintel

# 2. Configure environment
cp .env.example .env
Expand Down