How to install thedevs-network/kutt. 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.
thedevs-network/kutt Installation Guide
How to install thedevs-network/kutt. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for thedevs-network/kutt. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i thedevs-network/kuttor
Install via npx
npx @hexmos/ipm i thedevs-network/kuttPrerequisites
Node.js
languageVersion: >=20.0.0
The primary runtime for the server and build process.
npm
package_managerRequired for dependency management and running the build scripts.
Docker & Docker Compose
system_toolEssential for containerized deployment (recommended method).
Database (SQLite/Postgres/MySQL)
serviceUsed to store link data; supports SQLite (default), Postgres, or MySQL.
Manual Installation Methods
Manual installation instructions. How to install from GitHub source.
Docker Compose (Recommended)
git clone https://github.com/thedevs-network/kutt.git
cd kutt
cp .example.env .env
docker compose up -dManual Node.js Setup
git clone https://github.com/thedevs-network/kutt.git
cd kutt
npm install
cp .example.env .env
npm run migratePost Installation Steps
- Set a unique `JWT_SECRET` in your `.env` file before starting production.
- Start the application for production using `npm start` or development using `npm run dev`.
- The web interface is accessible at http://localhost:3000 by default.
- On first launch, you will be prompted to create an admin account directly in the UI.
