Skip to content

Guide

Welcome to the Meridian guide. This documentation is still being built out.

Marten is a first-class target: meridian init already recognizes the standard project layout and generates sensible production defaults for it. Meridian also detects Rails, Elixir, Node, and Go projects.

What This Guide Covers

This guide is meant to take you from the first install to a production deployment:

  • Installation and initial configuration
  • Initializing your first project
  • Deploying to your own server
  • Rollbacks, accessories, and troubleshooting

For the technical details, see the Reference.

Quickstart

bash
curl -fsSL meridian-deploy.dev/install.sh | sh
meridian init
meridian deploy

More is coming soon.

MIT License