aboutsummaryrefslogtreecommitdiff
path: root/REQUIREMENTS
blob: 95d93c74a4cb4569bcee43fb007419fa0c0d20b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Requirements
------------

Even though there is a brief description of them in the README file, this space
would be more convenient to mention these.

To run this repository with no errors from missing depedencies you will need at
least the following:

bash
gpg
jq
node
npm
npx
make
curl
wget
screen

Note that some of those are checked if they already exist in your system during
installation and if not found there is an attempt to install them.

IPFS command line tool is also needed but is installed as well during the
installation process.

CJDNS can be used as a peering method. `ak network -s cjdns` can be used to find
them. This requires CJDNS to be running and `dumpLinks` tool to be in your PATH.