open-consul/website/source/intro/getting-started/next-steps.html.markdown

30 lines
1.1 KiB
Markdown
Raw Normal View History

2014-02-08 00:41:03 +00:00
---
layout: "intro"
page_title: "Next Steps"
sidebar_current: "gettingstarted-nextsteps"
---
# Next Steps
2014-04-11 02:27:48 +00:00
That concludes the getting started guide for Consul. Hopefully you're able to
see that while Consul is simple to use, it has a powerful set of features.
2014-04-14 21:08:42 +00:00
We've covered the basics for all of these features in this guide.
2014-02-08 00:41:03 +00:00
2014-04-11 02:27:48 +00:00
Consul is designed to be friendly to both the DevOps community and
application developers, making it perfect for modern, elastic infrastructures.
2014-02-08 00:41:03 +00:00
As a next step, the following resources are available:
* [Documentation](/docs/index.html) - The documentation is an in-depth reference
2014-04-11 02:27:48 +00:00
guide to all the features of Consul, including technical details about the
internals of how Consul operates.
* [Guides](/docs/guides/index.html) - This section provides various getting
started guides with Consul, including how to bootstrap a new datacenter.
2014-04-14 21:08:42 +00:00
* [Examples](https://github.com/hashicorp/consul/tree/master/demo) -
The work-in-progress examples folder within the GitHub
2014-04-11 02:27:48 +00:00
repository for Consul contains functional examples of various use cases
of Consul to help you get started with exactly what you need.
2014-02-08 00:41:03 +00:00