Skip to content

Commit

Permalink
Clarify workflow and differences between the Installer and Capistrano
Browse files Browse the repository at this point in the history
  • Loading branch information
Senen committed Nov 20, 2023
1 parent 014379e commit 2b9dac1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

[CONSUL DEMOCRACY](https://github.com/consuldemocracy/consuldemocracy) installer for production environments

The Consul Democracy installer's objective is to help the community provision a brand-new server running one of the [supported operating systems](#prerequisities) with all the libraries and tools needed to run Consul Democracy in production (staging or preproduction). We do not recommend using the installer on servers already running other services.

It's important to note that the installer does not work for updating the configuration or the libraries of servers provisioned with previous installer versions. The idea is to run the installer once to provision the servers and then manually maintain them.

If you use a Consul Democracy fork and want to upload custom changes to the server, you must use Capistrano. If you need to upgrade your fork to a new Consul Democracy release, follow the release notes to integrate the new release code into your fork and deploy the new version of your fork to the server with Capistrano.


Using [Ansible](http://docs.ansible.com/), it will install and configure the following:

- Ruby
Expand Down

0 comments on commit 2b9dac1

Please sign in to comment.