How to install zedeus/nitter. 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.
zedeus/nitter Installation Guide
How to install zedeus/nitter. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for zedeus/nitter. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i zedeus/nitteror
Install via npx
npx @hexmos/ipm i zedeus/nitterPrerequisites
Nim
languageVersion: 1.4.0+ (or latest stable version)
libpcre
libraryVersion: 1.3.0
libsass
libraryVersion: 4.2.0
redis/valkey
system_packageVersion: latest
libpcre
libraryVersion: 1.3.0
libsass
libraryVersion: 4.2.0
Manual Installation Methods
Manual installation instructions. How to install from GitHub source.
Source Code Installation
git clone https://github.com/zedeus/nitter.git
cd nitter
nimble build -d:danger --mm:refc
libsass-dev
redis-server --daemonize yesDocker Installation
docker build -t nitter:latest .
docker run -v $(pwd)/nitter.conf:/src/nitter.conf -d --network host nitter:latestSystemd Installation
redis-server --daemonize yesSystemd Service Installation
systemctl enable --now nitter.servicePost Installation Steps
- Start the server: `./nitter`
- Run migrations: `python manage.py makemigrations && python manage.py migrate`
