Skip to content

Latest commit

 

History

History
62 lines (40 loc) · 1.24 KB

File metadata and controls

62 lines (40 loc) · 1.24 KB

Sparrow App Installation Guide

This guide provides minimal instructions to self host the Sparrow app.


Prerequisites


Ports Used

  • 1422 → Sparrow Web (UI)
  • 5173 → Sparrow Admin Server
  • 9000 → Sparrow API Server
  • 1421 → Sparrow Auth Server
  • 3000 → Sparrow Proxy Server
  • 27017 → MongoDB

Make sure these ports are free.


Installation Steps

1. Clone the Repository

git clone https://github.com/sparrowapp-dev/sparrow-app
cd sparrow-app

2. One-Click Deployment

yarn docker:up

This command starts all required services (Web, Admin, API, Auth, Proxy, MongoDB).

Access Sparrow UI at: http://localhost:1422


Stopping the Services

yarn docker:down

Troubleshooting

  • Check .env.docker-setup for environment variable configuration. Refer the Environment Variable Guide to understand more.
  • If ports are already in use, modify the docker-compose.yml accordingly.
  • For issues, open a ticket here: GitHub Issues