camelAI is your intelligent data analyst that connects to your databases, understands your business, and gives you answers in natural language.
To start the application in production mode:
docker compose -f docker-compose.prod.yml up -dThis will spin up the full stack including:
camelβ the main applicationnginxβ reverse proxypgvectorβ PostgreSQL with vector extensionmemcachedβ for caching
Make sure your .env.docker file is correctly set up with the required environment variables.
Once the services are running, create an initial superuser by running:
docker compose exec camel python manage.py createsuperuserFollow the prompts to set up the superuser credentials.
Once you've created a superuser, you can log in to the camelAI web interface by visiting:
http://localhost:8000
Use the superuser credentials you just created to sign in and start analyzing your data.