Deployment
Note: Docker Compose instructions coming soon
If you want to self-host Cortex CMS, this guide is for you. Currently, only Manual Setup is officially supported.
Configuration
Deploying the development environment as a non-local server will require an additional environmental variable be set:
DEPLOYED=trueThis will configure various things such as dotenv to behave normally in a deployed scenario.
Last updated