Getting Started with Orbit CMS

Learn how to set up and configure Orbit CMS for your content management needs.

1 min read 109 words
Share:

Introduction

Welcome to Orbit CMS! This guide will help you get started with your new content management system.

Prerequisites

Before you begin, make sure you have:

  • Node.js 20.x or later
  • PostgreSQL 16.x
  • pnpm package manager

Installation

Step 1: Clone the Repository

git clone https://github.com/your-repo/orbit.git
cd orbit

Step 2: Install Dependencies

pnpm install

Step 3: Configure Environment

Copy the example environment file and update with your settings:

cp .env.example .env

Configuration

Update your .env file with your database connection string and other settings.

Next Steps

Now that you have Orbit installed, you can:

  1. Create your first content
  2. Set up categories and tags
  3. Configure membership tiers

Happy writing!

Comments

Sign in to leave a comment.