Merge pull request #2648 from consul/readme

Update README with production configuration
This commit is contained in:
Raimond Garcia
2018-05-23 22:43:45 +02:00
committed by GitHub

View File

@@ -24,7 +24,7 @@ Development started on [2015 July 15th](https://github.com/consul/consul/commit/
## Configuration for development and test environments
**NOTE**: For more detailed instructions check the [docs](https://github.com/consul/docs/tree/master/en/getting_started/prerequisites)
**NOTE**: For more detailed instructions check the [docs](https://consul_docs.gitbooks.io/docs/)
Prerequisites: install git, Ruby 2.3.2, `bundler` gem, Node.js and PostgreSQL (>=9.4).
@@ -64,6 +64,10 @@ But for some actions like voting, you will need a verified user, the seeds file
**user:** verified@consul.dev
**pass:** 12345678
## Configuration for production environments
See [installer](https://github.com/consul/installer)
## Documentation
Check the ongoing documentation at [https://consul_docs.gitbooks.io/docs/content/](https://consul_docs.gitbooks.io/docs/content/) to learn more about how to start your own CONSUL fork, install it, customize it and learn to use it from an administrator/maintainer perspective. You can contribute to it at [https://github.com/consul/docs](https://github.com/consul/docs)
@@ -74,8 +78,4 @@ Code published under AFFERO GPL v3 (see [LICENSE-AGPLv3.txt](LICENSE-AGPLv3.txt)
## Contributions
See [CONTRIBUTING.md](CONTRIBUTING.md)
## Local development with Docker
Please check the documentation at [https://consul_docs.gitbooks.io/docs/content/en/getting_started/docker.html](https://consul_docs.gitbooks.io/docs/content/en/getting_started/docker.html)
See [CONTRIBUTING.md](CONTRIBUTING.md)