Mesos is a distributed systems kernel that can manage resources and scheduling execution across datacenter, cloud, and cluster environments. In this tutorial, we will guide you on how to install Mesos on Ubuntu Server latest.
Before you proceed with this tutorial, make sure you have the following:
First, update the system by running the following command:
sudo apt-get update
Next, install the necessary dependencies by running the following command:
sudo apt-get install -y tar wget git openjdk-8-jre-headless autoconf libtool
tar -zxf mesos-<version>.tar.gz
(replace
cd mesos-<version>
./bootstrap
mkdir build
cd build
../configure
make
sudo make install
sudo nano /etc/mesos-master/hostname
Add your hostname to the file (e.g. mesos-master.local)
Save and close the file.
sudo service mesos-master start
sudo service mesos-slave start
Congratulations! You have successfully installed Mesos on Ubuntu Server latest. Now you can start using it to manage resources and schedule tasks across your datacenter, cloud, or cluster environments.
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!