Learn how to install and configure NELGIFKA on your local machine or production environment.
⚙️ Begin InstallationEnsure you have the following installed:
npm install @nelgifka/cli -g
This installs the NELGIFKA command-line interface globally on your system.
nelgifka create my-project
This generates a new project scaffold with all necessary configuration files.
docker run -d --name nelgifka \
-p 3000:3000 \
-e NELGIFKA_API_KEY=your_key \
nelgifka/project:latest
Deploy NELGIFKA using Docker with environment variables for configuration.
nelgifka verify --full
This will run a full diagnostic suite to confirm all components are working properly.
{ "status": "OK", "version": "1.2.3", "validations": { "api_connectivity": "✅", "dependencies": "✅", "permissions": "✅" }, "timestamp": "2025-09-03T12:34:56Z" }
Ensure Node.js is properly installed and available in your PATH.
Try clearing npm cache:
Make sure all dependencies are up to date.
Run upgrade command: