Getting Started with Orbit CMS
Learn how to set up and configure Orbit CMS for your content management needs.
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:
- Create your first content
- Set up categories and tags
- Configure membership tiers
Happy writing!
Comments
Sign in to leave a comment.