Skip to content
Josh Fletcher edited this page Sep 10, 2024 · 11 revisions

This repository features orchestration tooling for running Nuxeo via Docker Compose.

Quick Start

So you just finished the bootstrap script and want to know what to do next?

cd <project-folder>
docker compose up -d

But it's highly recommended to install the aliases. After you do that it becomes:

cd <project-folder>
stack up

Documentation

Getting Started

Advanced Installation

Build and Extend

Configure

Commands

Updating

Frequently Asked Questions

Troubleshooting

Clone this wiki locally