Cortex CMS
  • Introduction
  • Motivation
  • Core Concepts
  • Prior Art
  • Examples
  • Basics
    • Setup
      • Docker Compose
      • Manual Setup
      • Core & Plugin Development
    • Deployment
    • Tenancy & User Management
    • Building Content Types
    • Data Validation
    • Designing Indexes
    • Designing Wizards
    • Consuming Content
    • Scheduling Content
  • Advanced
    • Developing Plugins
      • Basic Architecture
      • Service Layer
      • Extending Search
      • WYSIWYG Widgets
      • Examples
    • Contributing
  • Troubleshooting
  • Roadmap
  • Branding Guide
  • Glossary
Powered by GitBook
On this page
  1. Basics

Deployment

PreviousCore & Plugin DevelopmentNextTenancy & User Management

Last updated 7 years ago

Note: Docker Compose instructions coming soon

If you want to self-host Cortex CMS, this guide is for you. Currently, only is officially supported.

Configuration

Deploying the development environment as a non-local server will require an additional environmental variable be set:

DEPLOYED=true

This will configure various things such as to behave normally in a deployed scenario.

Manual Setup
dotenv