Update Vibe Kanban setup and scripts
- Added new entries to .gitignore for environment files and dynamically generated Docker Compose files. - Updated documentation to reflect the new path for the Vibe Kanban dev server script. - Enhanced task composition scripts to extract TASK_SLOT from TASK_ID, ensuring unique Orleans ports and preventing conflicts. - Removed the old vibe-dev-server script, consolidating functionality into the new structure.
This commit is contained in:
@@ -9,7 +9,7 @@ Vibe Kanban runs the dev server script from a different working directory than e
|
||||
In the Vibe Kanban dev server script field, use the **absolute path** to the wrapper script:
|
||||
|
||||
```bash
|
||||
bash /Users/oda/Desktop/Projects/managing-apps/scripts/vibe-dev-server.sh
|
||||
bash /Users/oda/Desktop/Projects/managing-apps/scripts/vibe-kanban/vibe-dev-server.sh
|
||||
```
|
||||
|
||||
## Alternative: If Relative Path is Required
|
||||
@@ -17,7 +17,7 @@ bash /Users/oda/Desktop/Projects/managing-apps/scripts/vibe-dev-server.sh
|
||||
If Vibe Kanban requires a relative path and you know it runs from `/Users/oda/Desktop`, use:
|
||||
|
||||
```bash
|
||||
bash Projects/managing-apps/scripts/vibe-dev-server.sh
|
||||
bash Projects/managing-apps/scripts/vibe-kanban/vibe-dev-server.sh
|
||||
```
|
||||
|
||||
## What the Wrapper Script Does
|
||||
@@ -36,7 +36,7 @@ You can test the script manually:
|
||||
|
||||
```bash
|
||||
# From any directory
|
||||
bash /Users/oda/Desktop/Projects/managing-apps/scripts/vibe-dev-server.sh TEST-001 0
|
||||
bash /Users/oda/Desktop/Projects/managing-apps/scripts/vibe-kanban/vibe-dev-server.sh TEST-001 0
|
||||
```
|
||||
|
||||
## Debug Output
|
||||
@@ -54,17 +54,17 @@ This helps identify if Vibe Kanban is running from an unexpected directory.
|
||||
|
||||
1. Verify the script exists:
|
||||
```bash
|
||||
ls -la /Users/oda/Desktop/Projects/managing-apps/scripts/vibe-dev-server.sh
|
||||
ls -la /Users/oda/Desktop/Projects/managing-apps/scripts/vibe-kanban/vibe-dev-server.sh
|
||||
```
|
||||
|
||||
2. Check permissions:
|
||||
```bash
|
||||
chmod +x /Users/oda/Desktop/Projects/managing-apps/scripts/vibe-dev-server.sh
|
||||
chmod +x /Users/oda/Desktop/Projects/managing-apps/scripts/vibe-kanban/vibe-dev-server.sh
|
||||
```
|
||||
|
||||
3. Try running it directly:
|
||||
```bash
|
||||
bash /Users/oda/Desktop/Projects/managing-apps/scripts/vibe-dev-server.sh TEST-001
|
||||
bash /Users/oda/Desktop/Projects/managing-apps/scripts/vibe-kanban/vibe-dev-server.sh TEST-001
|
||||
```
|
||||
|
||||
### Error: "Cannot change to project root"
|
||||
@@ -76,7 +76,7 @@ This helps identify if Vibe Kanban is running from an unexpected directory.
|
||||
|
||||
**Dev Server Script Field:**
|
||||
```
|
||||
bash /Users/oda/Desktop/Projects/managing-apps/scripts/vibe-dev-server.sh
|
||||
bash /Users/oda/Desktop/Projects/managing-apps/scripts/vibe-kanban/vibe-dev-server.sh
|
||||
```
|
||||
|
||||
**Health Check URL:**
|
||||
|
||||
Reference in New Issue
Block a user