This tutorial will guide you through the installation process of Mesos on Debian Latest.
Prerequisites
Before we start installing Mesos, we need to install some dependencies that are required for Mesos.
Run the following command to update the package repository index:
sudo apt-get update
Now, install the dependencies with the following command:
sudo apt-get install -y build-essential python-dev python-six python-virtualenv libcurl4-nss-dev libsasl2-dev libsasl2-modules maven libapr1-dev libsvn-dev zlib1g-dev
Now that the dependencies are installed, we can proceed with downloading and installing Mesos.
wget http://apache.osuosl.org/mesos/1.9.0/mesos-1.9.0.tar.gz
Note: You can also download the latest stable release of Mesos from http://mesos.apache.org/downloads/ and replace the version number in the above command.
tar -zxvf mesos-1.9.0.tar.gz
Note: Replace the version number in the above command with the version you have downloaded.
cd mesos-1.9.0/
./configure
make
sudo make install
To verify that Mesos has been installed successfully, run the following command:
mesos-execute --help
If the installation was successful, you should see the help message for the Mesos executor.
Congratulations, you have successfully installed Mesos on Debian Latest!
In this tutorial, you have learned how to install Mesos on Debian Latest. By following these steps, you can easily set up Mesos on your server and start using it to manage your data center resources efficiently.
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!