Skip to Content
InstrumentsLuminesk

Luminesk

Installation

Option 1: One-line installer (recommended):

curl -fsSL https://luminesk.taskov1ch.xyz/sh | sh

Option 2: Install from PyPI:

pip install luminesk-cli
uv pip install luminesk-cli
pipx install luminesk-cli

Check Luminesk version after installation:

nesk --version

Usage

Step 1

Create a server:

nesk init -c lumi -n Lumi -t lumi -d ./server-lumi

What parameters did we use?

  • -c - Software. In our case, Lumi.
  • -n - Server Name
  • -t - Server Tag to access it
  • -d - Server directory (currently the “server-lumi” directory)

Step 2

Navigate to the server directory:

cd ./server-lumi

Step 3

Start the server:

nesk start

Possible errors:

  • Docker was not found in PATH - Docker is not installed on this machine. Go to the Docker download page .
  • Docker failed to pull runtime image - The initial Docker setup has not been completed. Finish the installation and try again.

Additional Information

The Luminesk project is an open-source project and is not developed by the Luminia Dev. team.

Last updated on