Manual Install
On this page, you can find instructions on how to manually install Kapowarr (directly on the host) and on how to update your manual installation.
Installation¶
Warning
These instructions are still under construction.
On Windows, there are a couple of extra steps involved.
- Download and install Python. This is the framework Kapowarr runs on top of.
Make sure you select to add Python to PATH when prompted. This will make installing requirements much easier. - Download (or clone) the latest Kapowarr release.
- Extract the zip file to a folder on your machine.
We suggest something straightforward -C:\services\Kapowarr
is what we'll use as an example. - Install the required python modules (found in
requirements.txt
). This can be achieved from a command prompt, by changing to the folder you've extracted Kapowarr to and running a python command. - Run Kapowarr with the command
python C:\services\Kapowarr\kapowarr.py
. - Access Kapowarr with the IP of the host machine and port 5656.
If it's the machine you're using, try http://localhost:5656
If you want Kapowarr to run in the background, without you having to start it each time your machine restarts, a tool called nssm will allow you to configure Kapowarr to run as a system service. It is recommended that you set it up as above before doing this, as it will allow you to see any errors you may encounter on screen (instead of having nssm intercept them).
Coming soon.
Use docker.
Permissions on macOS (and GateKeeper) make this needlessly complex.
Updating install¶
Coming Soon.