Skip to content

Advanced Install

Installation with Nix (Community version only)ΒΆ

Before installing Faraday, we need to install Nix so Faraday runs with it

sh <(curl -L https://nixos.org/nix/install)

Installation finished! To ensure that the necessary environment variables are set, either log in again, or type in your shell

. ~/.nix-profile/etc/profile.d/nix.sh

Next, activate your nix installation running this:

echo '. ~/.nix-profile/etc/profile.d/nix.sh' >>~/.bashrc

Re-login, and Check the Nix Installation:

nix --version

For more information about Nix, please follow this link

Installing Faraday

git clone https://github.com/infobyte/faraday.git
cd faraday-dev/
nix-shell

Once the nix-shell command finish, run:

faraday-server

We highly recommend you to check our First Steps guide.