i2pd documentation
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

98 lines
3.0 KiB

8 years ago
Installing
==========
Building from source
--------------------
See [developer section documentation](../devs/building/requirements.md) for how to build i2pd from source on your OS.
8 years ago
Windows, Android, Mac OS X
--------------------------
The easiest way to install i2pd is by using precompiled binaries.
Go to the [latest release page](https://github.com/PurpleI2P/i2pd/releases/latest) and choose a file for your operating system.
8 years ago
## Docker images
8 years ago
You can use our [prebuilt docker images](https://hub.docker.com/r/purplei2p/i2pd/).
8 years ago
docker pull purplei2p/i2pd
8 years ago
## Ubuntu
8 years ago
You can install binary packages from the [latest release page](https://github.com/PurpleI2P/i2pd/releases/latest).
8 years ago
Alternatively, you can use [PPA repository](https://launchpad.net/~purplei2p/+archive/ubuntu/i2pd) or repository provided [below](#debian), run by PurpleI2P community member [R4SAS](https://twitter.com/i2pr4sas).
8 years ago
sudo add-apt-repository ppa:purplei2p/i2pd
sudo apt-get update
sudo apt-get install i2pd
## Debian
8 years ago
Look for Debian packages at the [latest release page](https://github.com/PurpleI2P/i2pd/releases/latest).
8 years ago
Alternatively, you can install i2pd by using repository run by PurpleI2P community member [R4SAS](https://twitter.com/i2pr4sas).
Install apt-transport-https package
sudo apt-get install apt-transport-https
Automaticly add repository
wget -q -O - https://repo.i2pd.xyz/.help/add_repo | sudo bash -s -
After that you can install i2pd as any other software package:
apt-get update
apt-get install i2pd
Look for more information about Debian repository [here](https://repo.i2pd.xyz/.help/readme.txt).
## Fedora/CentOS
You can install i2pd from [repository](https://copr.fedorainfracloud.org/coprs/supervillain/i2pd/)
run by PurpleI2P community member [villain](https://twitter.com/el_villano_loco).
### Centos 7:
curl -s https://copr.fedorainfracloud.org/coprs/supervillain/i2pd/repo/epel-7/supervillain-i2pd-epel-7.repo -o /etc/yum.repos.d/i2pd-epel-7.repo
yum install epel-release -y
yum install i2pd -y
systemctl enable i2pd
systemctl start i2pd
### Fedora:
dnf copr enable supervillain/i2pd
dnf install i2pd -y
systemctl enable i2pd
systemctl start i2pd
8 years ago
## ArchLinux
8 years ago
i2pd packages are available at AUR: [release version](https://aur.archlinux.org/packages/i2pd/),
[nightly builds](https://aur.archlinux.org/packages/i2pd-git/)
8 years ago
## Gentoo Linux
8 years ago
i2pd [has a working ebuild in the main gentoo repository](https://packages.gentoo.org/packages/net-vpn/i2pd). As of May 2018, the ebuild
is still listed as "unstable", and thus will request an exception in your package.keywords if you are using gentoo under the "stable" branch.
To install i2pd, enter the command:
emerge --ask net-vpn/i2pd
If you use gcc to compile packages and would like to enable cmake's hardening features, use the i2p-hardening flag (recommended).
If you intend to use the websocket server, enable the websocket flag.
8 years ago
FreeBSD
-------
You can install i2pd from [ports](https://www.freshports.org/security/i2pd/).