install.md 717 B

Oasis Installation Guide

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.


1) Automated Installation (Recommended)

To install Oasis with a single command, run: 'sh install.sh'


2) Manual Installation

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 .

3) Run Oasis

To run Oasis just launch: 'sh oasis.sh'