Skip to content

Installation

Daniel Elskamp edited this page Jun 4, 2026 · 1 revision

Installation

Installation via Docker

Using docker

docker run -d \
  -p 8000:8000 \
  -e APP_KEY=base64:$(openssl rand -base64 32) \
  -e DB_CONNECTION=mysql \
  -e DB_HOST=... \
  -e DB_DATABASE=inventorix \
  -e DB_USERNAME=... \
  -e DB_PASSWORD=... \
  -e RUN_MIGRATIONS=true \
  noixdev/inventorix:latest

Getting Started

Clone this wiki locally