Luminesk
Installation
Option 1: One-line installer (recommended):
Linux and macOS
curl -fsSL https://luminesk.taskov1ch.xyz/sh | shOption 2: Install from PyPI:
pip install luminesk-cliuv pip install luminesk-clipipx install luminesk-cliCheck Luminesk version after installation:
nesk --versionUsage
Step 1
Create a server:
nesk init -c lumi -n Lumi -t lumi -d ./server-lumiWhat 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-lumiStep 3
Start the server:
nesk startPossible 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.
- Project website: https://luminesk.taskov1ch.xyz/
- GitHub page: https://github.com/task-v1/luminesk-cli
Last updated on