How to install sidekiq/sidekiq. 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.
sidekiq/sidekiq Installation Guide
How to install sidekiq/sidekiq. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for sidekiq/sidekiq. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i sidekiq/sidekiqor
Install via npx
npx @hexmos/ipm i sidekiq/sidekiqPrerequisites
Redis
system_packageVersion: > 7.0.4, < 8.0.0
Ruby
languageVersion: > 3.2.0
Sidekiq
package_managerVersion: 8.0.0
Valkey
system_packageVersion: > 7.2.4
Dragonfly
system_packageVersion: > 1.27
Manual Installation Methods
Manual installation instructions. How to install from GitHub source.
Package Manager Installation (Gem)
bundle add sidekiqPost Installation Steps
- Start the Sidekiq server: `bundle exec sidekiq load`
- Run migrations: `rails db:migrate`
