From 4366a7d7000dc9e59e5e53adf022754ab7822e59 Mon Sep 17 00:00:00 2001 From: Robert Wolff Date: Wed, 25 Jan 2017 08:18:10 -0800 Subject: [PATCH] Changed getting started to documentation Signed-off-by: Robert Wolff --- .../Enterprise/Documentation/README.md | 20 +++++++++++++ .../Enterprise/GettingStarted/README.md | 29 ------------------- 2 files changed, 20 insertions(+), 29 deletions(-) create mode 100644 Reference-Platform/Platforms/Enterprise/Documentation/README.md delete mode 100644 Reference-Platform/Platforms/Enterprise/GettingStarted/README.md diff --git a/Reference-Platform/Platforms/Enterprise/Documentation/README.md b/Reference-Platform/Platforms/Enterprise/Documentation/README.md new file mode 100644 index 0000000..57404f1 --- /dev/null +++ b/Reference-Platform/Platforms/Enterprise/Documentation/README.md @@ -0,0 +1,20 @@ +A comprehensive guide to using the Enterprise Reference Platform. This guide is written by the Linaro team with community contributions and links to third-party content. + +## Contents + +- [Installation](Installation/README.md) + - Installation and build instructions for a variety of your Reference Platform components +- [OpenStack](OpenStack/README.md) + - This section provides all the support code required to deploy a "Developer Cloud" +- [BigData](BigData/README.md) + - Installation instructions for Big Data Components. i.e., Hadoop, Spark and Hive +- [Support](Support/README.md) + - From bug reports and current issues, to forum access and other useful resources, we want to help you find answers + +*** + +#### Resources + +- [Release Notes](ReleaseNotes.md) +- [Previous Releases](PreviousReleases/README.md) +- [Document Contribution Policy](../../../ContributionPolicy.md) diff --git a/Reference-Platform/Platforms/Enterprise/GettingStarted/README.md b/Reference-Platform/Platforms/Enterprise/GettingStarted/README.md deleted file mode 100644 index d075575..0000000 --- a/Reference-Platform/Platforms/Enterprise/GettingStarted/README.md +++ /dev/null @@ -1,29 +0,0 @@ -# Getting Started - -This page is designed to bring you up to speed with the Enterprise Reference Platform. You will find categorized information, links to additional resources, and paths forward to take you deeper into the platform. - -## Introduction - -The Enterprise Reference Platform is targeted to accelerate the high powered ARMv8 servers in both datacenter and cloud vertical markets. Industry standard firmware (SBBR and SBSA) and a unified Linux kernel are provided for all the supported platforms, simplifying software maintenance and deployment. The high level components such as Openstack, Ceph, Hadoop, and KVM are rigorously validated for each distribution. The enterprise software stack provides two builds based on Debian and Centos. The goal is to help bridge the gap between older technology present in today’s distributions and the latest ARM server optimizations. - -**Features:** - -- Unified Linux Kernel -- Open Boot Firmware - - Compliant with ARM SBSA and SBBR specifications -- Debian and Centos Network Installers -- Openstack and Ceph Reference Deployments -- Built for Big Data Workloads - -*** - -## Jump to... - -- [Approved Hardware](../Hardware/README.md) - - This is a list of all tested and approved Enterprise Reference Platform hardware -- [Installation](../Installation/README.md) - - From start to finish, set up your environment and install the Enterprise Reference Platform -- [OpenStack](../OpenStack/README.md) - - This section provides all the support code required to deploy a "Developer Cloud" -- [Support](../Support/README.md) - - Bug reports and current issues, forum access and other useful resources. We want to help you find answers