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 oblien/openship. 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.

oblien/openship Installation Guide

How to install oblien/openship. Official project installation instructions and setup guide.

Automated Install (Recommended)

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

Install via curl

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

Install via npx

npx @hexmos/ipm i oblien/openship

Prerequisites

Node.js

runtime

npm

package manager

Docker

runtime

Version: required for Docker Compose installation

git

version control

Manual Installation Methods

Manual installation instructions. How to install from GitHub source.

NPM Package Manager (Global Install)

npm i -g openship

openship up

cURL Script (Global Install)

curl -fsSL https://get.openship.io | sh

openship up

Docker Compose

git clone https://github.com/oblien/openship.git

cd openship

cp .env.example .env

docker compose up -d

Desktop Application (macOS/Windows/Linux)

openship install

Post Installation Steps

  • openship open (opens the dashboard)
  • openship stop (stops the service)
  • openship up --foreground (one-off attached run)
  • cd your-project && openship init && openship deploy (to deploy a project)