Local Demo
Try Fusionaly locally with one command
Run a full Fusionaly stack on your machine in seconds. Perfect for exploring the dashboard, testing events, and seeing data flow.
Quick Start
Section titled “Quick Start”curl -fsSL https://raw.githubusercontent.com/karloscodes/fusionaly-oss/main/demo/setup.sh | bash- Demo site:
http://localhost:8080 - Dashboard:
http://localhost:8080/admin - Port:
8080only
Requirements
Section titled “Requirements”- Docker Desktop (or compatible Docker engine) running
- macOS, Linux, or Windows with Bash
What You Get
Section titled “What You Get”- Fusionaly at
localhost:8080 - Interactive demo page with sample events
- Test environment with automatic demo license
Manual Setup
Section titled “Manual Setup”# Clone the repogit clone https://github.com/karloscodes/fusionaly-oss.gitcd fusionaly-oss/demo
# Start./setup.sh
# Or just use docker composedocker compose up -dTroubleshooting
Section titled “Troubleshooting”- Port in use: ensure nothing else listens on
8080 - First run: images may take a minute to start
- Browser cache: hard refresh (Cmd/Ctrl+Shift+R) if styles look odd