12 lines
845 B
Markdown
12 lines
845 B
Markdown
# Introduction
|
|
|
|
These are our recommendations for the different environments and purposes:
|
|
|
|
- To setup CONSUL for a production environment we recommend using the [installer](https://github.com/consul/installer).
|
|
|
|
- For developers working on a CONSUL fork we recommend using a UNIX based system (Linux or Mac) and installing CONSUL [locally system wide](https://consul_docs.gitbooks.io/docs/content/en/getting_started/prerequisites/).
|
|
|
|
- If you run into problems configuring CONSUL locally system wide and would like to show CONSUL for demo purposes we recommend using [Docker](https://consul_docs.gitbooks.io/docs/en/getting_started/docker.html) in a local machine.
|
|
|
|
- We also have a [Heroku guide](https://consul_docs.gitbooks.io/docs/content/en/getting_started/deploying-on-heroku.html) which can be used for demo purposes in a remote server.
|