Repository: aurora Updated Branches: refs/heads/master 21c605ee4 -> df5200b70
Fix formatting and work around anchor link issues in installing.md Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit: http://git-wip-us.apache.org/repos/asf/aurora/commit/df5200b7 Tree: http://git-wip-us.apache.org/repos/asf/aurora/tree/df5200b7 Diff: http://git-wip-us.apache.org/repos/asf/aurora/diff/df5200b7 Branch: refs/heads/master Commit: df5200b706051d5ac3735c64b36bc742626d1087 Parents: 21c605e Author: Bill Farner <[email protected]> Authored: Mon Dec 21 14:19:48 2015 -0800 Committer: Bill Farner <[email protected]> Committed: Mon Dec 21 14:19:48 2015 -0800 ---------------------------------------------------------------------- docs/installing.md | 29 +++++++++++++++-------------- 1 file changed, 15 insertions(+), 14 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/aurora/blob/df5200b7/docs/installing.md ---------------------------------------------------------------------- diff --git a/docs/installing.md b/docs/installing.md index 17ccc86..070bc82 100644 --- a/docs/installing.md +++ b/docs/installing.md @@ -9,21 +9,21 @@ - [Building your own binary packages](#building-your-own-binary-packages) - [RPMs](#rpms) - [Installing the scheduler](#installing-the-scheduler) - - [Ubuntu 14.04](#ubuntu-1404) + - [Ubuntu Trusty](#ubuntu-trusty) - [CentOS 7](#centos-7) - [Finalizing](#finalizing) - [Configuration](#configuration) - [Installing worker components](#installing-worker-components) - - [Ubuntu 14.04](#ubuntu-1404-1) + - [Ubuntu Trusty](#ubuntu-trusty-1) - [CentOS 7](#centos-7-1) - [Configuration](#configuration-1) - [Installing the client](#installing-the-client) - - [Ubuntu 14.04](#ubuntu-1404-2) + - [Ubuntu Trusty](#ubuntu-trusty-2) - [CentOS 7](#centos-7-2) - [Configuration](#configuration-2) - [See also](#see-also) - [Installing Mesos](#installing-mesos) - - [Mesos on Ubuntu 14.04](#mesos-on-ubuntu-14-04) + - [Mesos on Ubuntu Trusty](#mesos-on-ubuntu-trusty) - [Mesos on CentOS 7](#mesos-on-centos-7) ## Components @@ -119,10 +119,10 @@ We do have unofficial experimental RPMs available for testing purposes. ## Installing the scheduler -### Ubuntu 14.04 +### Ubuntu Trusty 1. Install Mesos - Skip down to [install mesos](#mesos-on-ubuntu-14-04), then run: + Skip down to [install mesos](#mesos-on-ubuntu-trusty), then run: sudo start mesos-master @@ -192,10 +192,10 @@ For more detail on this topic, see the dedicated page on ## Installing worker components -### Ubuntu 14.04 +### Ubuntu Trusty 1. Install Mesos - Skip down to [install mesos](#mesos-on-ubuntu-14-04), then run: + Skip down to [install mesos](#mesos-on-ubuntu-trusty), then run: sudo start mesos-slave @@ -222,7 +222,7 @@ The executor and observer typically do not require much configuration. Command be passed to the executor using a command line argument on the scheduler. ## Installing the client -### Ubuntu 14.04 +### Ubuntu Trusty sudo apt-get install -y python2.7 wget @@ -246,16 +246,17 @@ dev, test, prod) for a production job. ## See also We have other docs that you will find useful once you have your cluster up and running: -* [Monitor](monitoring.md) your cluster -* Enable scheduler [security](security.md) -* View job SLA [statistics](sla.md) -* Understand the internals of the scheduler's [storage](storage.md) + +- [Monitor](monitoring.md) your cluster +- Enable scheduler [security](security.md) +- View job SLA [statistics](sla.md) +- Understand the internals of the scheduler's [storage](storage.md) ## Installing Mesos Mesos uses a single package for the Mesos master and slave. As a result, the package dependencies are identical for both. -### Mesos on Ubuntu 14.04 +### Mesos on Ubuntu Trusty sudo add-apt-repository ppa:openjdk-r/ppa -y sudo apt-get update
