In this tutorial, we will walk you through the steps to install Mesos on your Elementary OS.
Before we begin, please ensure you have the following prerequisites:
Before installing Mesos, ensure that your system is up to date. Run the following command to update and upgrade your system packages.
sudo apt-get update && sudo apt-get upgrade
Mesos requires some dependencies to be installed first. Run the following command to install the dependencies.
sudo apt-get install curl vim git autoconf libtool build-essential python-dev python-six python-virtualenv libcurl4-nss-dev libsasl2-dev libsasl2-modules maven libapr1-dev libsvn-dev
Follow the instructions below to install Mesos.
sudo curl -L https://downloads.apache.org/mesos/1.10.1/mesos-1.10.1.tar.gz -o mesos-1.10.1.tar.gz
Note: Replace 1.10.1
with the latest stable version.
sudo tar -zxf mesos-1.10.1.tar.gz
Note: Replace 1.10.1
with the version number of the downloaded file.
cd mesos-1.10.1
sudo ./configure
sudo make
sudo make install
To verify the installation, run the following command:
mesos-master --version
You should see the version number of Mesos displayed in the terminal. This confirms that the installation was successful.
Congratulations! You have successfully installed Mesos on your Elementary OS. You can now start using Mesos to manage your cluster resources.
If you want to self-host in an easy, hands free way, need an external IP address, or simply want your data in your own hands, give IPv6.rs a try!
Alternatively, for the best virtual desktop, try Shells!