# Install This is a guide on how to download the source code for SNH-Oasis so that you can build and install it on your device. -------------- For a GNU/Linux based system, execute the following steps (from a shell): sudo apt-get install git curl curl -sL http://deb.nodesource.com/setup_14.x | sudo bash - sudo apt-get install -y nodejs git clone https://code.03c8.net/KrakensLab/oasis cd oasis npm -g install . node . -------------- If you want to run it in the background, see [`with-systemd.md`](./with-systemd.md). If you want to run it in a container, see [`with-docker.md`](./with-docker.md).