# Installation ## Requirements For now, the NixiN installation process was just tested on a Linux distribution, on a computer with virtualisation capacities. So only requirements are : - A Linux system with virtualisation support - With Nix installed ## Grab the code and run locally Get the latest version from the official repository ```bash git clone https://git.distrilab.fr/NixiN/nixin-web ``` Go in the main folder and run the `shell.nix` to install dependencies ```bash cd nixin-web && nix-shell ```