Revert "daemon: check connections WIP"
[public-inbox.git] / install / README
blob2cdac4d2312e0702f1dbb26baa2eb3cb04683513
1 tooling for mass package installation
2 -------------------------------------
4 TL;DR (as root or with sudo):
6         ./install/deps.perl all         # install everything
7         ./install/deps.perl lei         # only what's needed for lei
8         ./install/deps.perl www-search  # for hosting WWW search
10 Files in this directory are designed for:
12 * users running our code from git or tarballs (and not the OS package manager)
14 * lazy users who can't be bothered to read all of INSTALL
16 * automated testing scripts (see ci/README)