Getting Started

Get ContentWing up and running in minutes with our quick setup guide. This guide will walk you through the complete installation process.

Prerequisites

Before starting, make sure you have the following requirements met:

Docker & Docker Compose

Required for running all services

required

4GB+ RAM

Recommended for Ollama AI service

recommended

Open Ports

3000, 5001, 5002, 5003, 11434

required

Server Access

Admin access to your server

required

New Server Setup Required

If this is a brand new server, complete the server setup first using our platform-specific guides.

Quick Setup Steps

Follow these steps to get ContentWing running on your system:

1

Prepare Your Server

Set up your host operating system with required dependencies

2

Clone Repository

Get the ContentWing source code on your server

git clone https://github.com/seawingai/contentwing.app.git
3

Start Services

Launch all ContentWing services with Docker Compose

cd server/setup/docker
docker-compose up -d --build

TL;DR - One Command Setup

If you have all prerequisites ready, you can start ContentWing with this single command:

cd server/setup/docker && docker-compose up -d --build

To stop all services: docker-compose down

Next Steps

Once ContentWing is running, continue with these guides:

Need Help?

If you run into issues during setup, check our troubleshooting guides or contact support.