This guide will walk you through the process of installing Oasis on your device.
You can either use the automated installation script or manually download the source code.
To install Oasis with a single command, run: 'sh install.sh'
On 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_22.x | sudo bash -
sudo apt-get install -y nodejs
git clone https://code.03c8.net/KrakensLab/oasis
cd oasis
npm install .
To run Oasis just launch: 'sh oasis.sh'