andreaspeters commented on a change in pull request #421: URL: https://github.com/apache/mesos/pull/421#discussion_r836144698
########## File path: docs/binary-packages.md ########## @@ -5,28 +5,9 @@ layout: documentation # Binary Packages -## Downloading the Mesos RPM +## Downloading the Mesos binaries -Download and install the latest stable RPM binary from the [Bintray Repository](https://bintray.com/apache/mesos/): - - $ cat > /tmp/bintray-mesos-el.repo <<EOF - #bintray-mesos-el - packages by mesos from Bintray - [bintray-mesos-el] - name=bintray-mesos-el - baseurl=https://dl.bintray.com/apache/mesos/el7/x86_64 - gpgcheck=0 - repo_gpgcheck=0 - enabled=1 - EOF - - $ sudo mv /tmp/bintray-mesos-el.repo /etc/yum.repos.d/bintray-mesos-el.repo - - $ sudo yum update - - $ sudo yum install mesos - -The above instructions show how to install the latest version of Mesos for RHEL 7. -Substitute `baseurl` the with the appropriate URL for your operating system. +Download and install the latest stable binary: [Downloads](https://mesos.apache.org/downloads/) ## Start Mesos Master and Agent. Review comment: Ah ok I got it. :-) Thanks. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
