trove/doc/source/index.rst
Monty Taylor 28e8fcf0ee Clean up github references from docs
OpenStack hosts things in places that are not github. Also, it seems
that there is a big blob of unrelated readme in the README file.

Closes-Bug: 1399839
Change-Id: I70cc6772b50591c4b3badd6c92567a7a6541bacf
2014-12-05 23:24:53 -08:00

71 lines
2.1 KiB
ReStructuredText

===========================================
Welcome to Trove's developer documentation!
===========================================
Introduction
============
Trove is Database as a Service for OpenStack. It's designed to run
entirely on OpenStack, with the goal of allowing users to quickly and
easily utilize the features of a relational database without the
burden of handling complex administrative tasks. Cloud users and
database administrators can provision and manage multiple database
instances as needed.
Initially, the service will focus on providing resource isolation at
high performance while automating complex administrative tasks
including deployment, configuration, patching, backups, restores, and
monitoring.
For an in-depth look at the project's design and structure, see the
:doc:`dev/design` page.
Installation And Deployment
===========================
Trove is constantly under development. The easiest way to install
Trove is using the Trove integration scripts that can be found in
git in the `Trove Integration`_ Repository.
For further details on how to install Trove using the integration
scripts please refer to the :doc:`dev/install` page.
For further details on how to install Trove to work with existing
OpenStack environment please refer to the :doc:`dev/manual_install` page.
Developer Resources
===================
For those wishing to develop Trove itself, or to extend Trove's
functionality, the following resources are provided.
.. toctree::
:maxdepth: 1
dev/design
dev/install
dev/manual_install.rst
* Source Code Repositories
- `Trove`_
- `Trove Integration`_
- `Trove Client`_
* `Trove Wiki`_ on OpenStack
* `Trove API Documentation`_ on docs.openstack.org
Search Trove Documentation
==========================
* :ref:`search`
.. _Trove Wiki: https://wiki.openstack.org/wiki/Trove
.. _Trove: https://git.openstack.org/cgit/openstack/trove
.. _Trove Integration: https://git.openstack.org/cgit/openstack/trove-integration
.. _Trove Client: https://git.openstack.org/cgit/openstack/python-troveclient
.. _Trove API Documentation: http://developer.openstack.org/api-ref-databases-v1.html