Environment set up
Node.js
To install Node.js:
- Linux
- Mac
- Windows
Use the package manager of your distro or the official binaries.
Use the official binaries or Homebrew.
The best bet is to leverage WSL2 and follow this guide. Official installer also works.
Make sure that your Node.js installation is v16 or newer. To check an existing installation, run:
node --version
Squid CLI
Follow these instructions.
Git
Squid CLI uses Git to retrieve templates. To install it:
- Linux
- Mac
- Windows
Use the package manager of your distro.
Use the official installer or any one of the alternative approaches.
Use Git for Windows.
Docker
Most squids use a database to store the processed data. Install Docker to manage local squid databases with convenience.
- Linux
- Mac
- Windows
- Here’s an instruction on how to install Docker on Ubuntu
- On other distros consider using their package managers
Install the Desktop version.
Install the Desktop version.