Hide navbar
Setting up your StreamlineCloud instance can be as easy as downloading and executing one single file or (nearly) as terrifying as installing Arch Linux from scratch. For beginners, we obviously recommend the easy way, but each setup has its own advantages.
[!] Linux is recommended, Microslop Windows works for local testing but may be unstable - but if you think hosting your server on Windows is good idea, the problem is likely located between your chair and keyboard. ;-)
We assume that you are using a Debain based version of Linux, if you don't you'll probably know what to do instead.
Fist install wget:
apt install wget
Open your user's home folder:
cd ~/
StreamlineCloud:
Go to the releases section of this repository and copy the url of the latest release.
You can find the latest release here.

Download the ZIP file:
wget <url>
Unzip it:
unzip streamlinecloud_image.zip
Delete the zip file:
rm streamlinecloud_image.zip
Open the directory:
cd streamlinecloud_image
Now, you can start StreamlineCloud:
java -jar streamlinecloud_<VERSION>.jar