Setup Guide
Quick Start
This guide will help you get Airweave up and running locally.
For production deployments on your own infrastructure, reach out to us.
Prerequisites
Before you begin, ensure you have:
- Git installed
- Docker and Docker Compose installed
Installation
1. Clone the Repository
2. Build and Run
The simplest way to get started is using our start script:
This will:
- Build all necessary Docker containers
- Start the PostgreSQL database
- Launch the FastAPI backend
- Start the React frontend
- Initialize a local Weaviate instance
Accessing the Application
Once everything is running, you can access:
- Frontend Dashboard: http://localhost:8080
- API Documentation: http://localhost:8001/docs
- Weaviate Console: http://localhost:8087
Common Issues
Port Conflicts
If you see port conflicts:
- Check if any services are using ports 8080, 8001, or 8087
- Update the ports in
docker-compose.yml
- Restart the application
Database Connection
If the database connection fails:
- Verify PostgreSQL is running
- Check your
.env
configuration - Ensure the database is initialized
Next Steps
Now that Airweave is running:
Support
Need help?
- Join our Discord community
- Check our GitHub Issues
- Follow @airweave_dev for updates