logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt
How to install CorentinTh/enclosed. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.

CorentinTh/enclosed Installation Guide

How to install CorentinTh/enclosed. Official project installation instructions and setup guide.

Automated Install (Recommended)

Quick installation instructions for CorentinTh/enclosed. This is the fastest way to complete project installation and setup.

Install via curl

curl -fsSL https://hexmos.com/ipm-install | bash && 
ipm i CorentinTh/enclosed
or

Install via npx

npx @hexmos/ipm i CorentinTh/enclosed

Prerequisites

Docker

containerization

npm

package manager

Version: >=6

yarn

package manager

pnpm

package manager

Manual Installation Methods

Manual installation instructions. How to install from GitHub source.

Install via Docker

docker run -d --name enclosed --restart unless-stopped -p 8787:8787 corentinth/enclosed

Install Enclosed CLI

npm install -g @enclosed/cli

yarn global add @enclosed/cli

pnpm add -g @enclosed/cli

Post Installation Steps

  • Refer to the self-hosting documentation for advanced configurations like persistent storage, rootless Docker images, or Docker Compose.
  • Refer to the configuration documentation for application-specific settings.