Installing Locally on Linux on Windows (WSL)

Is this the best installation method for you?

In most cases, we recommend doing an internet-based installation on Heroku instead. If you decide to do a local installation, be sure to read our page on local installations to help you understand what’s going on, particularly this section: Should I use a local installation?

If you just want to quickly set up a copy of Tabbycat to run locally on Windows, consider installing using Docker, which is a shorter process than the one below.

Windows Subsystem for Linux is only available on Windows 10. If you have an older version of Windows, install Tabbycat locally on Windows instead. However, on Windows 10 computers, we recommend this method over installing directly on Windows.

Requisite technical background

It will help a lot if you have some experience with Linux, but mainly you need to be familiar with command-line interfaces, and you should be willing to install and work with the Windows Subsystem for Linux. You might need to be prepared to familiarise yourself with aspects of WSL not covered in these instructions. While a background in the specific tools Tabbycat uses (Python, PostgreSQL, etc.) will make things easier, it’s not necessary: we’ll talk you through the rest.

A. Install Ubuntu on Windows

If you already have a Linux distribution installed on your PC, skip to part B.

Install the Windows Subsystem for Linux by following these instructions on the Microsoft website.

When you get to the part about installing a Linux distribution, we recommend the latest version of Ubuntu if you don’t have an existing preference.

WSL 1 or WSL 2?

If you don’t have any existing need for WSL 1, we recommend installing WSL 2. Microsoft’s guidance indicates that WSL 2 offers faster performance for web apps like Tabbycat, and anecdotally we’ve found this to be the case. However, both WSL 1 and WSL 2 should work.

Tip

The instructions will ask you to open Windows PowerShell as administrator. To do this, search the Start Menu for “PowerShell”, right-click Windows PowerShell, click “Run as administrator” and grant it permission to change your device. Then to run each command as instructed, paste it into PowerShell and press Enter. (As of June 2020, there are three commands.)

B. Install Tabbycat

You now have a Linux subsystem running on your computer, so head over to the instructions to install Tabbycat locally on Linux and follow those (in full).