Get ContentWing up and running in minutes with our quick setup guide. This guide will walk you through the complete installation process.
Before starting, make sure you have the following requirements met:
Required for running all services
requiredRecommended for Ollama AI service
recommended3000, 5001, 5002, 5003, 11434
requiredAdmin access to your server
requiredIf this is a brand new server, complete the server setup first using our platform-specific guides.
Follow these steps to get ContentWing running on your system:
Set up your host operating system with required dependencies
Get the ContentWing source code on your server
git clone https://github.com/seawingai/contentwing.app.gitLaunch all ContentWing services with Docker Compose
cd server/setup/docker
docker-compose up -d --buildCheck that all services are running correctly
If you have all prerequisites ready, you can start ContentWing with this single command:
cd server/setup/docker && docker-compose up -d --buildTo stop all services: docker-compose down
Once ContentWing is running, continue with these guides:
If you run into issues during setup, check our troubleshooting guides or contact support.