This is a guide on how to download the source code for Oasis so that you can build and install it on your computer. If you'd like an easier installation option, try one of the options in the readme.
If you want to run Oasis in the background, see with-systemd.md
.
If you want to run Oasis in a container, see with-docker.md
.
If you want to run Oasis on Android via Termux, see with-termux.md
.
Download Oasis from GitHub over HTTPS.
git clone https://github.com/fraction/oasis.git
Most people should build and install Oasis with npm.
cd oasis
npm install --only=prod
You can try Oasis without installing with:
node .
If you want to install to make oasis
available globally:
npm -g install .
If you see a permission error, see resolving EACCESS permission errors. If you any other problems, please reach out for help.